Shades of Deep Magenta #BC19C5
Tints of Deep Magenta #BC19C5
RGB
CMYK
RGB Variations
Color information
#BC19C5 (or 0xBC19C5) is known color: Deep Magenta. HEX triplet: BC, 19 and C5. RGB value is (188,25,197). Sum of RGB (Red+Green+Blue) = 188+25+197=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC19C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC19C5 is #43E63A. Grayscale: #5C5C5C. Windows color (decimal): -4449851 or 12917180. OLE color: 12917180.
HSL color Cylindrical-coordinate representation of color #BC19C5: hue angle of 296.86º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC19C5 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 25 | 197 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.23 |
| HSL | 296.86º | 0.77% | 0.44% | - |
| HSV(B) | 296.86º | 0.87% | 0.77% | - |
| XYZ | 31.16 | 15.42 | 54.16 | - |
| YUV | 93.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 197 | 0.05 | 0.87 | 0 | 0.23 | 296.86 | 0.77 | 0.44 |
| Hex | BC | 19 | C5 | 5 | 57 | 0 | 17 | 129 | 4D | 2C |
| Octal | 274 | 31 | 305 | 5 | 127 | 0 | 27 | 451 | 115 | 54 |
| Binary | 10111100 | 11001 | 11000101 | 101 | 1010111 | 0 | 10111 | 100101001 | 1001101 | 101100 |
Color Harmonies of #BC19C5
Complementary color
Monochromatic Colors of #BC19C5
Black with #BC19C5
Text Example
Text Example
White with #BC19C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19C5; }
p { color: rgb(188,25,197); }
H1.HeaderClassName
{
color: #BC19C5;
}
.AnyTagClassName
{
color: #BC19C5;
}
</style>
background-color css
<style>
a { background-color: #BC19C5; }
a { background-color: rgb(188,25,197); }
div.DivClassName
{
background-color: #BC19C5;
}
.BgClassName
{
background-color: #BC19C5;
}
</style>
border-color css
<style>
span { border-color: #BC19C5; }
span { border-color: rgb(188,25,197); }
td.TdClassName
{
border-color: #BC19C5;
}
.TagClassName
{
border-color: #BC19C5;
}
</style>