Shades of Medium Red Violet #BA2995
Tints of Medium Red Violet #BA2995
RGB
CMYK
RGB Variations
Color information
#BA2995 (or 0xBA2995) is known color: Medium Red Violet. HEX triplet: BA, 29 and 95. RGB value is (186,41,149). Sum of RGB (Red+Green+Blue) = 186+41+149=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2995 is #45D66A. Grayscale: #606060. Windows color (decimal): -4576875 or 9775546. OLE color: 9775546.
HSL color Cylindrical-coordinate representation of color #BA2995: hue angle of 315.31º 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 #BA2995 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 41 | 149 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.27 |
| HSL | 315.31º | 0.64% | 0.45% | - |
| HSV(B) | 315.31º | 0.78% | 0.73% | - |
| XYZ | 26.47 | 14.19 | 29.78 | - |
| YUV | 96.67 | 157.54 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 149 | 0 | 0.78 | 0.20 | 0.27 | 315.31 | 0.64 | 0.45 |
| Hex | BA | 29 | 95 | 0 | 4E | 14 | 1B | 13B | 40 | 2D |
| Octal | 272 | 51 | 225 | 0 | 116 | 24 | 33 | 473 | 100 | 55 |
| Binary | 10111010 | 101001 | 10010101 | 0 | 1001110 | 10100 | 11011 | 100111011 | 1000000 | 101101 |
Color Harmonies of #BA2995
Complementary color
Monochromatic Colors of #BA2995
Black with #BA2995
Text Example
Text Example
White with #BA2995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2995; }
p { color: rgb(186,41,149); }
H1.HeaderClassName
{
color: #BA2995;
}
.AnyTagClassName
{
color: #BA2995;
}
</style>
background-color css
<style>
a { background-color: #BA2995; }
a { background-color: rgb(186,41,149); }
div.DivClassName
{
background-color: #BA2995;
}
.BgClassName
{
background-color: #BA2995;
}
</style>
border-color css
<style>
span { border-color: #BA2995; }
span { border-color: rgb(186,41,149); }
td.TdClassName
{
border-color: #BA2995;
}
.TagClassName
{
border-color: #BA2995;
}
</style>