Shades of Deep Magenta #BB0CBC
Tints of Deep Magenta #BB0CBC
RGB
CMYK
RGB Variations
Color information
#BB0CBC (or 0xBB0CBC) is known color: Deep Magenta. HEX triplet: BB, 0C and BC. RGB value is (187,12,188). Sum of RGB (Red+Green+Blue) = 187+12+188=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CBC is #44F343. Grayscale: #535353. Windows color (decimal): -4518724 or 12324027. OLE color: 12324027.
HSL color Cylindrical-coordinate representation of color #BB0CBC: hue angle of 299.66º degrees, saturation: 0.88, 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 #BB0CBC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 12 | 188 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.26 |
| HSL | 299.66º | 0.88% | 0.39% | - |
| HSV(B) | 299.66º | 0.94% | 0.74% | - |
| XYZ | 29.7 | 14.46 | 48.8 | - |
| YUV | 84.39 | 186.48 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 188 | 0.01 | 0.94 | 0 | 0.26 | 299.66 | 0.88 | 0.39 |
| Hex | BB | C | BC | 1 | 5E | 0 | 1A | 12C | 58 | 27 |
| Octal | 273 | 14 | 274 | 1 | 136 | 0 | 32 | 454 | 130 | 47 |
| Binary | 10111011 | 1100 | 10111100 | 1 | 1011110 | 0 | 11010 | 100101100 | 1011000 | 100111 |
Color Harmonies of #BB0CBC
Complementary color
Monochromatic Colors of #BB0CBC
Black with #BB0CBC
Text Example
Text Example
White with #BB0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CBC; }
p { color: rgb(187,12,188); }
H1.HeaderClassName
{
color: #BB0CBC;
}
.AnyTagClassName
{
color: #BB0CBC;
}
</style>
background-color css
<style>
a { background-color: #BB0CBC; }
a { background-color: rgb(187,12,188); }
div.DivClassName
{
background-color: #BB0CBC;
}
.BgClassName
{
background-color: #BB0CBC;
}
</style>
border-color css
<style>
span { border-color: #BB0CBC; }
span { border-color: rgb(187,12,188); }
td.TdClassName
{
border-color: #BB0CBC;
}
.TagClassName
{
border-color: #BB0CBC;
}
</style>