Shades of Medium Violet Red #BA1496
Tints of Medium Violet Red #BA1496
RGB
CMYK
RGB Variations
Color information
#BA1496 (or 0xBA1496) is known color: Medium Violet Red. HEX triplet: BA, 14 and 96. RGB value is (186,20,150). Sum of RGB (Red+Green+Blue) = 186+20+150=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1496 is #45EB69. Grayscale: #545454. Windows color (decimal): -4582250 or 9835706. OLE color: 9835706.
HSL color Cylindrical-coordinate representation of color #BA1496: hue angle of 313.01º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1496 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 150 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.27 |
| HSL | 313.01º | 0.81% | 0.4% | - |
| HSV(B) | 313.01º | 0.89% | 0.73% | - |
| XYZ | 26 | 13.14 | 30.02 | - |
| YUV | 84.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 150 | 0 | 0.89 | 0.19 | 0.27 | 313.01 | 0.81 | 0.4 |
| Hex | BA | 14 | 96 | 0 | 59 | 13 | 1B | 139 | 51 | 28 |
| Octal | 272 | 24 | 226 | 0 | 131 | 23 | 33 | 471 | 121 | 50 |
| Binary | 10111010 | 10100 | 10010110 | 0 | 1011001 | 10011 | 11011 | 100111001 | 1010001 | 101000 |
Color Harmonies of #BA1496
Complementary color
Monochromatic Colors of #BA1496
Black with #BA1496
Text Example
Text Example
White with #BA1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1496; }
p { color: rgb(186,20,150); }
H1.HeaderClassName
{
color: #BA1496;
}
.AnyTagClassName
{
color: #BA1496;
}
</style>
background-color css
<style>
a { background-color: #BA1496; }
a { background-color: rgb(186,20,150); }
div.DivClassName
{
background-color: #BA1496;
}
.BgClassName
{
background-color: #BA1496;
}
</style>
border-color css
<style>
span { border-color: #BA1496; }
span { border-color: rgb(186,20,150); }
td.TdClassName
{
border-color: #BA1496;
}
.TagClassName
{
border-color: #BA1496;
}
</style>