Shades of Deep Magenta #BB1DC9
Tints of Deep Magenta #BB1DC9
RGB
CMYK
RGB Variations
Color information
#BB1DC9 (or 0xBB1DC9) is known color: Deep Magenta. HEX triplet: BB, 1D and C9. RGB value is (187,29,201). Sum of RGB (Red+Green+Blue) = 187+29+201=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 201 (78.91% from 255 or 48.20% from 417); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB1DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DC9 is #44E236. Grayscale: #5F5F5F. Windows color (decimal): -4514359 or 13180347. OLE color: 13180347.
HSL color Cylindrical-coordinate representation of color #BB1DC9: hue angle of 295.12º degrees, saturation: 0.75, 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 #BB1DC9 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 29 | 201 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.21 |
| HSL | 295.12º | 0.75% | 0.45% | - |
| HSV(B) | 295.12º | 0.86% | 0.79% | - |
| XYZ | 31.48 | 15.66 | 56.62 | - |
| YUV | 95.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 201 | 0.07 | 0.86 | 0 | 0.21 | 295.12 | 0.75 | 0.45 |
| Hex | BB | 1D | C9 | 7 | 56 | 0 | 15 | 127 | 4B | 2D |
| Octal | 273 | 35 | 311 | 7 | 126 | 0 | 25 | 447 | 113 | 55 |
| Binary | 10111011 | 11101 | 11001001 | 111 | 1010110 | 0 | 10101 | 100100111 | 1001011 | 101101 |
Color Harmonies of #BB1DC9
Complementary color
Monochromatic Colors of #BB1DC9
Black with #BB1DC9
Text Example
Text Example
White with #BB1DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1DC9; }
p { color: rgb(187,29,201); }
H1.HeaderClassName
{
color: #BB1DC9;
}
.AnyTagClassName
{
color: #BB1DC9;
}
</style>
background-color css
<style>
a { background-color: #BB1DC9; }
a { background-color: rgb(187,29,201); }
div.DivClassName
{
background-color: #BB1DC9;
}
.BgClassName
{
background-color: #BB1DC9;
}
</style>
border-color css
<style>
span { border-color: #BB1DC9; }
span { border-color: rgb(187,29,201); }
td.TdClassName
{
border-color: #BB1DC9;
}
.TagClassName
{
border-color: #BB1DC9;
}
</style>