Shades of Deep Magenta #BB0DD9
Tints of Deep Magenta #BB0DD9
RGB
CMYK
RGB Variations
Color information
#BB0DD9 (or 0xBB0DD9) is known color: Deep Magenta. HEX triplet: BB, 0D and D9. RGB value is (187,13,217). Sum of RGB (Red+Green+Blue) = 187+13+217=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB0DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DD9 is #44F226. Grayscale: #575757. Windows color (decimal): -4518439 or 14224827. OLE color: 14224827.
HSL color Cylindrical-coordinate representation of color #BB0DD9: hue angle of 291.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DD9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 13 | 217 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.15 |
| HSL | 291.18º | 0.89% | 0.45% | - |
| HSV(B) | 291.18º | 0.94% | 0.85% | - |
| XYZ | 33.16 | 15.86 | 66.96 | - |
| YUV | 88.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 217 | 0.14 | 0.94 | 0 | 0.15 | 291.18 | 0.89 | 0.45 |
| Hex | BB | D | D9 | E | 5E | 0 | F | 123 | 59 | 2D |
| Octal | 273 | 15 | 331 | 16 | 136 | 0 | 17 | 443 | 131 | 55 |
| Binary | 10111011 | 1101 | 11011001 | 1110 | 1011110 | 0 | 1111 | 100100011 | 1011001 | 101101 |
Color Harmonies of #BB0DD9
Complementary color
Monochromatic Colors of #BB0DD9
Black with #BB0DD9
Text Example
Text Example
White with #BB0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DD9; }
p { color: rgb(187,13,217); }
H1.HeaderClassName
{
color: #BB0DD9;
}
.AnyTagClassName
{
color: #BB0DD9;
}
</style>
background-color css
<style>
a { background-color: #BB0DD9; }
a { background-color: rgb(187,13,217); }
div.DivClassName
{
background-color: #BB0DD9;
}
.BgClassName
{
background-color: #BB0DD9;
}
</style>
border-color css
<style>
span { border-color: #BB0DD9; }
span { border-color: rgb(187,13,217); }
td.TdClassName
{
border-color: #BB0DD9;
}
.TagClassName
{
border-color: #BB0DD9;
}
</style>