Forget it. I got it. I had to use a Media.Color (and a System.Background.Color will not work either). Like this:
public System.Windows.Media.Color MediaColor { get; set; }
Ernie