Shades of Medium Red Violet #BA3797
Tints of Medium Red Violet #BA3797
RGB
CMYK
RGB Variations
Color information
#BA3797 (or 0xBA3797) is known color: Medium Red Violet. HEX triplet: BA, 37 and 97. RGB value is (186,55,151). Sum of RGB (Red+Green+Blue) = 186+55+151=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3797 is #45C868. Grayscale: #686868. Windows color (decimal): -4573289 or 9910202. OLE color: 9910202.
HSL color Cylindrical-coordinate representation of color #BA3797: hue angle of 316.03º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3797 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 151 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.27 |
| HSL | 316.03º | 0.54% | 0.47% | - |
| HSV(B) | 316.03º | 0.7% | 0.73% | - |
| XYZ | 27.2 | 15.41 | 30.82 | - |
| YUV | 105.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 151 | 0 | 0.70 | 0.19 | 0.27 | 316.03 | 0.54 | 0.47 |
| Hex | BA | 37 | 97 | 0 | 46 | 13 | 1B | 13C | 36 | 2F |
| Octal | 272 | 67 | 227 | 0 | 106 | 23 | 33 | 474 | 66 | 57 |
| Binary | 10111010 | 110111 | 10010111 | 0 | 1000110 | 10011 | 11011 | 100111100 | 110110 | 101111 |
Color Harmonies of #BA3797
Complementary color
Monochromatic Colors of #BA3797
Black with #BA3797
Text Example
Text Example
White with #BA3797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3797; }
p { color: rgb(186,55,151); }
H1.HeaderClassName
{
color: #BA3797;
}
.AnyTagClassName
{
color: #BA3797;
}
</style>
background-color css
<style>
a { background-color: #BA3797; }
a { background-color: rgb(186,55,151); }
div.DivClassName
{
background-color: #BA3797;
}
.BgClassName
{
background-color: #BA3797;
}
</style>
border-color css
<style>
span { border-color: #BA3797; }
span { border-color: rgb(186,55,151); }
td.TdClassName
{
border-color: #BA3797;
}
.TagClassName
{
border-color: #BA3797;
}
</style>