Shades of Medium Violet Red #BC19A0
Tints of Medium Violet Red #BC19A0
RGB
CMYK
RGB Variations
Color information
#BC19A0 (or 0xBC19A0) is known color: Medium Violet Red. HEX triplet: BC, 19 and A0. RGB value is (188,25,160). Sum of RGB (Red+Green+Blue) = 188+25+160=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC19A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC19A0 is #43E65F. Grayscale: #585858. Windows color (decimal): -4449888 or 10492348. OLE color: 10492348.
HSL color Cylindrical-coordinate representation of color #BC19A0: hue angle of 310.31º 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 #BC19A0 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 160 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.26 |
| HSL | 310.31º | 0.77% | 0.42% | - |
| HSV(B) | 310.31º | 0.87% | 0.74% | - |
| XYZ | 27.43 | 13.92 | 34.5 | - |
| YUV | 89.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 160 | 0 | 0.87 | 0.15 | 0.26 | 310.31 | 0.77 | 0.42 |
| Hex | BC | 19 | A0 | 0 | 57 | F | 1A | 136 | 4D | 2A |
| Octal | 274 | 31 | 240 | 0 | 127 | 17 | 32 | 466 | 115 | 52 |
| Binary | 10111100 | 11001 | 10100000 | 0 | 1010111 | 1111 | 11010 | 100110110 | 1001101 | 101010 |
Color Harmonies of #BC19A0
Complementary color
Monochromatic Colors of #BC19A0
Black with #BC19A0
Text Example
Text Example
White with #BC19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC19A0; }
p { color: rgb(188,25,160); }
H1.HeaderClassName
{
color: #BC19A0;
}
.AnyTagClassName
{
color: #BC19A0;
}
</style>
background-color css
<style>
a { background-color: #BC19A0; }
a { background-color: rgb(188,25,160); }
div.DivClassName
{
background-color: #BC19A0;
}
.BgClassName
{
background-color: #BC19A0;
}
</style>
border-color css
<style>
span { border-color: #BC19A0; }
span { border-color: rgb(188,25,160); }
td.TdClassName
{
border-color: #BC19A0;
}
.TagClassName
{
border-color: #BC19A0;
}
</style>