Shades of Medium Violet Red #BA1296
Tints of Medium Violet Red #BA1296
RGB
CMYK
RGB Variations
Color information
#BA1296 (or 0xBA1296) is known color: Medium Violet Red. HEX triplet: BA, 12 and 96. RGB value is (186,18,150). Sum of RGB (Red+Green+Blue) = 186+18+150=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1296 is #45ED69. Grayscale: #525252. Windows color (decimal): -4582762 or 9835194. OLE color: 9835194.
HSL color Cylindrical-coordinate representation of color #BA1296: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1296 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 150 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.27 |
| HSL | 312.86º | 0.82% | 0.4% | - |
| HSV(B) | 312.86º | 0.9% | 0.73% | - |
| XYZ | 25.97 | 13.07 | 30.01 | - |
| YUV | 83.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 150 | 0 | 0.90 | 0.19 | 0.27 | 312.86 | 0.82 | 0.4 |
| Hex | BA | 12 | 96 | 0 | 5A | 13 | 1B | 139 | 52 | 28 |
| Octal | 272 | 22 | 226 | 0 | 132 | 23 | 33 | 471 | 122 | 50 |
| Binary | 10111010 | 10010 | 10010110 | 0 | 1011010 | 10011 | 11011 | 100111001 | 1010010 | 101000 |
Color Harmonies of #BA1296
Complementary color
Monochromatic Colors of #BA1296
Black with #BA1296
Text Example
Text Example
White with #BA1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1296; }
p { color: rgb(186,18,150); }
H1.HeaderClassName
{
color: #BA1296;
}
.AnyTagClassName
{
color: #BA1296;
}
</style>
background-color css
<style>
a { background-color: #BA1296; }
a { background-color: rgb(186,18,150); }
div.DivClassName
{
background-color: #BA1296;
}
.BgClassName
{
background-color: #BA1296;
}
</style>
border-color css
<style>
span { border-color: #BA1296; }
span { border-color: rgb(186,18,150); }
td.TdClassName
{
border-color: #BA1296;
}
.TagClassName
{
border-color: #BA1296;
}
</style>