Shades of Medium Violet Red #BA1396
Tints of Medium Violet Red #BA1396
RGB
CMYK
RGB Variations
Color information
#BA1396 (or 0xBA1396) is known color: Medium Violet Red. HEX triplet: BA, 13 and 96. RGB value is (186,19,150). Sum of RGB (Red+Green+Blue) = 186+19+150=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1396 is #45EC69. Grayscale: #535353. Windows color (decimal): -4582506 or 9835450. OLE color: 9835450.
HSL color Cylindrical-coordinate representation of color #BA1396: hue angle of 312.93º degrees, saturation: 0.81, 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 #BA1396 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 150 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.27 |
| HSL | 312.93º | 0.81% | 0.4% | - |
| HSV(B) | 312.93º | 0.9% | 0.73% | - |
| XYZ | 25.99 | 13.11 | 30.01 | - |
| YUV | 83.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 150 | 0 | 0.90 | 0.19 | 0.27 | 312.93 | 0.81 | 0.4 |
| Hex | BA | 13 | 96 | 0 | 5A | 13 | 1B | 139 | 51 | 28 |
| Octal | 272 | 23 | 226 | 0 | 132 | 23 | 33 | 471 | 121 | 50 |
| Binary | 10111010 | 10011 | 10010110 | 0 | 1011010 | 10011 | 11011 | 100111001 | 1010001 | 101000 |
Color Harmonies of #BA1396
Complementary color
Monochromatic Colors of #BA1396
Black with #BA1396
Text Example
Text Example
White with #BA1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1396; }
p { color: rgb(186,19,150); }
H1.HeaderClassName
{
color: #BA1396;
}
.AnyTagClassName
{
color: #BA1396;
}
</style>
background-color css
<style>
a { background-color: #BA1396; }
a { background-color: rgb(186,19,150); }
div.DivClassName
{
background-color: #BA1396;
}
.BgClassName
{
background-color: #BA1396;
}
</style>
border-color css
<style>
span { border-color: #BA1396; }
span { border-color: rgb(186,19,150); }
td.TdClassName
{
border-color: #BA1396;
}
.TagClassName
{
border-color: #BA1396;
}
</style>