Shades of Deep Magenta #BB19DB
Tints of Deep Magenta #BB19DB
RGB
CMYK
RGB Variations
Color information
#BB19DB (or 0xBB19DB) is known color: Deep Magenta. HEX triplet: BB, 19 and DB. RGB value is (187,25,219). Sum of RGB (Red+Green+Blue) = 187+25+219=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19DB is #44E624. Grayscale: #5E5E5E. Windows color (decimal): -4515365 or 14358971. OLE color: 14358971.
HSL color Cylindrical-coordinate representation of color #BB19DB: hue angle of 290.1º 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 #BB19DB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 25 | 219 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.14 |
| HSL | 290.1º | 0.8% | 0.48% | - |
| HSV(B) | 290.1º | 0.89% | 0.86% | - |
| XYZ | 33.63 | 16.37 | 68.41 | - |
| YUV | 95.55 | 197.67 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 219 | 0.15 | 0.89 | 0 | 0.14 | 290.1 | 0.8 | 0.48 |
| Hex | BB | 19 | DB | F | 59 | 0 | E | 122 | 50 | 30 |
| Octal | 273 | 31 | 333 | 17 | 131 | 0 | 16 | 442 | 120 | 60 |
| Binary | 10111011 | 11001 | 11011011 | 1111 | 1011001 | 0 | 1110 | 100100010 | 1010000 | 110000 |
Color Harmonies of #BB19DB
Complementary color
Monochromatic Colors of #BB19DB
Black with #BB19DB
Text Example
Text Example
White with #BB19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19DB; }
p { color: rgb(187,25,219); }
H1.HeaderClassName
{
color: #BB19DB;
}
.AnyTagClassName
{
color: #BB19DB;
}
</style>
background-color css
<style>
a { background-color: #BB19DB; }
a { background-color: rgb(187,25,219); }
div.DivClassName
{
background-color: #BB19DB;
}
.BgClassName
{
background-color: #BB19DB;
}
</style>
border-color css
<style>
span { border-color: #BB19DB; }
span { border-color: rgb(187,25,219); }
td.TdClassName
{
border-color: #BB19DB;
}
.TagClassName
{
border-color: #BB19DB;
}
</style>