Shades of Deep Magenta #BB1CC9
Tints of Deep Magenta #BB1CC9
RGB
CMYK
RGB Variations
Color information
#BB1CC9 (or 0xBB1CC9) is known color: Deep Magenta. HEX triplet: BB, 1C and C9. RGB value is (187,28,201). Sum of RGB (Red+Green+Blue) = 187+28+201=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB1CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CC9 is #44E336. Grayscale: #5E5E5E. Windows color (decimal): -4514615 or 13180091. OLE color: 13180091.
HSL color Cylindrical-coordinate representation of color #BB1CC9: hue angle of 295.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1CC9 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 28 | 201 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.21 |
| HSL | 295.14º | 0.76% | 0.45% | - |
| HSV(B) | 295.14º | 0.86% | 0.79% | - |
| XYZ | 31.45 | 15.61 | 56.61 | - |
| YUV | 95.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 28 | 201 | 0.07 | 0.86 | 0 | 0.21 | 295.14 | 0.76 | 0.45 |
| Hex | BB | 1C | C9 | 7 | 56 | 0 | 15 | 127 | 4C | 2D |
| Octal | 273 | 34 | 311 | 7 | 126 | 0 | 25 | 447 | 114 | 55 |
| Binary | 10111011 | 11100 | 11001001 | 111 | 1010110 | 0 | 10101 | 100100111 | 1001100 | 101101 |
Color Harmonies of #BB1CC9
Complementary color
Monochromatic Colors of #BB1CC9
Black with #BB1CC9
Text Example
Text Example
White with #BB1CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1CC9; }
p { color: rgb(187,28,201); }
H1.HeaderClassName
{
color: #BB1CC9;
}
.AnyTagClassName
{
color: #BB1CC9;
}
</style>
background-color css
<style>
a { background-color: #BB1CC9; }
a { background-color: rgb(187,28,201); }
div.DivClassName
{
background-color: #BB1CC9;
}
.BgClassName
{
background-color: #BB1CC9;
}
</style>
border-color css
<style>
span { border-color: #BB1CC9; }
span { border-color: rgb(187,28,201); }
td.TdClassName
{
border-color: #BB1CC9;
}
.TagClassName
{
border-color: #BB1CC9;
}
</style>