Colors in TableView

Hi

I am trying to build a table, using TableView, from a CVS file (whose data was obtained from http://appinventor.mit.edu/explore/app-inventor-color-chart.html)

I want to show the name of the color, the RGB, the hexadecimal value and the code. If I join all this data in a Label, I get the expected results, but if I transfer it to the TableView, it gives me the color code but it doesn't show me the color. Is this a TableView problem or am I doing something wrong? I attach the blocks and a screenshot

I am not familiar with this TableView component.
Where did you get it from?

I downloaded from this page

after reading other users in the forum

The tableview extension won't show you the colour. It can only handle text from a csv.

Why not show in a webviewer...

Also, see here:

and here

https://docs.google.com/spreadsheets/d/e/2PACX-1vS357ev2l2saMfUjNRUgd-EDSGn-_SLj3ZAOYw-rSm00WhAwPXK28V6vXiJwClnHmZ7qUUCnMPEJ91n/pubhtml?gid=1426017183&chrome=false&single=true

and here

Ok. Thanks. I´ll try it