Shades of Deep Magenta #BB19DE
Tints of Deep Magenta #BB19DE
RGB
CMYK
RGB Variations
Color information
#BB19DE (or 0xBB19DE) is known color: Deep Magenta. HEX triplet: BB, 19 and DE. RGB value is (187,25,222). Sum of RGB (Red+Green+Blue) = 187+25+222=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB19DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19DE is #44E621. Grayscale: #5F5F5F. Windows color (decimal): -4515362 or 14555579. OLE color: 14555579.
HSL color Cylindrical-coordinate representation of color #BB19DE: hue angle of 289.34º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19DE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 25 | 222 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.13 |
| HSL | 289.34º | 0.8% | 0.48% | - |
| HSV(B) | 289.34º | 0.89% | 0.87% | - |
| XYZ | 34.03 | 16.53 | 70.51 | - |
| YUV | 95.9 | 199.17 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 222 | 0.16 | 0.89 | 0 | 0.13 | 289.34 | 0.8 | 0.48 |
| Hex | BB | 19 | DE | 10 | 59 | 0 | D | 121 | 50 | 30 |
| Octal | 273 | 31 | 336 | 20 | 131 | 0 | 15 | 441 | 120 | 60 |
| Binary | 10111011 | 11001 | 11011110 | 10000 | 1011001 | 0 | 1101 | 100100001 | 1010000 | 110000 |
Color Harmonies of #BB19DE
Complementary color
Monochromatic Colors of #BB19DE
Black with #BB19DE
Text Example
Text Example
White with #BB19DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19DE; }
p { color: rgb(187,25,222); }
H1.HeaderClassName
{
color: #BB19DE;
}
.AnyTagClassName
{
color: #BB19DE;
}
</style>
background-color css
<style>
a { background-color: #BB19DE; }
a { background-color: rgb(187,25,222); }
div.DivClassName
{
background-color: #BB19DE;
}
.BgClassName
{
background-color: #BB19DE;
}
</style>
border-color css
<style>
span { border-color: #BB19DE; }
span { border-color: rgb(187,25,222); }
td.TdClassName
{
border-color: #BB19DE;
}
.TagClassName
{
border-color: #BB19DE;
}
</style>