Shades of Deep Magenta #BB0DB8
Tints of Deep Magenta #BB0DB8
RGB
CMYK
RGB Variations
Color information
#BB0DB8 (or 0xBB0DB8) is known color: Deep Magenta. HEX triplet: BB, 0D and B8. RGB value is (187,13,184). Sum of RGB (Red+Green+Blue) = 187+13+184=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 184 (72.27% from 255 or 47.92% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DB8 is #44F247. Grayscale: #545454. Windows color (decimal): -4518472 or 12062139. OLE color: 12062139.
HSL color Cylindrical-coordinate representation of color #BB0DB8: hue angle of 301.03º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DB8 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 184 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.27 |
| HSL | 301.03º | 0.87% | 0.39% | - |
| HSV(B) | 301.03º | 0.93% | 0.73% | - |
| XYZ | 29.29 | 14.31 | 46.57 | - |
| YUV | 84.52 | 184.15 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 184 | 0 | 0.93 | 0.02 | 0.27 | 301.03 | 0.87 | 0.39 |
| Hex | BB | D | B8 | 0 | 5D | 2 | 1B | 12D | 57 | 27 |
| Octal | 273 | 15 | 270 | 0 | 135 | 2 | 33 | 455 | 127 | 47 |
| Binary | 10111011 | 1101 | 10111000 | 0 | 1011101 | 10 | 11011 | 100101101 | 1010111 | 100111 |
Color Harmonies of #BB0DB8
Complementary color
Monochromatic Colors of #BB0DB8
Black with #BB0DB8
Text Example
Text Example
White with #BB0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DB8; }
p { color: rgb(187,13,184); }
H1.HeaderClassName
{
color: #BB0DB8;
}
.AnyTagClassName
{
color: #BB0DB8;
}
</style>
background-color css
<style>
a { background-color: #BB0DB8; }
a { background-color: rgb(187,13,184); }
div.DivClassName
{
background-color: #BB0DB8;
}
.BgClassName
{
background-color: #BB0DB8;
}
</style>
border-color css
<style>
span { border-color: #BB0DB8; }
span { border-color: rgb(187,13,184); }
td.TdClassName
{
border-color: #BB0DB8;
}
.TagClassName
{
border-color: #BB0DB8;
}
</style>