Shades of Fuchsia #BE33CA
Tints of Fuchsia #BE33CA
RGB
CMYK
RGB Variations
Color information
#BE33CA (or 0xBE33CA) is known color: Fuchsia. HEX triplet: BE, 33 and CA. RGB value is (190,51,202). Sum of RGB (Red+Green+Blue) = 190+51+202=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33CA is #41CC35. Grayscale: #6D6D6D. Windows color (decimal): -4312118 or 13251518. OLE color: 13251518.
HSL color Cylindrical-coordinate representation of color #BE33CA: hue angle of 295.23º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE33CA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 51 | 202 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.21 |
| HSL | 295.23º | 0.6% | 0.5% | - |
| HSV(B) | 295.23º | 0.75% | 0.79% | - |
| XYZ | 33.08 | 17.58 | 57.53 | - |
| YUV | 109.78 | 180.05 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 202 | 0.06 | 0.75 | 0 | 0.21 | 295.23 | 0.6 | 0.5 |
| Hex | BE | 33 | CA | 6 | 4B | 0 | 15 | 127 | 3C | 32 |
| Octal | 276 | 63 | 312 | 6 | 113 | 0 | 25 | 447 | 74 | 62 |
| Binary | 10111110 | 110011 | 11001010 | 110 | 1001011 | 0 | 10101 | 100100111 | 111100 | 110010 |
Color Harmonies of #BE33CA
Complementary color
Monochromatic Colors of #BE33CA
Black with #BE33CA
Text Example
Text Example
White with #BE33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33CA; }
p { color: rgb(190,51,202); }
H1.HeaderClassName
{
color: #BE33CA;
}
.AnyTagClassName
{
color: #BE33CA;
}
</style>
background-color css
<style>
a { background-color: #BE33CA; }
a { background-color: rgb(190,51,202); }
div.DivClassName
{
background-color: #BE33CA;
}
.BgClassName
{
background-color: #BE33CA;
}
</style>
border-color css
<style>
span { border-color: #BE33CA; }
span { border-color: rgb(190,51,202); }
td.TdClassName
{
border-color: #BE33CA;
}
.TagClassName
{
border-color: #BE33CA;
}
</style>