Shades of Deep Magenta #BC19B5
Tints of Deep Magenta #BC19B5
RGB
CMYK
RGB Variations
Color information
#BC19B5 (or 0xBC19B5) is known color: Deep Magenta. HEX triplet: BC, 19 and B5. RGB value is (188,25,181). Sum of RGB (Red+Green+Blue) = 188+25+181=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 181 (71.09% from 255 or 45.94% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19B5 is #43E64A. Grayscale: #5B5B5B. Windows color (decimal): -4449867 or 11868604. OLE color: 11868604.
HSL color Cylindrical-coordinate representation of color #BC19B5: hue angle of 302.58º 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 #BC19B5 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 181 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.26 |
| HSL | 302.58º | 0.77% | 0.42% | - |
| HSV(B) | 302.58º | 0.87% | 0.74% | - |
| XYZ | 29.43 | 14.72 | 45.01 | - |
| YUV | 91.52 | 178.5 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 181 | 0 | 0.87 | 0.04 | 0.26 | 302.58 | 0.77 | 0.42 |
| Hex | BC | 19 | B5 | 0 | 57 | 4 | 1A | 12F | 4D | 2A |
| Octal | 274 | 31 | 265 | 0 | 127 | 4 | 32 | 457 | 115 | 52 |
| Binary | 10111100 | 11001 | 10110101 | 0 | 1010111 | 100 | 11010 | 100101111 | 1001101 | 101010 |
Color Harmonies of #BC19B5
Complementary color
Monochromatic Colors of #BC19B5
Black with #BC19B5
Text Example
Text Example
White with #BC19B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19B5; }
p { color: rgb(188,25,181); }
H1.HeaderClassName
{
color: #BC19B5;
}
.AnyTagClassName
{
color: #BC19B5;
}
</style>
background-color css
<style>
a { background-color: #BC19B5; }
a { background-color: rgb(188,25,181); }
div.DivClassName
{
background-color: #BC19B5;
}
.BgClassName
{
background-color: #BC19B5;
}
</style>
border-color css
<style>
span { border-color: #BC19B5; }
span { border-color: rgb(188,25,181); }
td.TdClassName
{
border-color: #BC19B5;
}
.TagClassName
{
border-color: #BC19B5;
}
</style>