Shades of Deep Magenta #BB19CB
Tints of Deep Magenta #BB19CB
RGB
CMYK
RGB Variations
Color information
#BB19CB (or 0xBB19CB) is known color: Deep Magenta. HEX triplet: BB, 19 and CB. RGB value is (187,25,203). Sum of RGB (Red+Green+Blue) = 187+25+203=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19CB is #44E634. Grayscale: #5D5D5D. Windows color (decimal): -4515381 or 13310395. OLE color: 13310395.
HSL color Cylindrical-coordinate representation of color #BB19CB: hue angle of 294.61º 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 #BB19CB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 25 | 203 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.20 |
| HSL | 294.61º | 0.78% | 0.45% | - |
| HSV(B) | 294.61º | 0.88% | 0.8% | - |
| XYZ | 31.62 | 15.57 | 57.84 | - |
| YUV | 93.73 | 189.67 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 203 | 0.08 | 0.88 | 0 | 0.20 | 294.61 | 0.78 | 0.45 |
| Hex | BB | 19 | CB | 8 | 58 | 0 | 14 | 127 | 4E | 2D |
| Octal | 273 | 31 | 313 | 10 | 130 | 0 | 24 | 447 | 116 | 55 |
| Binary | 10111011 | 11001 | 11001011 | 1000 | 1011000 | 0 | 10100 | 100100111 | 1001110 | 101101 |
Color Harmonies of #BB19CB
Complementary color
Monochromatic Colors of #BB19CB
Black with #BB19CB
Text Example
Text Example
White with #BB19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19CB; }
p { color: rgb(187,25,203); }
H1.HeaderClassName
{
color: #BB19CB;
}
.AnyTagClassName
{
color: #BB19CB;
}
</style>
background-color css
<style>
a { background-color: #BB19CB; }
a { background-color: rgb(187,25,203); }
div.DivClassName
{
background-color: #BB19CB;
}
.BgClassName
{
background-color: #BB19CB;
}
</style>
border-color css
<style>
span { border-color: #BB19CB; }
span { border-color: rgb(187,25,203); }
td.TdClassName
{
border-color: #BB19CB;
}
.TagClassName
{
border-color: #BB19CB;
}
</style>