The attribute value is incorrect. For a color, the value must be a name like "black" or begin with a # like "#FF00FF".
Here the attribute color, the value should begin with a "#"
![]() | <td bgcolor="FF00FF"> |
![]() | <td bgcolor="#FF00FF"> |
Please check the type of the type, correct the value.