Shades of Medium Red Violet #BA2E91
Tints of Medium Red Violet #BA2E91
RGB
CMYK
RGB Variations
Color information
#BA2E91 (or 0xBA2E91) is known color: Medium Red Violet. HEX triplet: BA, 2E and 91. RGB value is (186,46,145). Sum of RGB (Red+Green+Blue) = 186+46+145=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E91 is #45D16E. Grayscale: #626262. Windows color (decimal): -4575599 or 9514682. OLE color: 9514682.
HSL color Cylindrical-coordinate representation of color #BA2E91: hue angle of 317.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E91 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 145 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.27 |
| HSL | 317.57º | 0.6% | 0.45% | - |
| HSV(B) | 317.57º | 0.75% | 0.73% | - |
| XYZ | 26.34 | 14.44 | 28.19 | - |
| YUV | 99.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 145 | 0 | 0.75 | 0.22 | 0.27 | 317.57 | 0.6 | 0.45 |
| Hex | BA | 2E | 91 | 0 | 4B | 16 | 1B | 13E | 3C | 2D |
| Octal | 272 | 56 | 221 | 0 | 113 | 26 | 33 | 476 | 74 | 55 |
| Binary | 10111010 | 101110 | 10010001 | 0 | 1001011 | 10110 | 11011 | 100111110 | 111100 | 101101 |
Color Harmonies of #BA2E91
Complementary color
Monochromatic Colors of #BA2E91
Black with #BA2E91
Text Example
Text Example
White with #BA2E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E91; }
p { color: rgb(186,46,145); }
H1.HeaderClassName
{
color: #BA2E91;
}
.AnyTagClassName
{
color: #BA2E91;
}
</style>
background-color css
<style>
a { background-color: #BA2E91; }
a { background-color: rgb(186,46,145); }
div.DivClassName
{
background-color: #BA2E91;
}
.BgClassName
{
background-color: #BA2E91;
}
</style>
border-color css
<style>
span { border-color: #BA2E91; }
span { border-color: rgb(186,46,145); }
td.TdClassName
{
border-color: #BA2E91;
}
.TagClassName
{
border-color: #BA2E91;
}
</style>