Shades of Medium Violet Red #BC0579
Tints of Medium Violet Red #BC0579
RGB
CMYK
RGB Variations
Color information
#BC0579 (or 0xBC0579) is known color: Medium Violet Red. HEX triplet: BC, 05 and 79. RGB value is (188,5,121). Sum of RGB (Red+Green+Blue) = 188+5+121=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0579 is #43FA86. Grayscale: #484848. Windows color (decimal): -4455047 or 7931324. OLE color: 7931324.
HSL color Cylindrical-coordinate representation of color #BC0579: hue angle of 321.97º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0579 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 121 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.26 |
| HSL | 321.97º | 0.95% | 0.38% | - |
| HSV(B) | 321.97º | 0.97% | 0.74% | - |
| XYZ | 24.24 | 12.18 | 19.16 | - |
| YUV | 72.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 121 | 0 | 0.97 | 0.36 | 0.26 | 321.97 | 0.95 | 0.38 |
| Hex | BC | 5 | 79 | 0 | 61 | 24 | 1A | 142 | 5F | 26 |
| Octal | 274 | 5 | 171 | 0 | 141 | 44 | 32 | 502 | 137 | 46 |
| Binary | 10111100 | 101 | 1111001 | 0 | 1100001 | 100100 | 11010 | 101000010 | 1011111 | 100110 |
Color Harmonies of #BC0579
Complementary color
Monochromatic Colors of #BC0579
Black with #BC0579
Text Example
Text Example
White with #BC0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0579; }
p { color: rgb(188,5,121); }
H1.HeaderClassName
{
color: #BC0579;
}
.AnyTagClassName
{
color: #BC0579;
}
</style>
background-color css
<style>
a { background-color: #BC0579; }
a { background-color: rgb(188,5,121); }
div.DivClassName
{
background-color: #BC0579;
}
.BgClassName
{
background-color: #BC0579;
}
</style>
border-color css
<style>
span { border-color: #BC0579; }
span { border-color: rgb(188,5,121); }
td.TdClassName
{
border-color: #BC0579;
}
.TagClassName
{
border-color: #BC0579;
}
</style>