Shades of Deep Magenta #BB0CC9
Tints of Deep Magenta #BB0CC9
RGB
CMYK
RGB Variations
Color information
#BB0CC9 (or 0xBB0CC9) is known color: Deep Magenta. HEX triplet: BB, 0C and C9. RGB value is (187,12,201). Sum of RGB (Red+Green+Blue) = 187+12+201=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0CC9 is #44F336. Grayscale: #555555. Windows color (decimal): -4518711 or 13175995. OLE color: 13175995.
HSL color Cylindrical-coordinate representation of color #BB0CC9: hue angle of 295.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0CC9 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 12 | 201 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.21 |
| HSL | 295.56º | 0.89% | 0.42% | - |
| HSV(B) | 295.56º | 0.94% | 0.79% | - |
| XYZ | 31.17 | 15.04 | 56.52 | - |
| YUV | 85.87 | 192.98 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 201 | 0.07 | 0.94 | 0 | 0.21 | 295.56 | 0.89 | 0.42 |
| Hex | BB | C | C9 | 7 | 5E | 0 | 15 | 128 | 59 | 2A |
| Octal | 273 | 14 | 311 | 7 | 136 | 0 | 25 | 450 | 131 | 52 |
| Binary | 10111011 | 1100 | 11001001 | 111 | 1011110 | 0 | 10101 | 100101000 | 1011001 | 101010 |
Color Harmonies of #BB0CC9
Complementary color
Monochromatic Colors of #BB0CC9
Black with #BB0CC9
Text Example
Text Example
White with #BB0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CC9; }
p { color: rgb(187,12,201); }
H1.HeaderClassName
{
color: #BB0CC9;
}
.AnyTagClassName
{
color: #BB0CC9;
}
</style>
background-color css
<style>
a { background-color: #BB0CC9; }
a { background-color: rgb(187,12,201); }
div.DivClassName
{
background-color: #BB0CC9;
}
.BgClassName
{
background-color: #BB0CC9;
}
</style>
border-color css
<style>
span { border-color: #BB0CC9; }
span { border-color: rgb(187,12,201); }
td.TdClassName
{
border-color: #BB0CC9;
}
.TagClassName
{
border-color: #BB0CC9;
}
</style>