Shades of Medium Violet Red #BA1696
Tints of Medium Violet Red #BA1696
RGB
CMYK
RGB Variations
Color information
#BA1696 (or 0xBA1696) is known color: Medium Violet Red. HEX triplet: BA, 16 and 96. RGB value is (186,22,150). Sum of RGB (Red+Green+Blue) = 186+22+150=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1696 is #45E969. Grayscale: #555555. Windows color (decimal): -4581738 or 9836218. OLE color: 9836218.
HSL color Cylindrical-coordinate representation of color #BA1696: hue angle of 313.17º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1696 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 150 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.27 |
| HSL | 313.17º | 0.79% | 0.41% | - |
| HSV(B) | 313.17º | 0.88% | 0.73% | - |
| XYZ | 26.04 | 13.21 | 30.03 | - |
| YUV | 85.63 | 164.33 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 150 | 0 | 0.88 | 0.19 | 0.27 | 313.17 | 0.79 | 0.41 |
| Hex | BA | 16 | 96 | 0 | 58 | 13 | 1B | 139 | 4F | 29 |
| Octal | 272 | 26 | 226 | 0 | 130 | 23 | 33 | 471 | 117 | 51 |
| Binary | 10111010 | 10110 | 10010110 | 0 | 1011000 | 10011 | 11011 | 100111001 | 1001111 | 101001 |
Color Harmonies of #BA1696
Complementary color
Monochromatic Colors of #BA1696
Black with #BA1696
Text Example
Text Example
White with #BA1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1696; }
p { color: rgb(186,22,150); }
H1.HeaderClassName
{
color: #BA1696;
}
.AnyTagClassName
{
color: #BA1696;
}
</style>
background-color css
<style>
a { background-color: #BA1696; }
a { background-color: rgb(186,22,150); }
div.DivClassName
{
background-color: #BA1696;
}
.BgClassName
{
background-color: #BA1696;
}
</style>
border-color css
<style>
span { border-color: #BA1696; }
span { border-color: rgb(186,22,150); }
td.TdClassName
{
border-color: #BA1696;
}
.TagClassName
{
border-color: #BA1696;
}
</style>