Shades of Deep Magenta #BB0BC0
Tints of Deep Magenta #BB0BC0
RGB
CMYK
RGB Variations
Color information
#BB0BC0 (or 0xBB0BC0) is known color: Deep Magenta. HEX triplet: BB, 0B and C0. RGB value is (187,11,192). Sum of RGB (Red+Green+Blue) = 187+11+192=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB0BC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BC0 is #44F43F. Grayscale: #535353. Windows color (decimal): -4518976 or 12585915. OLE color: 12585915.
HSL color Cylindrical-coordinate representation of color #BB0BC0: hue angle of 298.34º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BC0 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 11 | 192 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.25 |
| HSL | 298.34º | 0.89% | 0.4% | - |
| HSV(B) | 298.34º | 0.94% | 0.75% | - |
| XYZ | 30.13 | 14.61 | 51.1 | - |
| YUV | 84.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 192 | 0.03 | 0.94 | 0 | 0.25 | 298.34 | 0.89 | 0.4 |
| Hex | BB | B | C0 | 3 | 5E | 0 | 19 | 12A | 59 | 28 |
| Octal | 273 | 13 | 300 | 3 | 136 | 0 | 31 | 452 | 131 | 50 |
| Binary | 10111011 | 1011 | 11000000 | 11 | 1011110 | 0 | 11001 | 100101010 | 1011001 | 101000 |
Color Harmonies of #BB0BC0
Complementary color
Monochromatic Colors of #BB0BC0
Black with #BB0BC0
Text Example
Text Example
White with #BB0BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BC0; }
p { color: rgb(187,11,192); }
H1.HeaderClassName
{
color: #BB0BC0;
}
.AnyTagClassName
{
color: #BB0BC0;
}
</style>
background-color css
<style>
a { background-color: #BB0BC0; }
a { background-color: rgb(187,11,192); }
div.DivClassName
{
background-color: #BB0BC0;
}
.BgClassName
{
background-color: #BB0BC0;
}
</style>
border-color css
<style>
span { border-color: #BB0BC0; }
span { border-color: rgb(187,11,192); }
td.TdClassName
{
border-color: #BB0BC0;
}
.TagClassName
{
border-color: #BB0BC0;
}
</style>