Shades of Deep Magenta #BB19C8
Tints of Deep Magenta #BB19C8
RGB
CMYK
RGB Variations
Color information
#BB19C8 (or 0xBB19C8) is known color: Deep Magenta. HEX triplet: BB, 19 and C8. RGB value is (187,25,200). Sum of RGB (Red+Green+Blue) = 187+25+200=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB19C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19C8 is #44E637. Grayscale: #5C5C5C. Windows color (decimal): -4515384 or 13113787. OLE color: 13113787.
HSL color Cylindrical-coordinate representation of color #BB19C8: hue angle of 295.54º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19C8 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 25 | 200 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.22 |
| HSL | 295.54º | 0.78% | 0.44% | - |
| HSV(B) | 295.54º | 0.88% | 0.78% | - |
| XYZ | 31.27 | 15.43 | 55.97 | - |
| YUV | 93.39 | 188.17 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 200 | 0.06 | 0.88 | 0 | 0.22 | 295.54 | 0.78 | 0.44 |
| Hex | BB | 19 | C8 | 6 | 58 | 0 | 16 | 128 | 4E | 2C |
| Octal | 273 | 31 | 310 | 6 | 130 | 0 | 26 | 450 | 116 | 54 |
| Binary | 10111011 | 11001 | 11001000 | 110 | 1011000 | 0 | 10110 | 100101000 | 1001110 | 101100 |
Color Harmonies of #BB19C8
Complementary color
Monochromatic Colors of #BB19C8
Black with #BB19C8
Text Example
Text Example
White with #BB19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19C8; }
p { color: rgb(187,25,200); }
H1.HeaderClassName
{
color: #BB19C8;
}
.AnyTagClassName
{
color: #BB19C8;
}
</style>
background-color css
<style>
a { background-color: #BB19C8; }
a { background-color: rgb(187,25,200); }
div.DivClassName
{
background-color: #BB19C8;
}
.BgClassName
{
background-color: #BB19C8;
}
</style>
border-color css
<style>
span { border-color: #BB19C8; }
span { border-color: rgb(187,25,200); }
td.TdClassName
{
border-color: #BB19C8;
}
.TagClassName
{
border-color: #BB19C8;
}
</style>