Shades of Medium Violet Red #BA1976
Tints of Medium Violet Red #BA1976
RGB
CMYK
RGB Variations
Color information
#BA1976 (or 0xBA1976) is known color: Medium Violet Red. HEX triplet: BA, 19 and 76. RGB value is (186,25,118). Sum of RGB (Red+Green+Blue) = 186+25+118=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1976 is #45E689. Grayscale: #535353. Windows color (decimal): -4581002 or 7739834. OLE color: 7739834.
HSL color Cylindrical-coordinate representation of color #BA1976: hue angle of 325.34º 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 #BA1976 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 118 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.27 |
| HSL | 325.34º | 0.76% | 0.41% | - |
| HSV(B) | 325.34º | 0.87% | 0.73% | - |
| XYZ | 23.87 | 12.44 | 18.28 | - |
| YUV | 83.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 118 | 0 | 0.87 | 0.37 | 0.27 | 325.34 | 0.76 | 0.41 |
| Hex | BA | 19 | 76 | 0 | 57 | 25 | 1B | 145 | 4C | 29 |
| Octal | 272 | 31 | 166 | 0 | 127 | 45 | 33 | 505 | 114 | 51 |
| Binary | 10111010 | 11001 | 1110110 | 0 | 1010111 | 100101 | 11011 | 101000101 | 1001100 | 101001 |
Color Harmonies of #BA1976
Complementary color
Monochromatic Colors of #BA1976
Black with #BA1976
Text Example
Text Example
White with #BA1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1976; }
p { color: rgb(186,25,118); }
H1.HeaderClassName
{
color: #BA1976;
}
.AnyTagClassName
{
color: #BA1976;
}
</style>
background-color css
<style>
a { background-color: #BA1976; }
a { background-color: rgb(186,25,118); }
div.DivClassName
{
background-color: #BA1976;
}
.BgClassName
{
background-color: #BA1976;
}
</style>
border-color css
<style>
span { border-color: #BA1976; }
span { border-color: rgb(186,25,118); }
td.TdClassName
{
border-color: #BA1976;
}
.TagClassName
{
border-color: #BA1976;
}
</style>