Shades of Medium Red Violet #BA2996
Tints of Medium Red Violet #BA2996
RGB
CMYK
RGB Variations
Color information
#BA2996 (or 0xBA2996) is known color: Medium Red Violet. HEX triplet: BA, 29 and 96. RGB value is (186,41,150). Sum of RGB (Red+Green+Blue) = 186+41+150=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2996 is #45D669. Grayscale: #606060. Windows color (decimal): -4576874 or 9841082. OLE color: 9841082.
HSL color Cylindrical-coordinate representation of color #BA2996: hue angle of 314.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2996 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 150 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.27 |
| HSL | 314.9º | 0.64% | 0.45% | - |
| HSV(B) | 314.9º | 0.78% | 0.73% | - |
| XYZ | 26.55 | 14.23 | 30.2 | - |
| YUV | 96.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 150 | 0 | 0.78 | 0.19 | 0.27 | 314.9 | 0.64 | 0.45 |
| Hex | BA | 29 | 96 | 0 | 4E | 13 | 1B | 13B | 40 | 2D |
| Octal | 272 | 51 | 226 | 0 | 116 | 23 | 33 | 473 | 100 | 55 |
| Binary | 10111010 | 101001 | 10010110 | 0 | 1001110 | 10011 | 11011 | 100111011 | 1000000 | 101101 |
Color Harmonies of #BA2996
Complementary color
Monochromatic Colors of #BA2996
Black with #BA2996
Text Example
Text Example
White with #BA2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2996; }
p { color: rgb(186,41,150); }
H1.HeaderClassName
{
color: #BA2996;
}
.AnyTagClassName
{
color: #BA2996;
}
</style>
background-color css
<style>
a { background-color: #BA2996; }
a { background-color: rgb(186,41,150); }
div.DivClassName
{
background-color: #BA2996;
}
.BgClassName
{
background-color: #BA2996;
}
</style>
border-color css
<style>
span { border-color: #BA2996; }
span { border-color: rgb(186,41,150); }
td.TdClassName
{
border-color: #BA2996;
}
.TagClassName
{
border-color: #BA2996;
}
</style>