Shades of Medium Violet Red #BA0572
Tints of Medium Violet Red #BA0572
RGB
CMYK
RGB Variations
Color information
#BA0572 (or 0xBA0572) is known color: Medium Violet Red. HEX triplet: BA, 05 and 72. RGB value is (186,5,114). Sum of RGB (Red+Green+Blue) = 186+5+114=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0572 is #45FA8D. Grayscale: #474747. Windows color (decimal): -4586126 or 7472570. OLE color: 7472570.
HSL color Cylindrical-coordinate representation of color #BA0572: hue angle of 323.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 #BA0572 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 114 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.27 |
| HSL | 323.87º | 0.95% | 0.37% | - |
| HSV(B) | 323.87º | 0.97% | 0.73% | - |
| XYZ | 23.34 | 11.76 | 16.96 | - |
| YUV | 71.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 114 | 0 | 0.97 | 0.39 | 0.27 | 323.87 | 0.95 | 0.37 |
| Hex | BA | 5 | 72 | 0 | 61 | 27 | 1B | 144 | 5F | 25 |
| Octal | 272 | 5 | 162 | 0 | 141 | 47 | 33 | 504 | 137 | 45 |
| Binary | 10111010 | 101 | 1110010 | 0 | 1100001 | 100111 | 11011 | 101000100 | 1011111 | 100101 |
Color Harmonies of #BA0572
Complementary color
Monochromatic Colors of #BA0572
Black with #BA0572
Text Example
Text Example
White with #BA0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0572; }
p { color: rgb(186,5,114); }
H1.HeaderClassName
{
color: #BA0572;
}
.AnyTagClassName
{
color: #BA0572;
}
</style>
background-color css
<style>
a { background-color: #BA0572; }
a { background-color: rgb(186,5,114); }
div.DivClassName
{
background-color: #BA0572;
}
.BgClassName
{
background-color: #BA0572;
}
</style>
border-color css
<style>
span { border-color: #BA0572; }
span { border-color: rgb(186,5,114); }
td.TdClassName
{
border-color: #BA0572;
}
.TagClassName
{
border-color: #BA0572;
}
</style>