Shades of Deep Magenta #BC19B0
Tints of Deep Magenta #BC19B0
RGB
CMYK
RGB Variations
Color information
#BC19B0 (or 0xBC19B0) is known color: Deep Magenta. HEX triplet: BC, 19 and B0. RGB value is (188,25,176). Sum of RGB (Red+Green+Blue) = 188+25+176=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19B0 is #43E64F. Grayscale: #5A5A5A. Windows color (decimal): -4449872 or 11540924. OLE color: 11540924.
HSL color Cylindrical-coordinate representation of color #BC19B0: hue angle of 304.42º 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 #BC19B0 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 176 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.26 |
| HSL | 304.42º | 0.77% | 0.42% | - |
| HSV(B) | 304.42º | 0.87% | 0.74% | - |
| XYZ | 28.92 | 14.52 | 42.35 | - |
| YUV | 90.95 | 176 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 176 | 0 | 0.87 | 0.06 | 0.26 | 304.42 | 0.77 | 0.42 |
| Hex | BC | 19 | B0 | 0 | 57 | 6 | 1A | 130 | 4D | 2A |
| Octal | 274 | 31 | 260 | 0 | 127 | 6 | 32 | 460 | 115 | 52 |
| Binary | 10111100 | 11001 | 10110000 | 0 | 1010111 | 110 | 11010 | 100110000 | 1001101 | 101010 |
Color Harmonies of #BC19B0
Complementary color
Monochromatic Colors of #BC19B0
Black with #BC19B0
Text Example
Text Example
White with #BC19B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19B0; }
p { color: rgb(188,25,176); }
H1.HeaderClassName
{
color: #BC19B0;
}
.AnyTagClassName
{
color: #BC19B0;
}
</style>
background-color css
<style>
a { background-color: #BC19B0; }
a { background-color: rgb(188,25,176); }
div.DivClassName
{
background-color: #BC19B0;
}
.BgClassName
{
background-color: #BC19B0;
}
</style>
border-color css
<style>
span { border-color: #BC19B0; }
span { border-color: rgb(188,25,176); }
td.TdClassName
{
border-color: #BC19B0;
}
.TagClassName
{
border-color: #BC19B0;
}
</style>