Shades of Medium Violet Red #BC0577
Tints of Medium Violet Red #BC0577
RGB
CMYK
RGB Variations
Color information
#BC0577 (or 0xBC0577) is known color: Medium Violet Red. HEX triplet: BC, 05 and 77. RGB value is (188,5,119). Sum of RGB (Red+Green+Blue) = 188+5+119=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0577 is #43FA88. Grayscale: #484848. Windows color (decimal): -4455049 or 7800252. OLE color: 7800252.
HSL color Cylindrical-coordinate representation of color #BC0577: hue angle of 322.62º 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 #BC0577 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 119 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.26 |
| HSL | 322.62º | 0.95% | 0.38% | - |
| HSV(B) | 322.62º | 0.97% | 0.74% | - |
| XYZ | 24.12 | 12.13 | 18.52 | - |
| YUV | 72.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 119 | 0 | 0.97 | 0.37 | 0.26 | 322.62 | 0.95 | 0.38 |
| Hex | BC | 5 | 77 | 0 | 61 | 25 | 1A | 143 | 5F | 26 |
| Octal | 274 | 5 | 167 | 0 | 141 | 45 | 32 | 503 | 137 | 46 |
| Binary | 10111100 | 101 | 1110111 | 0 | 1100001 | 100101 | 11010 | 101000011 | 1011111 | 100110 |
Color Harmonies of #BC0577
Complementary color
Monochromatic Colors of #BC0577
Black with #BC0577
Text Example
Text Example
White with #BC0577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0577; }
p { color: rgb(188,5,119); }
H1.HeaderClassName
{
color: #BC0577;
}
.AnyTagClassName
{
color: #BC0577;
}
</style>
background-color css
<style>
a { background-color: #BC0577; }
a { background-color: rgb(188,5,119); }
div.DivClassName
{
background-color: #BC0577;
}
.BgClassName
{
background-color: #BC0577;
}
</style>
border-color css
<style>
span { border-color: #BC0577; }
span { border-color: rgb(188,5,119); }
td.TdClassName
{
border-color: #BC0577;
}
.TagClassName
{
border-color: #BC0577;
}
</style>