Shades of Medium Violet Red #BC0C79
Tints of Medium Violet Red #BC0C79
RGB
CMYK
RGB Variations
Color information
#BC0C79 (or 0xBC0C79) is known color: Medium Violet Red. HEX triplet: BC, 0C and 79. RGB value is (188,12,121). Sum of RGB (Red+Green+Blue) = 188+12+121=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C79 is #43F386. Grayscale: #4C4C4C. Windows color (decimal): -4453255 or 7933116. OLE color: 7933116.
HSL color Cylindrical-coordinate representation of color #BC0C79: hue angle of 322.84º 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 #BC0C79 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 121 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.26 |
| HSL | 322.84º | 0.88% | 0.39% | - |
| HSV(B) | 322.84º | 0.94% | 0.74% | - |
| XYZ | 24.32 | 12.33 | 19.19 | - |
| YUV | 77.05 | 152.81 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 121 | 0 | 0.94 | 0.36 | 0.26 | 322.84 | 0.88 | 0.39 |
| Hex | BC | C | 79 | 0 | 5E | 24 | 1A | 143 | 58 | 27 |
| Octal | 274 | 14 | 171 | 0 | 136 | 44 | 32 | 503 | 130 | 47 |
| Binary | 10111100 | 1100 | 1111001 | 0 | 1011110 | 100100 | 11010 | 101000011 | 1011000 | 100111 |
Color Harmonies of #BC0C79
Complementary color
Monochromatic Colors of #BC0C79
Black with #BC0C79
Text Example
Text Example
White with #BC0C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C79; }
p { color: rgb(188,12,121); }
H1.HeaderClassName
{
color: #BC0C79;
}
.AnyTagClassName
{
color: #BC0C79;
}
</style>
background-color css
<style>
a { background-color: #BC0C79; }
a { background-color: rgb(188,12,121); }
div.DivClassName
{
background-color: #BC0C79;
}
.BgClassName
{
background-color: #BC0C79;
}
</style>
border-color css
<style>
span { border-color: #BC0C79; }
span { border-color: rgb(188,12,121); }
td.TdClassName
{
border-color: #BC0C79;
}
.TagClassName
{
border-color: #BC0C79;
}
</style>