Shades of Medium Violet Red #BA1891
Tints of Medium Violet Red #BA1891
RGB
CMYK
RGB Variations
Color information
#BA1891 (or 0xBA1891) is known color: Medium Violet Red. HEX triplet: BA, 18 and 91. RGB value is (186,24,145). Sum of RGB (Red+Green+Blue) = 186+24+145=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1891 is #45E76E. Grayscale: #555555. Windows color (decimal): -4581231 or 9509050. OLE color: 9509050.
HSL color Cylindrical-coordinate representation of color #BA1891: hue angle of 315.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1891 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 145 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.27 |
| HSL | 315.19º | 0.77% | 0.41% | - |
| HSV(B) | 315.19º | 0.87% | 0.73% | - |
| XYZ | 25.69 | 13.14 | 27.97 | - |
| YUV | 86.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 145 | 0 | 0.87 | 0.22 | 0.27 | 315.19 | 0.77 | 0.41 |
| Hex | BA | 18 | 91 | 0 | 57 | 16 | 1B | 13B | 4D | 29 |
| Octal | 272 | 30 | 221 | 0 | 127 | 26 | 33 | 473 | 115 | 51 |
| Binary | 10111010 | 11000 | 10010001 | 0 | 1010111 | 10110 | 11011 | 100111011 | 1001101 | 101001 |
Color Harmonies of #BA1891
Complementary color
Monochromatic Colors of #BA1891
Black with #BA1891
Text Example
Text Example
White with #BA1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1891; }
p { color: rgb(186,24,145); }
H1.HeaderClassName
{
color: #BA1891;
}
.AnyTagClassName
{
color: #BA1891;
}
</style>
background-color css
<style>
a { background-color: #BA1891; }
a { background-color: rgb(186,24,145); }
div.DivClassName
{
background-color: #BA1891;
}
.BgClassName
{
background-color: #BA1891;
}
</style>
border-color css
<style>
span { border-color: #BA1891; }
span { border-color: rgb(186,24,145); }
td.TdClassName
{
border-color: #BA1891;
}
.TagClassName
{
border-color: #BA1891;
}
</style>