Shades of Deep Magenta #BB0BCC
Tints of Deep Magenta #BB0BCC
RGB
CMYK
RGB Variations
Color information
#BB0BCC (or 0xBB0BCC) is known color: Deep Magenta. HEX triplet: BB, 0B and CC. RGB value is (187,11,204). Sum of RGB (Red+Green+Blue) = 187+11+204=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BCC is #44F433. Grayscale: #555555. Windows color (decimal): -4518964 or 13372347. OLE color: 13372347.
HSL color Cylindrical-coordinate representation of color #BB0BCC: hue angle of 294.72º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0BCC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 11 | 204 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.2 |
| HSL | 294.72º | 0.9% | 0.42% | - |
| HSV(B) | 294.72º | 0.95% | 0.8% | - |
| XYZ | 31.51 | 15.16 | 58.39 | - |
| YUV | 85.63 | 194.81 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 204 | 0.08 | 0.95 | 0 | 0.2 | 294.72 | 0.9 | 0.42 |
| Hex | BB | B | CC | 8 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 273 | 13 | 314 | 10 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111011 | 1011 | 11001100 | 1000 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BB0BCC
Complementary color
Monochromatic Colors of #BB0BCC
Black with #BB0BCC
Text Example
Text Example
White with #BB0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BCC; }
p { color: rgb(187,11,204); }
H1.HeaderClassName
{
color: #BB0BCC;
}
.AnyTagClassName
{
color: #BB0BCC;
}
</style>
background-color css
<style>
a { background-color: #BB0BCC; }
a { background-color: rgb(187,11,204); }
div.DivClassName
{
background-color: #BB0BCC;
}
.BgClassName
{
background-color: #BB0BCC;
}
</style>
border-color css
<style>
span { border-color: #BB0BCC; }
span { border-color: rgb(187,11,204); }
td.TdClassName
{
border-color: #BB0BCC;
}
.TagClassName
{
border-color: #BB0BCC;
}
</style>