Shades of Deep Magenta #BB19CD
Tints of Deep Magenta #BB19CD
RGB
CMYK
RGB Variations
Color information
#BB19CD (or 0xBB19CD) is known color: Deep Magenta. HEX triplet: BB, 19 and CD. RGB value is (187,25,205). Sum of RGB (Red+Green+Blue) = 187+25+205=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19CD is #44E632. Grayscale: #5D5D5D. Windows color (decimal): -4515379 or 13441467. OLE color: 13441467.
HSL color Cylindrical-coordinate representation of color #BB19CD: hue angle of 294º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19CD is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 25 | 205 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.20 |
| HSL | 294º | 0.78% | 0.45% | - |
| HSV(B) | 294º | 0.88% | 0.8% | - |
| XYZ | 31.86 | 15.67 | 59.1 | - |
| YUV | 93.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 205 | 0.09 | 0.88 | 0 | 0.20 | 294 | 0.78 | 0.45 |
| Hex | BB | 19 | CD | 9 | 58 | 0 | 14 | 126 | 4E | 2D |
| Octal | 273 | 31 | 315 | 11 | 130 | 0 | 24 | 446 | 116 | 55 |
| Binary | 10111011 | 11001 | 11001101 | 1001 | 1011000 | 0 | 10100 | 100100110 | 1001110 | 101101 |
Color Harmonies of #BB19CD
Complementary color
Monochromatic Colors of #BB19CD
Black with #BB19CD
Text Example
Text Example
White with #BB19CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19CD; }
p { color: rgb(187,25,205); }
H1.HeaderClassName
{
color: #BB19CD;
}
.AnyTagClassName
{
color: #BB19CD;
}
</style>
background-color css
<style>
a { background-color: #BB19CD; }
a { background-color: rgb(187,25,205); }
div.DivClassName
{
background-color: #BB19CD;
}
.BgClassName
{
background-color: #BB19CD;
}
</style>
border-color css
<style>
span { border-color: #BB19CD; }
span { border-color: rgb(187,25,205); }
td.TdClassName
{
border-color: #BB19CD;
}
.TagClassName
{
border-color: #BB19CD;
}
</style>