Shades of Deep Magenta #BB19C9
Tints of Deep Magenta #BB19C9
RGB
CMYK
RGB Variations
Color information
#BB19C9 (or 0xBB19C9) is known color: Deep Magenta. HEX triplet: BB, 19 and C9. RGB value is (187,25,201). Sum of RGB (Red+Green+Blue) = 187+25+201=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19C9 is #44E636. Grayscale: #5C5C5C. Windows color (decimal): -4515383 or 13179323. OLE color: 13179323.
HSL color Cylindrical-coordinate representation of color #BB19C9: hue angle of 295.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB19C9 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 25 | 201 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.21 |
| HSL | 295.23º | 0.78% | 0.44% | - |
| HSV(B) | 295.23º | 0.88% | 0.79% | - |
| XYZ | 31.38 | 15.48 | 56.59 | - |
| YUV | 93.5 | 188.67 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 201 | 0.07 | 0.88 | 0 | 0.21 | 295.23 | 0.78 | 0.44 |
| Hex | BB | 19 | C9 | 7 | 58 | 0 | 15 | 127 | 4E | 2C |
| Octal | 273 | 31 | 311 | 7 | 130 | 0 | 25 | 447 | 116 | 54 |
| Binary | 10111011 | 11001 | 11001001 | 111 | 1011000 | 0 | 10101 | 100100111 | 1001110 | 101100 |
Color Harmonies of #BB19C9
Complementary color
Monochromatic Colors of #BB19C9
Black with #BB19C9
Text Example
Text Example
White with #BB19C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19C9; }
p { color: rgb(187,25,201); }
H1.HeaderClassName
{
color: #BB19C9;
}
.AnyTagClassName
{
color: #BB19C9;
}
</style>
background-color css
<style>
a { background-color: #BB19C9; }
a { background-color: rgb(187,25,201); }
div.DivClassName
{
background-color: #BB19C9;
}
.BgClassName
{
background-color: #BB19C9;
}
</style>
border-color css
<style>
span { border-color: #BB19C9; }
span { border-color: rgb(187,25,201); }
td.TdClassName
{
border-color: #BB19C9;
}
.TagClassName
{
border-color: #BB19C9;
}
</style>