Shades of Medium Violet Red #BA0571
Tints of Medium Violet Red #BA0571
RGB
CMYK
RGB Variations
Color information
#BA0571 (or 0xBA0571) is known color: Medium Violet Red. HEX triplet: BA, 05 and 71. RGB value is (186,5,113). Sum of RGB (Red+Green+Blue) = 186+5+113=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0571 is #45FA8E. Grayscale: #474747. Windows color (decimal): -4586127 or 7407034. OLE color: 7407034.
HSL color Cylindrical-coordinate representation of color #BA0571: hue angle of 324.2º 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 #BA0571 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 113 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.27 |
| HSL | 324.2º | 0.95% | 0.37% | - |
| HSV(B) | 324.2º | 0.97% | 0.73% | - |
| XYZ | 23.28 | 11.74 | 16.66 | - |
| YUV | 71.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 113 | 0 | 0.97 | 0.39 | 0.27 | 324.2 | 0.95 | 0.37 |
| Hex | BA | 5 | 71 | 0 | 61 | 27 | 1B | 144 | 5F | 25 |
| Octal | 272 | 5 | 161 | 0 | 141 | 47 | 33 | 504 | 137 | 45 |
| Binary | 10111010 | 101 | 1110001 | 0 | 1100001 | 100111 | 11011 | 101000100 | 1011111 | 100101 |
Color Harmonies of #BA0571
Complementary color
Monochromatic Colors of #BA0571
Black with #BA0571
Text Example
Text Example
White with #BA0571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0571; }
p { color: rgb(186,5,113); }
H1.HeaderClassName
{
color: #BA0571;
}
.AnyTagClassName
{
color: #BA0571;
}
</style>
background-color css
<style>
a { background-color: #BA0571; }
a { background-color: rgb(186,5,113); }
div.DivClassName
{
background-color: #BA0571;
}
.BgClassName
{
background-color: #BA0571;
}
</style>
border-color css
<style>
span { border-color: #BA0571; }
span { border-color: rgb(186,5,113); }
td.TdClassName
{
border-color: #BA0571;
}
.TagClassName
{
border-color: #BA0571;
}
</style>