Shades of Medium Violet Red #BA0575
Tints of Medium Violet Red #BA0575
RGB
CMYK
RGB Variations
Color information
#BA0575 (or 0xBA0575) is known color: Medium Violet Red. HEX triplet: BA, 05 and 75. RGB value is (186,5,117). Sum of RGB (Red+Green+Blue) = 186+5+117=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0575 is #45FA8A. Grayscale: #474747. Windows color (decimal): -4586123 or 7669178. OLE color: 7669178.
HSL color Cylindrical-coordinate representation of color #BA0575: hue angle of 322.87º 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 #BA0575 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.27 |
| HSL | 322.87º | 0.95% | 0.37% | - |
| HSV(B) | 322.87º | 0.97% | 0.73% | - |
| XYZ | 23.51 | 11.83 | 17.87 | - |
| YUV | 71.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 117 | 0 | 0.97 | 0.37 | 0.27 | 322.87 | 0.95 | 0.37 |
| Hex | BA | 5 | 75 | 0 | 61 | 25 | 1B | 143 | 5F | 25 |
| Octal | 272 | 5 | 165 | 0 | 141 | 45 | 33 | 503 | 137 | 45 |
| Binary | 10111010 | 101 | 1110101 | 0 | 1100001 | 100101 | 11011 | 101000011 | 1011111 | 100101 |
Color Harmonies of #BA0575
Complementary color
Monochromatic Colors of #BA0575
Black with #BA0575
Text Example
Text Example
White with #BA0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0575; }
p { color: rgb(186,5,117); }
H1.HeaderClassName
{
color: #BA0575;
}
.AnyTagClassName
{
color: #BA0575;
}
</style>
background-color css
<style>
a { background-color: #BA0575; }
a { background-color: rgb(186,5,117); }
div.DivClassName
{
background-color: #BA0575;
}
.BgClassName
{
background-color: #BA0575;
}
</style>
border-color css
<style>
span { border-color: #BA0575; }
span { border-color: rgb(186,5,117); }
td.TdClassName
{
border-color: #BA0575;
}
.TagClassName
{
border-color: #BA0575;
}
</style>