Shades of Medium Violet Red #BC0C73
Tints of Medium Violet Red #BC0C73
RGB
CMYK
RGB Variations
Color information
#BC0C73 (or 0xBC0C73) is known color: Medium Violet Red. HEX triplet: BC, 0C and 73. RGB value is (188,12,115). Sum of RGB (Red+Green+Blue) = 188+12+115=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C73 is #43F38C. Grayscale: #4C4C4C. Windows color (decimal): -4453261 or 7539900. OLE color: 7539900.
HSL color Cylindrical-coordinate representation of color #BC0C73: hue angle of 324.89º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C73 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 115 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.26 |
| HSL | 324.89º | 0.88% | 0.39% | - |
| HSV(B) | 324.89º | 0.94% | 0.74% | - |
| XYZ | 23.97 | 12.19 | 17.31 | - |
| YUV | 76.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 115 | 0 | 0.94 | 0.39 | 0.26 | 324.89 | 0.88 | 0.39 |
| Hex | BC | C | 73 | 0 | 5E | 27 | 1A | 145 | 58 | 27 |
| Octal | 274 | 14 | 163 | 0 | 136 | 47 | 32 | 505 | 130 | 47 |
| Binary | 10111100 | 1100 | 1110011 | 0 | 1011110 | 100111 | 11010 | 101000101 | 1011000 | 100111 |
Color Harmonies of #BC0C73
Complementary color
Monochromatic Colors of #BC0C73
Black with #BC0C73
Text Example
Text Example
White with #BC0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C73; }
p { color: rgb(188,12,115); }
H1.HeaderClassName
{
color: #BC0C73;
}
.AnyTagClassName
{
color: #BC0C73;
}
</style>
background-color css
<style>
a { background-color: #BC0C73; }
a { background-color: rgb(188,12,115); }
div.DivClassName
{
background-color: #BC0C73;
}
.BgClassName
{
background-color: #BC0C73;
}
</style>
border-color css
<style>
span { border-color: #BC0C73; }
span { border-color: rgb(188,12,115); }
td.TdClassName
{
border-color: #BC0C73;
}
.TagClassName
{
border-color: #BC0C73;
}
</style>