Shades of Medium Violet Red #BC0578
Tints of Medium Violet Red #BC0578
RGB
CMYK
RGB Variations
Color information
#BC0578 (or 0xBC0578) is known color: Medium Violet Red. HEX triplet: BC, 05 and 78. RGB value is (188,5,120). Sum of RGB (Red+Green+Blue) = 188+5+120=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0578 is #43FA87. Grayscale: #484848. Windows color (decimal): -4455048 or 7865788. OLE color: 7865788.
HSL color Cylindrical-coordinate representation of color #BC0578: hue angle of 322.3º 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 #BC0578 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 120 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.26 |
| HSL | 322.3º | 0.95% | 0.38% | - |
| HSV(B) | 322.3º | 0.97% | 0.74% | - |
| XYZ | 24.18 | 12.16 | 18.84 | - |
| YUV | 72.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 120 | 0 | 0.97 | 0.36 | 0.26 | 322.3 | 0.95 | 0.38 |
| Hex | BC | 5 | 78 | 0 | 61 | 24 | 1A | 142 | 5F | 26 |
| Octal | 274 | 5 | 170 | 0 | 141 | 44 | 32 | 502 | 137 | 46 |
| Binary | 10111100 | 101 | 1111000 | 0 | 1100001 | 100100 | 11010 | 101000010 | 1011111 | 100110 |
Color Harmonies of #BC0578
Complementary color
Monochromatic Colors of #BC0578
Black with #BC0578
Text Example
Text Example
White with #BC0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0578; }
p { color: rgb(188,5,120); }
H1.HeaderClassName
{
color: #BC0578;
}
.AnyTagClassName
{
color: #BC0578;
}
</style>
background-color css
<style>
a { background-color: #BC0578; }
a { background-color: rgb(188,5,120); }
div.DivClassName
{
background-color: #BC0578;
}
.BgClassName
{
background-color: #BC0578;
}
</style>
border-color css
<style>
span { border-color: #BC0578; }
span { border-color: rgb(188,5,120); }
td.TdClassName
{
border-color: #BC0578;
}
.TagClassName
{
border-color: #BC0578;
}
</style>