Shades of Deep Magenta #BC19B9
Tints of Deep Magenta #BC19B9
RGB
CMYK
RGB Variations
Color information
#BC19B9 (or 0xBC19B9) is known color: Deep Magenta. HEX triplet: BC, 19 and B9. RGB value is (188,25,185). Sum of RGB (Red+Green+Blue) = 188+25+185=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19B9 is #43E646. Grayscale: #5B5B5B. Windows color (decimal): -4449863 or 12130748. OLE color: 12130748.
HSL color Cylindrical-coordinate representation of color #BC19B9: hue angle of 301.1º 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 #BC19B9 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 185 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.26 |
| HSL | 301.1º | 0.77% | 0.42% | - |
| HSV(B) | 301.1º | 0.87% | 0.74% | - |
| XYZ | 29.84 | 14.89 | 47.2 | - |
| YUV | 91.98 | 180.5 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 185 | 0 | 0.87 | 0.02 | 0.26 | 301.1 | 0.77 | 0.42 |
| Hex | BC | 19 | B9 | 0 | 57 | 2 | 1A | 12D | 4D | 2A |
| Octal | 274 | 31 | 271 | 0 | 127 | 2 | 32 | 455 | 115 | 52 |
| Binary | 10111100 | 11001 | 10111001 | 0 | 1010111 | 10 | 11010 | 100101101 | 1001101 | 101010 |
Color Harmonies of #BC19B9
Complementary color
Monochromatic Colors of #BC19B9
Black with #BC19B9
Text Example
Text Example
White with #BC19B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19B9; }
p { color: rgb(188,25,185); }
H1.HeaderClassName
{
color: #BC19B9;
}
.AnyTagClassName
{
color: #BC19B9;
}
</style>
background-color css
<style>
a { background-color: #BC19B9; }
a { background-color: rgb(188,25,185); }
div.DivClassName
{
background-color: #BC19B9;
}
.BgClassName
{
background-color: #BC19B9;
}
</style>
border-color css
<style>
span { border-color: #BC19B9; }
span { border-color: rgb(188,25,185); }
td.TdClassName
{
border-color: #BC19B9;
}
.TagClassName
{
border-color: #BC19B9;
}
</style>