Shades of Deep Magenta #BB19CF
Tints of Deep Magenta #BB19CF
RGB
CMYK
RGB Variations
Color information
#BB19CF (or 0xBB19CF) is known color: Deep Magenta. HEX triplet: BB, 19 and CF. RGB value is (187,25,207). Sum of RGB (Red+Green+Blue) = 187+25+207=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19CF is #44E630. Grayscale: #5D5D5D. Windows color (decimal): -4515377 or 13572539. OLE color: 13572539.
HSL color Cylindrical-coordinate representation of color #BB19CF: hue angle of 293.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19CF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 25 | 207 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.19 |
| HSL | 293.41º | 0.78% | 0.45% | - |
| HSV(B) | 293.41º | 0.88% | 0.81% | - |
| XYZ | 32.1 | 15.77 | 60.38 | - |
| YUV | 94.19 | 191.67 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 207 | 0.10 | 0.88 | 0 | 0.19 | 293.41 | 0.78 | 0.45 |
| Hex | BB | 19 | CF | A | 58 | 0 | 13 | 125 | 4E | 2D |
| Octal | 273 | 31 | 317 | 12 | 130 | 0 | 23 | 445 | 116 | 55 |
| Binary | 10111011 | 11001 | 11001111 | 1010 | 1011000 | 0 | 10011 | 100100101 | 1001110 | 101101 |
Color Harmonies of #BB19CF
Complementary color
Monochromatic Colors of #BB19CF
Black with #BB19CF
Text Example
Text Example
White with #BB19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19CF; }
p { color: rgb(187,25,207); }
H1.HeaderClassName
{
color: #BB19CF;
}
.AnyTagClassName
{
color: #BB19CF;
}
</style>
background-color css
<style>
a { background-color: #BB19CF; }
a { background-color: rgb(187,25,207); }
div.DivClassName
{
background-color: #BB19CF;
}
.BgClassName
{
background-color: #BB19CF;
}
</style>
border-color css
<style>
span { border-color: #BB19CF; }
span { border-color: rgb(187,25,207); }
td.TdClassName
{
border-color: #BB19CF;
}
.TagClassName
{
border-color: #BB19CF;
}
</style>