Shades of Deep Magenta #BB00D8
Tints of Deep Magenta #BB00D8
RGB
CMYK
RGB Variations
Color information
#BB00D8 (or 0xBB00D8) is known color: Deep Magenta. HEX triplet: BB, 00 and D8. RGB value is (187,0,216). Sum of RGB (Red+Green+Blue) = 187+0+216=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB00D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00D8 is #44FF27. Grayscale: #4F4F4F. Windows color (decimal): -4521768 or 14155963. OLE color: 14155963.
HSL color Cylindrical-coordinate representation of color #BB00D8: hue angle of 291.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00D8 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 0 | 216 | - |
| CMYK | 0.13 | 1 | 0 | 0.15 |
| HSL | 291.94º | 1% | 0.42% | - |
| HSV(B) | 291.94º | 1% | 0.85% | - |
| XYZ | 32.89 | 15.52 | 66.23 | - |
| YUV | 80.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 216 | 0.13 | 1 | 0 | 0.15 | 291.94 | 1 | 0.42 |
| Hex | BB | 0 | D8 | D | 64 | 0 | F | 124 | 64 | 2A |
| Octal | 273 | 0 | 330 | 15 | 144 | 0 | 17 | 444 | 144 | 52 |
| Binary | 10111011 | 0 | 11011000 | 1101 | 1100100 | 0 | 1111 | 100100100 | 1100100 | 101010 |
Color Harmonies of #BB00D8
Complementary color
Monochromatic Colors of #BB00D8
Black with #BB00D8
Text Example
Text Example
White with #BB00D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00D8; }
p { color: rgb(187,0,216); }
H1.HeaderClassName
{
color: #BB00D8;
}
.AnyTagClassName
{
color: #BB00D8;
}
</style>
background-color css
<style>
a { background-color: #BB00D8; }
a { background-color: rgb(187,0,216); }
div.DivClassName
{
background-color: #BB00D8;
}
.BgClassName
{
background-color: #BB00D8;
}
</style>
border-color css
<style>
span { border-color: #BB00D8; }
span { border-color: rgb(187,0,216); }
td.TdClassName
{
border-color: #BB00D8;
}
.TagClassName
{
border-color: #BB00D8;
}
</style>