Shades of Medium Red Violet #BA3795
Tints of Medium Red Violet #BA3795
RGB
CMYK
RGB Variations
Color information
#BA3795 (or 0xBA3795) is known color: Medium Red Violet. HEX triplet: BA, 37 and 95. RGB value is (186,55,149). Sum of RGB (Red+Green+Blue) = 186+55+149=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3795 is #45C86A. Grayscale: #686868. Windows color (decimal): -4573291 or 9779130. OLE color: 9779130.
HSL color Cylindrical-coordinate representation of color #BA3795: hue angle of 316.95º 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 #BA3795 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 149 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.27 |
| HSL | 316.95º | 0.54% | 0.47% | - |
| HSV(B) | 316.95º | 0.7% | 0.73% | - |
| XYZ | 27.04 | 15.34 | 29.97 | - |
| YUV | 104.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 149 | 0 | 0.70 | 0.20 | 0.27 | 316.95 | 0.54 | 0.47 |
| Hex | BA | 37 | 95 | 0 | 46 | 14 | 1B | 13D | 36 | 2F |
| Octal | 272 | 67 | 225 | 0 | 106 | 24 | 33 | 475 | 66 | 57 |
| Binary | 10111010 | 110111 | 10010101 | 0 | 1000110 | 10100 | 11011 | 100111101 | 110110 | 101111 |
Color Harmonies of #BA3795
Complementary color
Monochromatic Colors of #BA3795
Black with #BA3795
Text Example
Text Example
White with #BA3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3795; }
p { color: rgb(186,55,149); }
H1.HeaderClassName
{
color: #BA3795;
}
.AnyTagClassName
{
color: #BA3795;
}
</style>
background-color css
<style>
a { background-color: #BA3795; }
a { background-color: rgb(186,55,149); }
div.DivClassName
{
background-color: #BA3795;
}
.BgClassName
{
background-color: #BA3795;
}
</style>
border-color css
<style>
span { border-color: #BA3795; }
span { border-color: rgb(186,55,149); }
td.TdClassName
{
border-color: #BA3795;
}
.TagClassName
{
border-color: #BA3795;
}
</style>