Shades of Deep Magenta #BB04DC
Tints of Deep Magenta #BB04DC
RGB
CMYK
RGB Variations
Color information
#BB04DC (or 0xBB04DC) is known color: Deep Magenta. HEX triplet: BB, 04 and DC. RGB value is (187,4,220). Sum of RGB (Red+Green+Blue) = 187+4+220=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04DC is #44FB23. Grayscale: #525252. Windows color (decimal): -4520740 or 14419131. OLE color: 14419131.
HSL color Cylindrical-coordinate representation of color #BB04DC: hue angle of 290.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB04DC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 4 | 220 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.14 |
| HSL | 290.83º | 0.96% | 0.44% | - |
| HSV(B) | 290.83º | 0.98% | 0.86% | - |
| XYZ | 33.46 | 15.82 | 69 | - |
| YUV | 83.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 4 | 220 | 0.15 | 0.98 | 0 | 0.14 | 290.83 | 0.96 | 0.44 |
| Hex | BB | 4 | DC | F | 62 | 0 | E | 123 | 60 | 2C |
| Octal | 273 | 4 | 334 | 17 | 142 | 0 | 16 | 443 | 140 | 54 |
| Binary | 10111011 | 100 | 11011100 | 1111 | 1100010 | 0 | 1110 | 100100011 | 1100000 | 101100 |
Color Harmonies of #BB04DC
Complementary color
Monochromatic Colors of #BB04DC
Black with #BB04DC
Text Example
Text Example
White with #BB04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB04DC; }
p { color: rgb(187,4,220); }
H1.HeaderClassName
{
color: #BB04DC;
}
.AnyTagClassName
{
color: #BB04DC;
}
</style>
background-color css
<style>
a { background-color: #BB04DC; }
a { background-color: rgb(187,4,220); }
div.DivClassName
{
background-color: #BB04DC;
}
.BgClassName
{
background-color: #BB04DC;
}
</style>
border-color css
<style>
span { border-color: #BB04DC; }
span { border-color: rgb(187,4,220); }
td.TdClassName
{
border-color: #BB04DC;
}
.TagClassName
{
border-color: #BB04DC;
}
</style>