Shades of Medium Violet Red #BC0E71
Tints of Medium Violet Red #BC0E71
RGB
CMYK
RGB Variations
Color information
#BC0E71 (or 0xBC0E71) is known color: Medium Violet Red. HEX triplet: BC, 0E and 71. RGB value is (188,14,113). Sum of RGB (Red+Green+Blue) = 188+14+113=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E71 is #43F18E. Grayscale: #4D4D4D. Windows color (decimal): -4452751 or 7409340. OLE color: 7409340.
HSL color Cylindrical-coordinate representation of color #BC0E71: hue angle of 325.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E71 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 113 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.26 |
| HSL | 325.86º | 0.86% | 0.4% | - |
| HSV(B) | 325.86º | 0.93% | 0.74% | - |
| XYZ | 23.88 | 12.2 | 16.72 | - |
| YUV | 77.31 | 148.15 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 113 | 0 | 0.93 | 0.40 | 0.26 | 325.86 | 0.86 | 0.4 |
| Hex | BC | E | 71 | 0 | 5D | 28 | 1A | 146 | 56 | 28 |
| Octal | 274 | 16 | 161 | 0 | 135 | 50 | 32 | 506 | 126 | 50 |
| Binary | 10111100 | 1110 | 1110001 | 0 | 1011101 | 101000 | 11010 | 101000110 | 1010110 | 101000 |
Color Harmonies of #BC0E71
Complementary color
Monochromatic Colors of #BC0E71
Black with #BC0E71
Text Example
Text Example
White with #BC0E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E71; }
p { color: rgb(188,14,113); }
H1.HeaderClassName
{
color: #BC0E71;
}
.AnyTagClassName
{
color: #BC0E71;
}
</style>
background-color css
<style>
a { background-color: #BC0E71; }
a { background-color: rgb(188,14,113); }
div.DivClassName
{
background-color: #BC0E71;
}
.BgClassName
{
background-color: #BC0E71;
}
</style>
border-color css
<style>
span { border-color: #BC0E71; }
span { border-color: rgb(188,14,113); }
td.TdClassName
{
border-color: #BC0E71;
}
.TagClassName
{
border-color: #BC0E71;
}
</style>