Shades of Medium Violet Red #BA1573
Tints of Medium Violet Red #BA1573
RGB
CMYK
RGB Variations
Color information
#BA1573 (or 0xBA1573) is known color: Medium Violet Red. HEX triplet: BA, 15 and 73. RGB value is (186,21,115). Sum of RGB (Red+Green+Blue) = 186+21+115=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1573 is #45EA8C. Grayscale: #505050. Windows color (decimal): -4582029 or 7542202. OLE color: 7542202.
HSL color Cylindrical-coordinate representation of color #BA1573: hue angle of 325.82º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1573 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 115 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.27 |
| HSL | 325.82º | 0.8% | 0.41% | - |
| HSV(B) | 325.82º | 0.89% | 0.73% | - |
| XYZ | 23.61 | 12.21 | 17.33 | - |
| YUV | 81.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 115 | 0 | 0.89 | 0.38 | 0.27 | 325.82 | 0.8 | 0.41 |
| Hex | BA | 15 | 73 | 0 | 59 | 26 | 1B | 146 | 50 | 29 |
| Octal | 272 | 25 | 163 | 0 | 131 | 46 | 33 | 506 | 120 | 51 |
| Binary | 10111010 | 10101 | 1110011 | 0 | 1011001 | 100110 | 11011 | 101000110 | 1010000 | 101001 |
Color Harmonies of #BA1573
Complementary color
Monochromatic Colors of #BA1573
Black with #BA1573
Text Example
Text Example
White with #BA1573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1573; }
p { color: rgb(186,21,115); }
H1.HeaderClassName
{
color: #BA1573;
}
.AnyTagClassName
{
color: #BA1573;
}
</style>
background-color css
<style>
a { background-color: #BA1573; }
a { background-color: rgb(186,21,115); }
div.DivClassName
{
background-color: #BA1573;
}
.BgClassName
{
background-color: #BA1573;
}
</style>
border-color css
<style>
span { border-color: #BA1573; }
span { border-color: rgb(186,21,115); }
td.TdClassName
{
border-color: #BA1573;
}
.TagClassName
{
border-color: #BA1573;
}
</style>