Shades of Deep Magenta #BB0BBB
Tints of Deep Magenta #BB0BBB
RGB
CMYK
RGB Variations
Color information
#BB0BBB (or 0xBB0BBB) is known color: Deep Magenta. HEX triplet: BB, 0B and BB. RGB value is (187,11,187). Sum of RGB (Red+Green+Blue) = 187+11+187=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB0BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BBB is #44F444. Grayscale: #535353. Windows color (decimal): -4518981 or 12258235. OLE color: 12258235.
HSL color Cylindrical-coordinate representation of color #BB0BBB: hue angle of 300º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BBB is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 187 | - |
| CMYK | 0 | 0.94 | 0 | 0.27 |
| HSL | 300º | 0.89% | 0.39% | - |
| HSV(B) | 300º | 0.94% | 0.73% | - |
| XYZ | 29.58 | 14.39 | 48.23 | - |
| YUV | 83.69 | 186.31 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 187 | 0 | 0.94 | 0 | 0.27 | 300 | 0.89 | 0.39 |
| Hex | BB | B | BB | 0 | 5E | 0 | 1B | 12C | 59 | 27 |
| Octal | 273 | 13 | 273 | 0 | 136 | 0 | 33 | 454 | 131 | 47 |
| Binary | 10111011 | 1011 | 10111011 | 0 | 1011110 | 0 | 11011 | 100101100 | 1011001 | 100111 |
Color Harmonies of #BB0BBB
Complementary color
Monochromatic Colors of #BB0BBB
Black with #BB0BBB
Text Example
Text Example
White with #BB0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BBB; }
p { color: rgb(187,11,187); }
H1.HeaderClassName
{
color: #BB0BBB;
}
.AnyTagClassName
{
color: #BB0BBB;
}
</style>
background-color css
<style>
a { background-color: #BB0BBB; }
a { background-color: rgb(187,11,187); }
div.DivClassName
{
background-color: #BB0BBB;
}
.BgClassName
{
background-color: #BB0BBB;
}
</style>
border-color css
<style>
span { border-color: #BB0BBB; }
span { border-color: rgb(187,11,187); }
td.TdClassName
{
border-color: #BB0BBB;
}
.TagClassName
{
border-color: #BB0BBB;
}
</style>