Shades of Deep Magenta #BB19BC
Tints of Deep Magenta #BB19BC
RGB
CMYK
RGB Variations
Color information
#BB19BC (or 0xBB19BC) is known color: Deep Magenta. HEX triplet: BB, 19 and BC. RGB value is (187,25,188). Sum of RGB (Red+Green+Blue) = 187+25+188=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19BC is #44E643. Grayscale: #5B5B5B. Windows color (decimal): -4515396 or 12327355. OLE color: 12327355.
HSL color Cylindrical-coordinate representation of color #BB19BC: hue angle of 299.63º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB19BC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 25 | 188 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.26 |
| HSL | 299.63º | 0.77% | 0.42% | - |
| HSV(B) | 299.63º | 0.87% | 0.74% | - |
| XYZ | 29.92 | 14.89 | 48.87 | - |
| YUV | 92.02 | 182.17 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 188 | 0.01 | 0.87 | 0 | 0.26 | 299.63 | 0.77 | 0.42 |
| Hex | BB | 19 | BC | 1 | 57 | 0 | 1A | 12C | 4D | 2A |
| Octal | 273 | 31 | 274 | 1 | 127 | 0 | 32 | 454 | 115 | 52 |
| Binary | 10111011 | 11001 | 10111100 | 1 | 1010111 | 0 | 11010 | 100101100 | 1001101 | 101010 |
Color Harmonies of #BB19BC
Complementary color
Monochromatic Colors of #BB19BC
Black with #BB19BC
Text Example
Text Example
White with #BB19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19BC; }
p { color: rgb(187,25,188); }
H1.HeaderClassName
{
color: #BB19BC;
}
.AnyTagClassName
{
color: #BB19BC;
}
</style>
background-color css
<style>
a { background-color: #BB19BC; }
a { background-color: rgb(187,25,188); }
div.DivClassName
{
background-color: #BB19BC;
}
.BgClassName
{
background-color: #BB19BC;
}
</style>
border-color css
<style>
span { border-color: #BB19BC; }
span { border-color: rgb(187,25,188); }
td.TdClassName
{
border-color: #BB19BC;
}
.TagClassName
{
border-color: #BB19BC;
}
</style>