Shades of Medium Violet Red #BA1096
Tints of Medium Violet Red #BA1096
RGB
CMYK
RGB Variations
Color information
#BA1096 (or 0xBA1096) is known color: Medium Violet Red. HEX triplet: BA, 10 and 96. RGB value is (186,16,150). Sum of RGB (Red+Green+Blue) = 186+16+150=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1096 is #45EF69. Grayscale: #515151. Windows color (decimal): -4583274 or 9834682. OLE color: 9834682.
HSL color Cylindrical-coordinate representation of color #BA1096: hue angle of 312.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1096 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 150 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.27 |
| HSL | 312.71º | 0.84% | 0.4% | - |
| HSV(B) | 312.71º | 0.91% | 0.73% | - |
| XYZ | 25.94 | 13.01 | 30 | - |
| YUV | 82.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 150 | 0 | 0.91 | 0.19 | 0.27 | 312.71 | 0.84 | 0.4 |
| Hex | BA | 10 | 96 | 0 | 5B | 13 | 1B | 139 | 54 | 28 |
| Octal | 272 | 20 | 226 | 0 | 133 | 23 | 33 | 471 | 124 | 50 |
| Binary | 10111010 | 10000 | 10010110 | 0 | 1011011 | 10011 | 11011 | 100111001 | 1010100 | 101000 |
Color Harmonies of #BA1096
Complementary color
Monochromatic Colors of #BA1096
Black with #BA1096
Text Example
Text Example
White with #BA1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1096; }
p { color: rgb(186,16,150); }
H1.HeaderClassName
{
color: #BA1096;
}
.AnyTagClassName
{
color: #BA1096;
}
</style>
background-color css
<style>
a { background-color: #BA1096; }
a { background-color: rgb(186,16,150); }
div.DivClassName
{
background-color: #BA1096;
}
.BgClassName
{
background-color: #BA1096;
}
</style>
border-color css
<style>
span { border-color: #BA1096; }
span { border-color: rgb(186,16,150); }
td.TdClassName
{
border-color: #BA1096;
}
.TagClassName
{
border-color: #BA1096;
}
</style>