Shades of Deep Magenta #BB19DF
Tints of Deep Magenta #BB19DF
RGB
CMYK
RGB Variations
Color information
#BB19DF (or 0xBB19DF) is known color: Deep Magenta. HEX triplet: BB, 19 and DF. RGB value is (187,25,223). Sum of RGB (Red+Green+Blue) = 187+25+223=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19DF is #44E620. Grayscale: #5F5F5F. Windows color (decimal): -4515361 or 14621115. OLE color: 14621115.
HSL color Cylindrical-coordinate representation of color #BB19DF: hue angle of 289.09º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19DF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 25 | 223 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.13 |
| HSL | 289.09º | 0.8% | 0.49% | - |
| HSV(B) | 289.09º | 0.89% | 0.87% | - |
| XYZ | 34.16 | 16.59 | 71.21 | - |
| YUV | 96.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 223 | 0.16 | 0.89 | 0 | 0.13 | 289.09 | 0.8 | 0.49 |
| Hex | BB | 19 | DF | 10 | 59 | 0 | D | 121 | 50 | 31 |
| Octal | 273 | 31 | 337 | 20 | 131 | 0 | 15 | 441 | 120 | 61 |
| Binary | 10111011 | 11001 | 11011111 | 10000 | 1011001 | 0 | 1101 | 100100001 | 1010000 | 110001 |
Color Harmonies of #BB19DF
Complementary color
Monochromatic Colors of #BB19DF
Black with #BB19DF
Text Example
Text Example
White with #BB19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19DF; }
p { color: rgb(187,25,223); }
H1.HeaderClassName
{
color: #BB19DF;
}
.AnyTagClassName
{
color: #BB19DF;
}
</style>
background-color css
<style>
a { background-color: #BB19DF; }
a { background-color: rgb(187,25,223); }
div.DivClassName
{
background-color: #BB19DF;
}
.BgClassName
{
background-color: #BB19DF;
}
</style>
border-color css
<style>
span { border-color: #BB19DF; }
span { border-color: rgb(187,25,223); }
td.TdClassName
{
border-color: #BB19DF;
}
.TagClassName
{
border-color: #BB19DF;
}
</style>