Shades of Deep Magenta #BB19D2
Tints of Deep Magenta #BB19D2
RGB
CMYK
RGB Variations
Color information
#BB19D2 (or 0xBB19D2) is known color: Deep Magenta. HEX triplet: BB, 19 and D2. RGB value is (187,25,210). Sum of RGB (Red+Green+Blue) = 187+25+210=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 210 (82.42% from 255 or 49.76% from 422); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB19D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19D2 is #44E62D. Grayscale: #5D5D5D. Windows color (decimal): -4515374 or 13769147. OLE color: 13769147.
HSL color Cylindrical-coordinate representation of color #BB19D2: hue angle of 292.54º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19D2 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 25 | 210 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.18 |
| HSL | 292.54º | 0.79% | 0.46% | - |
| HSV(B) | 292.54º | 0.88% | 0.82% | - |
| XYZ | 32.47 | 15.91 | 62.33 | - |
| YUV | 94.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 210 | 0.11 | 0.88 | 0 | 0.18 | 292.54 | 0.79 | 0.46 |
| Hex | BB | 19 | D2 | B | 58 | 0 | 12 | 125 | 4F | 2E |
| Octal | 273 | 31 | 322 | 13 | 130 | 0 | 22 | 445 | 117 | 56 |
| Binary | 10111011 | 11001 | 11010010 | 1011 | 1011000 | 0 | 10010 | 100100101 | 1001111 | 101110 |
Color Harmonies of #BB19D2
Complementary color
Monochromatic Colors of #BB19D2
Black with #BB19D2
Text Example
Text Example
White with #BB19D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19D2; }
p { color: rgb(187,25,210); }
H1.HeaderClassName
{
color: #BB19D2;
}
.AnyTagClassName
{
color: #BB19D2;
}
</style>
background-color css
<style>
a { background-color: #BB19D2; }
a { background-color: rgb(187,25,210); }
div.DivClassName
{
background-color: #BB19D2;
}
.BgClassName
{
background-color: #BB19D2;
}
</style>
border-color css
<style>
span { border-color: #BB19D2; }
span { border-color: rgb(187,25,210); }
td.TdClassName
{
border-color: #BB19D2;
}
.TagClassName
{
border-color: #BB19D2;
}
</style>