Shades of Medium Violet Red #BC0E73
Tints of Medium Violet Red #BC0E73
RGB
CMYK
RGB Variations
Color information
#BC0E73 (or 0xBC0E73) is known color: Medium Violet Red. HEX triplet: BC, 0E and 73. RGB value is (188,14,115). Sum of RGB (Red+Green+Blue) = 188+14+115=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E73 is #43F18C. Grayscale: #4D4D4D. Windows color (decimal): -4452749 or 7540412. OLE color: 7540412.
HSL color Cylindrical-coordinate representation of color #BC0E73: hue angle of 325.17º 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 #BC0E73 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 115 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.26 |
| HSL | 325.17º | 0.86% | 0.4% | - |
| HSV(B) | 325.17º | 0.93% | 0.74% | - |
| XYZ | 23.99 | 12.24 | 17.32 | - |
| YUV | 77.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 115 | 0 | 0.93 | 0.39 | 0.26 | 325.17 | 0.86 | 0.4 |
| Hex | BC | E | 73 | 0 | 5D | 27 | 1A | 145 | 56 | 28 |
| Octal | 274 | 16 | 163 | 0 | 135 | 47 | 32 | 505 | 126 | 50 |
| Binary | 10111100 | 1110 | 1110011 | 0 | 1011101 | 100111 | 11010 | 101000101 | 1010110 | 101000 |
Color Harmonies of #BC0E73
Complementary color
Monochromatic Colors of #BC0E73
Black with #BC0E73
Text Example
Text Example
White with #BC0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E73; }
p { color: rgb(188,14,115); }
H1.HeaderClassName
{
color: #BC0E73;
}
.AnyTagClassName
{
color: #BC0E73;
}
</style>
background-color css
<style>
a { background-color: #BC0E73; }
a { background-color: rgb(188,14,115); }
div.DivClassName
{
background-color: #BC0E73;
}
.BgClassName
{
background-color: #BC0E73;
}
</style>
border-color css
<style>
span { border-color: #BC0E73; }
span { border-color: rgb(188,14,115); }
td.TdClassName
{
border-color: #BC0E73;
}
.TagClassName
{
border-color: #BC0E73;
}
</style>