Shades of Medium Violet Red #BA1591
Tints of Medium Violet Red #BA1591
RGB
CMYK
RGB Variations
Color information
#BA1591 (or 0xBA1591) is known color: Medium Violet Red. HEX triplet: BA, 15 and 91. RGB value is (186,21,145). Sum of RGB (Red+Green+Blue) = 186+21+145=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1591 is #45EA6E. Grayscale: #545454. Windows color (decimal): -4581999 or 9508282. OLE color: 9508282.
HSL color Cylindrical-coordinate representation of color #BA1591: hue angle of 314.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1591 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 145 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.27 |
| HSL | 314.91º | 0.8% | 0.41% | - |
| HSV(B) | 314.91º | 0.89% | 0.73% | - |
| XYZ | 25.63 | 13.02 | 27.95 | - |
| YUV | 84.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 145 | 0 | 0.89 | 0.22 | 0.27 | 314.91 | 0.8 | 0.41 |
| Hex | BA | 15 | 91 | 0 | 59 | 16 | 1B | 13B | 50 | 29 |
| Octal | 272 | 25 | 221 | 0 | 131 | 26 | 33 | 473 | 120 | 51 |
| Binary | 10111010 | 10101 | 10010001 | 0 | 1011001 | 10110 | 11011 | 100111011 | 1010000 | 101001 |
Color Harmonies of #BA1591
Complementary color
Monochromatic Colors of #BA1591
Black with #BA1591
Text Example
Text Example
White with #BA1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1591; }
p { color: rgb(186,21,145); }
H1.HeaderClassName
{
color: #BA1591;
}
.AnyTagClassName
{
color: #BA1591;
}
</style>
background-color css
<style>
a { background-color: #BA1591; }
a { background-color: rgb(186,21,145); }
div.DivClassName
{
background-color: #BA1591;
}
.BgClassName
{
background-color: #BA1591;
}
</style>
border-color css
<style>
span { border-color: #BA1591; }
span { border-color: rgb(186,21,145); }
td.TdClassName
{
border-color: #BA1591;
}
.TagClassName
{
border-color: #BA1591;
}
</style>