Shades of Medium Violet Red #BC0C72
Tints of Medium Violet Red #BC0C72
RGB
CMYK
RGB Variations
Color information
#BC0C72 (or 0xBC0C72) is known color: Medium Violet Red. HEX triplet: BC, 0C and 72. RGB value is (188,12,114). Sum of RGB (Red+Green+Blue) = 188+12+114=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C72 is #43F38D. Grayscale: #4C4C4C. Windows color (decimal): -4453262 or 7474364. OLE color: 7474364.
HSL color Cylindrical-coordinate representation of color #BC0C72: hue angle of 325.23º 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 #BC0C72 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 114 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.26 |
| HSL | 325.23º | 0.88% | 0.39% | - |
| HSV(B) | 325.23º | 0.94% | 0.74% | - |
| XYZ | 23.91 | 12.17 | 17.01 | - |
| YUV | 76.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 114 | 0 | 0.94 | 0.39 | 0.26 | 325.23 | 0.88 | 0.39 |
| Hex | BC | C | 72 | 0 | 5E | 27 | 1A | 145 | 58 | 27 |
| Octal | 274 | 14 | 162 | 0 | 136 | 47 | 32 | 505 | 130 | 47 |
| Binary | 10111100 | 1100 | 1110010 | 0 | 1011110 | 100111 | 11010 | 101000101 | 1011000 | 100111 |
Color Harmonies of #BC0C72
Complementary color
Monochromatic Colors of #BC0C72
Black with #BC0C72
Text Example
Text Example
White with #BC0C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C72; }
p { color: rgb(188,12,114); }
H1.HeaderClassName
{
color: #BC0C72;
}
.AnyTagClassName
{
color: #BC0C72;
}
</style>
background-color css
<style>
a { background-color: #BC0C72; }
a { background-color: rgb(188,12,114); }
div.DivClassName
{
background-color: #BC0C72;
}
.BgClassName
{
background-color: #BC0C72;
}
</style>
border-color css
<style>
span { border-color: #BC0C72; }
span { border-color: rgb(188,12,114); }
td.TdClassName
{
border-color: #BC0C72;
}
.TagClassName
{
border-color: #BC0C72;
}
</style>