Shades of Medium Violet Red #BA1391
Tints of Medium Violet Red #BA1391
RGB
CMYK
RGB Variations
Color information
#BA1391 (or 0xBA1391) is known color: Medium Violet Red. HEX triplet: BA, 13 and 91. RGB value is (186,19,145). Sum of RGB (Red+Green+Blue) = 186+19+145=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1391 is #45EC6E. Grayscale: #525252. Windows color (decimal): -4582511 or 9507770. OLE color: 9507770.
HSL color Cylindrical-coordinate representation of color #BA1391: hue angle of 314.73º 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 #BA1391 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 145 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.27 |
| HSL | 314.73º | 0.81% | 0.4% | - |
| HSV(B) | 314.73º | 0.9% | 0.73% | - |
| XYZ | 25.59 | 12.95 | 27.94 | - |
| YUV | 83.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 145 | 0 | 0.90 | 0.22 | 0.27 | 314.73 | 0.81 | 0.4 |
| Hex | BA | 13 | 91 | 0 | 5A | 16 | 1B | 13B | 51 | 28 |
| Octal | 272 | 23 | 221 | 0 | 132 | 26 | 33 | 473 | 121 | 50 |
| Binary | 10111010 | 10011 | 10010001 | 0 | 1011010 | 10110 | 11011 | 100111011 | 1010001 | 101000 |
Color Harmonies of #BA1391
Complementary color
Monochromatic Colors of #BA1391
Black with #BA1391
Text Example
Text Example
White with #BA1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1391; }
p { color: rgb(186,19,145); }
H1.HeaderClassName
{
color: #BA1391;
}
.AnyTagClassName
{
color: #BA1391;
}
</style>
background-color css
<style>
a { background-color: #BA1391; }
a { background-color: rgb(186,19,145); }
div.DivClassName
{
background-color: #BA1391;
}
.BgClassName
{
background-color: #BA1391;
}
</style>
border-color css
<style>
span { border-color: #BA1391; }
span { border-color: rgb(186,19,145); }
td.TdClassName
{
border-color: #BA1391;
}
.TagClassName
{
border-color: #BA1391;
}
</style>