Shades of Medium Violet Red #BA1973
Tints of Medium Violet Red #BA1973
RGB
CMYK
RGB Variations
Color information
#BA1973 (or 0xBA1973) is known color: Medium Violet Red. HEX triplet: BA, 19 and 73. RGB value is (186,25,115). Sum of RGB (Red+Green+Blue) = 186+25+115=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1973 is #45E68C. Grayscale: #535353. Windows color (decimal): -4581005 or 7543226. OLE color: 7543226.
HSL color Cylindrical-coordinate representation of color #BA1973: hue angle of 326.46º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1973 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 115 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.27 |
| HSL | 326.46º | 0.76% | 0.41% | - |
| HSV(B) | 326.46º | 0.87% | 0.73% | - |
| XYZ | 23.69 | 12.37 | 17.36 | - |
| YUV | 83.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 115 | 0 | 0.87 | 0.38 | 0.27 | 326.46 | 0.76 | 0.41 |
| Hex | BA | 19 | 73 | 0 | 57 | 26 | 1B | 146 | 4C | 29 |
| Octal | 272 | 31 | 163 | 0 | 127 | 46 | 33 | 506 | 114 | 51 |
| Binary | 10111010 | 11001 | 1110011 | 0 | 1010111 | 100110 | 11011 | 101000110 | 1001100 | 101001 |
Color Harmonies of #BA1973
Complementary color
Monochromatic Colors of #BA1973
Black with #BA1973
Text Example
Text Example
White with #BA1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1973; }
p { color: rgb(186,25,115); }
H1.HeaderClassName
{
color: #BA1973;
}
.AnyTagClassName
{
color: #BA1973;
}
</style>
background-color css
<style>
a { background-color: #BA1973; }
a { background-color: rgb(186,25,115); }
div.DivClassName
{
background-color: #BA1973;
}
.BgClassName
{
background-color: #BA1973;
}
</style>
border-color css
<style>
span { border-color: #BA1973; }
span { border-color: rgb(186,25,115); }
td.TdClassName
{
border-color: #BA1973;
}
.TagClassName
{
border-color: #BA1973;
}
</style>