Shades of Deep Magenta #BB02DC
Tints of Deep Magenta #BB02DC
RGB
CMYK
RGB Variations
Color information
#BB02DC (or 0xBB02DC) is known color: Deep Magenta. HEX triplet: BB, 02 and DC. RGB value is (187,2,220). Sum of RGB (Red+Green+Blue) = 187+2+220=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB02DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02DC is #44FD23. Grayscale: #515151. Windows color (decimal): -4521252 or 14418619. OLE color: 14418619.
HSL color Cylindrical-coordinate representation of color #BB02DC: hue angle of 290.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02DC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 2 | 220 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.14 |
| HSL | 290.92º | 0.98% | 0.44% | - |
| HSV(B) | 290.92º | 0.99% | 0.86% | - |
| XYZ | 33.43 | 15.78 | 68.99 | - |
| YUV | 82.17 | 205.79 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 220 | 0.15 | 0.99 | 0 | 0.14 | 290.92 | 0.98 | 0.44 |
| Hex | BB | 2 | DC | F | 63 | 0 | E | 123 | 62 | 2C |
| Octal | 273 | 2 | 334 | 17 | 143 | 0 | 16 | 443 | 142 | 54 |
| Binary | 10111011 | 10 | 11011100 | 1111 | 1100011 | 0 | 1110 | 100100011 | 1100010 | 101100 |
Color Harmonies of #BB02DC
Complementary color
Monochromatic Colors of #BB02DC
Black with #BB02DC
Text Example
Text Example
White with #BB02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02DC; }
p { color: rgb(187,2,220); }
H1.HeaderClassName
{
color: #BB02DC;
}
.AnyTagClassName
{
color: #BB02DC;
}
</style>
background-color css
<style>
a { background-color: #BB02DC; }
a { background-color: rgb(187,2,220); }
div.DivClassName
{
background-color: #BB02DC;
}
.BgClassName
{
background-color: #BB02DC;
}
</style>
border-color css
<style>
span { border-color: #BB02DC; }
span { border-color: rgb(187,2,220); }
td.TdClassName
{
border-color: #BB02DC;
}
.TagClassName
{
border-color: #BB02DC;
}
</style>