Shades of Fuchsia #BE40CB
Tints of Fuchsia #BE40CB
RGB
CMYK
RGB Variations
Color information
#BE40CB (or 0xBE40CB) is known color: Fuchsia. HEX triplet: BE, 40 and CB. RGB value is (190,64,203). Sum of RGB (Red+Green+Blue) = 190+64+203=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE40CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40CB is #41BF34. Grayscale: #757575. Windows color (decimal): -4308789 or 13320382. OLE color: 13320382.
HSL color Cylindrical-coordinate representation of color #BE40CB: hue angle of 294.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE40CB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 64 | 203 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.20 |
| HSL | 294.39º | 0.57% | 0.52% | - |
| HSV(B) | 294.39º | 0.68% | 0.8% | - |
| XYZ | 33.85 | 18.93 | 58.37 | - |
| YUV | 117.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 203 | 0.06 | 0.68 | 0 | 0.20 | 294.39 | 0.57 | 0.52 |
| Hex | BE | 40 | CB | 6 | 44 | 0 | 14 | 126 | 39 | 34 |
| Octal | 276 | 100 | 313 | 6 | 104 | 0 | 24 | 446 | 71 | 64 |
| Binary | 10111110 | 1000000 | 11001011 | 110 | 1000100 | 0 | 10100 | 100100110 | 111001 | 110100 |
Color Harmonies of #BE40CB
Complementary color
Monochromatic Colors of #BE40CB
Black with #BE40CB
Text Example
Text Example
White with #BE40CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40CB; }
p { color: rgb(190,64,203); }
H1.HeaderClassName
{
color: #BE40CB;
}
.AnyTagClassName
{
color: #BE40CB;
}
</style>
background-color css
<style>
a { background-color: #BE40CB; }
a { background-color: rgb(190,64,203); }
div.DivClassName
{
background-color: #BE40CB;
}
.BgClassName
{
background-color: #BE40CB;
}
</style>
border-color css
<style>
span { border-color: #BE40CB; }
span { border-color: rgb(190,64,203); }
td.TdClassName
{
border-color: #BE40CB;
}
.TagClassName
{
border-color: #BE40CB;
}
</style>