Shades of Deep Magenta #BB0BBC
Tints of Deep Magenta #BB0BBC
RGB
CMYK
RGB Variations
Color information
#BB0BBC (or 0xBB0BBC) is known color: Deep Magenta. HEX triplet: BB, 0B and BC. RGB value is (187,11,188). Sum of RGB (Red+Green+Blue) = 187+11+188=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BBC is #44F443. Grayscale: #535353. Windows color (decimal): -4518980 or 12323771. OLE color: 12323771.
HSL color Cylindrical-coordinate representation of color #BB0BBC: hue angle of 299.66º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BBC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 11 | 188 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.26 |
| HSL | 299.66º | 0.89% | 0.39% | - |
| HSV(B) | 299.66º | 0.94% | 0.74% | - |
| XYZ | 29.69 | 14.43 | 48.8 | - |
| YUV | 83.8 | 186.81 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 188 | 0.01 | 0.94 | 0 | 0.26 | 299.66 | 0.89 | 0.39 |
| Hex | BB | B | BC | 1 | 5E | 0 | 1A | 12C | 59 | 27 |
| Octal | 273 | 13 | 274 | 1 | 136 | 0 | 32 | 454 | 131 | 47 |
| Binary | 10111011 | 1011 | 10111100 | 1 | 1011110 | 0 | 11010 | 100101100 | 1011001 | 100111 |
Color Harmonies of #BB0BBC
Complementary color
Monochromatic Colors of #BB0BBC
Black with #BB0BBC
Text Example
Text Example
White with #BB0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BBC; }
p { color: rgb(187,11,188); }
H1.HeaderClassName
{
color: #BB0BBC;
}
.AnyTagClassName
{
color: #BB0BBC;
}
</style>
background-color css
<style>
a { background-color: #BB0BBC; }
a { background-color: rgb(187,11,188); }
div.DivClassName
{
background-color: #BB0BBC;
}
.BgClassName
{
background-color: #BB0BBC;
}
</style>
border-color css
<style>
span { border-color: #BB0BBC; }
span { border-color: rgb(187,11,188); }
td.TdClassName
{
border-color: #BB0BBC;
}
.TagClassName
{
border-color: #BB0BBC;
}
</style>