Shades of Medium Violet Red #BA1996
Tints of Medium Violet Red #BA1996
RGB
CMYK
RGB Variations
Color information
#BA1996 (or 0xBA1996) is known color: Medium Violet Red. HEX triplet: BA, 19 and 96. RGB value is (186,25,150). Sum of RGB (Red+Green+Blue) = 186+25+150=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1996 is #45E669. Grayscale: #575757. Windows color (decimal): -4580970 or 9836986. OLE color: 9836986.
HSL color Cylindrical-coordinate representation of color #BA1996: hue angle of 313.42º 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 #BA1996 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 150 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.27 |
| HSL | 313.42º | 0.76% | 0.41% | - |
| HSV(B) | 313.42º | 0.87% | 0.73% | - |
| XYZ | 26.1 | 13.34 | 30.05 | - |
| YUV | 87.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 150 | 0 | 0.87 | 0.19 | 0.27 | 313.42 | 0.76 | 0.41 |
| Hex | BA | 19 | 96 | 0 | 57 | 13 | 1B | 139 | 4C | 29 |
| Octal | 272 | 31 | 226 | 0 | 127 | 23 | 33 | 471 | 114 | 51 |
| Binary | 10111010 | 11001 | 10010110 | 0 | 1010111 | 10011 | 11011 | 100111001 | 1001100 | 101001 |
Color Harmonies of #BA1996
Complementary color
Monochromatic Colors of #BA1996
Black with #BA1996
Text Example
Text Example
White with #BA1996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1996; }
p { color: rgb(186,25,150); }
H1.HeaderClassName
{
color: #BA1996;
}
.AnyTagClassName
{
color: #BA1996;
}
</style>
background-color css
<style>
a { background-color: #BA1996; }
a { background-color: rgb(186,25,150); }
div.DivClassName
{
background-color: #BA1996;
}
.BgClassName
{
background-color: #BA1996;
}
</style>
border-color css
<style>
span { border-color: #BA1996; }
span { border-color: rgb(186,25,150); }
td.TdClassName
{
border-color: #BA1996;
}
.TagClassName
{
border-color: #BA1996;
}
</style>