Shades of Fuchsia #BB40C0
Tints of Fuchsia #BB40C0
RGB
CMYK
RGB Variations
Color information
#BB40C0 (or 0xBB40C0) is known color: Fuchsia. HEX triplet: BB, 40 and C0. RGB value is (187,64,192). Sum of RGB (Red+Green+Blue) = 187+64+192=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB40C0 is #44BF3F. Grayscale: #727272. Windows color (decimal): -4505408 or 12599483. OLE color: 12599483.
HSL color Cylindrical-coordinate representation of color #BB40C0: hue angle of 297.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB40C0 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 64 | 192 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.25 |
| HSL | 297.66º | 0.5% | 0.5% | - |
| HSV(B) | 297.66º | 0.67% | 0.75% | - |
| XYZ | 31.84 | 18.04 | 51.67 | - |
| YUV | 115.37 | 171.25 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 192 | 0.03 | 0.67 | 0 | 0.25 | 297.66 | 0.5 | 0.5 |
| Hex | BB | 40 | C0 | 3 | 43 | 0 | 19 | 12A | 32 | 32 |
| Octal | 273 | 100 | 300 | 3 | 103 | 0 | 31 | 452 | 62 | 62 |
| Binary | 10111011 | 1000000 | 11000000 | 11 | 1000011 | 0 | 11001 | 100101010 | 110010 | 110010 |
Color Harmonies of #BB40C0
Complementary color
Monochromatic Colors of #BB40C0
Black with #BB40C0
Text Example
Text Example
White with #BB40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40C0; }
p { color: rgb(187,64,192); }
H1.HeaderClassName
{
color: #BB40C0;
}
.AnyTagClassName
{
color: #BB40C0;
}
</style>
background-color css
<style>
a { background-color: #BB40C0; }
a { background-color: rgb(187,64,192); }
div.DivClassName
{
background-color: #BB40C0;
}
.BgClassName
{
background-color: #BB40C0;
}
</style>
border-color css
<style>
span { border-color: #BB40C0; }
span { border-color: rgb(187,64,192); }
td.TdClassName
{
border-color: #BB40C0;
}
.TagClassName
{
border-color: #BB40C0;
}
</style>