Shades of Deep Magenta #BB00DC
Tints of Deep Magenta #BB00DC
RGB
CMYK
RGB Variations
Color information
#BB00DC (or 0xBB00DC) is known color: Deep Magenta. HEX triplet: BB, 00 and DC. RGB value is (187,0,220). Sum of RGB (Red+Green+Blue) = 187+0+220=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00DC is #44FF23. Grayscale: #505050. Windows color (decimal): -4521764 or 14418107. OLE color: 14418107.
HSL color Cylindrical-coordinate representation of color #BB00DC: hue angle of 291º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00DC is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 0 | 220 | - |
| CMYK | 0.15 | 1 | 0 | 0.14 |
| HSL | 291º | 1% | 0.43% | - |
| HSV(B) | 291º | 1% | 0.86% | - |
| XYZ | 33.41 | 15.73 | 68.99 | - |
| YUV | 80.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 220 | 0.15 | 1 | 0 | 0.14 | 291 | 1 | 0.43 |
| Hex | BB | 0 | DC | F | 64 | 0 | E | 123 | 64 | 2B |
| Octal | 273 | 0 | 334 | 17 | 144 | 0 | 16 | 443 | 144 | 53 |
| Binary | 10111011 | 0 | 11011100 | 1111 | 1100100 | 0 | 1110 | 100100011 | 1100100 | 101011 |
Color Harmonies of #BB00DC
Complementary color
Monochromatic Colors of #BB00DC
Black with #BB00DC
Text Example
Text Example
White with #BB00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00DC; }
p { color: rgb(187,0,220); }
H1.HeaderClassName
{
color: #BB00DC;
}
.AnyTagClassName
{
color: #BB00DC;
}
</style>
background-color css
<style>
a { background-color: #BB00DC; }
a { background-color: rgb(187,0,220); }
div.DivClassName
{
background-color: #BB00DC;
}
.BgClassName
{
background-color: #BB00DC;
}
</style>
border-color css
<style>
span { border-color: #BB00DC; }
span { border-color: rgb(187,0,220); }
td.TdClassName
{
border-color: #BB00DC;
}
.TagClassName
{
border-color: #BB00DC;
}
</style>