Shades of Deep Magenta #BB19DC
Tints of Deep Magenta #BB19DC
RGB
CMYK
RGB Variations
Color information
#BB19DC (or 0xBB19DC) is known color: Deep Magenta. HEX triplet: BB, 19 and DC. RGB value is (187,25,220). Sum of RGB (Red+Green+Blue) = 187+25+220=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19DC is #44E623. Grayscale: #5F5F5F. Windows color (decimal): -4515364 or 14424507. OLE color: 14424507.
HSL color Cylindrical-coordinate representation of color #BB19DC: hue angle of 289.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19DC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 25 | 220 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.14 |
| HSL | 289.85º | 0.8% | 0.48% | - |
| HSV(B) | 289.85º | 0.89% | 0.86% | - |
| XYZ | 33.76 | 16.43 | 69.1 | - |
| YUV | 95.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 220 | 0.15 | 0.89 | 0 | 0.14 | 289.85 | 0.8 | 0.48 |
| Hex | BB | 19 | DC | F | 59 | 0 | E | 122 | 50 | 30 |
| Octal | 273 | 31 | 334 | 17 | 131 | 0 | 16 | 442 | 120 | 60 |
| Binary | 10111011 | 11001 | 11011100 | 1111 | 1011001 | 0 | 1110 | 100100010 | 1010000 | 110000 |
Color Harmonies of #BB19DC
Complementary color
Monochromatic Colors of #BB19DC
Black with #BB19DC
Text Example
Text Example
White with #BB19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19DC; }
p { color: rgb(187,25,220); }
H1.HeaderClassName
{
color: #BB19DC;
}
.AnyTagClassName
{
color: #BB19DC;
}
</style>
background-color css
<style>
a { background-color: #BB19DC; }
a { background-color: rgb(187,25,220); }
div.DivClassName
{
background-color: #BB19DC;
}
.BgClassName
{
background-color: #BB19DC;
}
</style>
border-color css
<style>
span { border-color: #BB19DC; }
span { border-color: rgb(187,25,220); }
td.TdClassName
{
border-color: #BB19DC;
}
.TagClassName
{
border-color: #BB19DC;
}
</style>