Shades of Medium Violet Red #BA1596
Tints of Medium Violet Red #BA1596
RGB
CMYK
RGB Variations
Color information
#BA1596 (or 0xBA1596) is known color: Medium Violet Red. HEX triplet: BA, 15 and 96. RGB value is (186,21,150). Sum of RGB (Red+Green+Blue) = 186+21+150=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1596 is #45EA69. Grayscale: #545454. Windows color (decimal): -4581994 or 9835962. OLE color: 9835962.
HSL color Cylindrical-coordinate representation of color #BA1596: hue angle of 313.09º 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 #BA1596 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 150 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.27 |
| HSL | 313.09º | 0.8% | 0.41% | - |
| HSV(B) | 313.09º | 0.89% | 0.73% | - |
| XYZ | 26.02 | 13.18 | 30.03 | - |
| YUV | 85.04 | 164.66 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 150 | 0 | 0.89 | 0.19 | 0.27 | 313.09 | 0.8 | 0.41 |
| Hex | BA | 15 | 96 | 0 | 59 | 13 | 1B | 139 | 50 | 29 |
| Octal | 272 | 25 | 226 | 0 | 131 | 23 | 33 | 471 | 120 | 51 |
| Binary | 10111010 | 10101 | 10010110 | 0 | 1011001 | 10011 | 11011 | 100111001 | 1010000 | 101001 |
Color Harmonies of #BA1596
Complementary color
Monochromatic Colors of #BA1596
Black with #BA1596
Text Example
Text Example
White with #BA1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1596; }
p { color: rgb(186,21,150); }
H1.HeaderClassName
{
color: #BA1596;
}
.AnyTagClassName
{
color: #BA1596;
}
</style>
background-color css
<style>
a { background-color: #BA1596; }
a { background-color: rgb(186,21,150); }
div.DivClassName
{
background-color: #BA1596;
}
.BgClassName
{
background-color: #BA1596;
}
</style>
border-color css
<style>
span { border-color: #BA1596; }
span { border-color: rgb(186,21,150); }
td.TdClassName
{
border-color: #BA1596;
}
.TagClassName
{
border-color: #BA1596;
}
</style>