Shades of Medium Violet Red #BA0578
Tints of Medium Violet Red #BA0578
RGB
CMYK
RGB Variations
Color information
#BA0578 (or 0xBA0578) is known color: Medium Violet Red. HEX triplet: BA, 05 and 78. RGB value is (186,5,120). Sum of RGB (Red+Green+Blue) = 186+5+120=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0578 is #45FA87. Grayscale: #474747. Windows color (decimal): -4586120 or 7865786. OLE color: 7865786.
HSL color Cylindrical-coordinate representation of color #BA0578: hue angle of 321.88º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0578 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 120 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.27 |
| HSL | 321.88º | 0.95% | 0.37% | - |
| HSV(B) | 321.88º | 0.97% | 0.73% | - |
| XYZ | 23.69 | 11.9 | 18.82 | - |
| YUV | 72.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 120 | 0 | 0.97 | 0.35 | 0.27 | 321.88 | 0.95 | 0.37 |
| Hex | BA | 5 | 78 | 0 | 61 | 23 | 1B | 142 | 5F | 25 |
| Octal | 272 | 5 | 170 | 0 | 141 | 43 | 33 | 502 | 137 | 45 |
| Binary | 10111010 | 101 | 1111000 | 0 | 1100001 | 100011 | 11011 | 101000010 | 1011111 | 100101 |
Color Harmonies of #BA0578
Complementary color
Monochromatic Colors of #BA0578
Black with #BA0578
Text Example
Text Example
White with #BA0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0578; }
p { color: rgb(186,5,120); }
H1.HeaderClassName
{
color: #BA0578;
}
.AnyTagClassName
{
color: #BA0578;
}
</style>
background-color css
<style>
a { background-color: #BA0578; }
a { background-color: rgb(186,5,120); }
div.DivClassName
{
background-color: #BA0578;
}
.BgClassName
{
background-color: #BA0578;
}
</style>
border-color css
<style>
span { border-color: #BA0578; }
span { border-color: rgb(186,5,120); }
td.TdClassName
{
border-color: #BA0578;
}
.TagClassName
{
border-color: #BA0578;
}
</style>