Shades of Deep Magenta #BB19DA
Tints of Deep Magenta #BB19DA
RGB
CMYK
RGB Variations
Color information
#BB19DA (or 0xBB19DA) is known color: Deep Magenta. HEX triplet: BB, 19 and DA. RGB value is (187,25,218). Sum of RGB (Red+Green+Blue) = 187+25+218=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19DA is #44E625. Grayscale: #5E5E5E. Windows color (decimal): -4515366 or 14293435. OLE color: 14293435.
HSL color Cylindrical-coordinate representation of color #BB19DA: hue angle of 290.36º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19DA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 25 | 218 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.15 |
| HSL | 290.36º | 0.79% | 0.48% | - |
| HSV(B) | 290.36º | 0.89% | 0.85% | - |
| XYZ | 33.5 | 16.32 | 67.71 | - |
| YUV | 95.44 | 197.17 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 218 | 0.14 | 0.89 | 0 | 0.15 | 290.36 | 0.79 | 0.48 |
| Hex | BB | 19 | DA | E | 59 | 0 | F | 122 | 4F | 30 |
| Octal | 273 | 31 | 332 | 16 | 131 | 0 | 17 | 442 | 117 | 60 |
| Binary | 10111011 | 11001 | 11011010 | 1110 | 1011001 | 0 | 1111 | 100100010 | 1001111 | 110000 |
Color Harmonies of #BB19DA
Complementary color
Monochromatic Colors of #BB19DA
Black with #BB19DA
Text Example
Text Example
White with #BB19DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19DA; }
p { color: rgb(187,25,218); }
H1.HeaderClassName
{
color: #BB19DA;
}
.AnyTagClassName
{
color: #BB19DA;
}
</style>
background-color css
<style>
a { background-color: #BB19DA; }
a { background-color: rgb(187,25,218); }
div.DivClassName
{
background-color: #BB19DA;
}
.BgClassName
{
background-color: #BB19DA;
}
</style>
border-color css
<style>
span { border-color: #BB19DA; }
span { border-color: rgb(187,25,218); }
td.TdClassName
{
border-color: #BB19DA;
}
.TagClassName
{
border-color: #BB19DA;
}
</style>