Shades of Medium Red Violet #BA3895
Tints of Medium Red Violet #BA3895
RGB
CMYK
RGB Variations
Color information
#BA3895 (or 0xBA3895) is known color: Medium Red Violet. HEX triplet: BA, 38 and 95. RGB value is (186,56,149). Sum of RGB (Red+Green+Blue) = 186+56+149=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3895 is #45C76A. Grayscale: #696969. Windows color (decimal): -4573035 or 9779386. OLE color: 9779386.
HSL color Cylindrical-coordinate representation of color #BA3895: hue angle of 317.08º 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 #BA3895 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 149 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.27 |
| HSL | 317.08º | 0.54% | 0.47% | - |
| HSV(B) | 317.08º | 0.7% | 0.73% | - |
| XYZ | 27.09 | 15.44 | 29.99 | - |
| YUV | 105.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 149 | 0 | 0.70 | 0.20 | 0.27 | 317.08 | 0.54 | 0.47 |
| Hex | BA | 38 | 95 | 0 | 46 | 14 | 1B | 13D | 36 | 2F |
| Octal | 272 | 70 | 225 | 0 | 106 | 24 | 33 | 475 | 66 | 57 |
| Binary | 10111010 | 111000 | 10010101 | 0 | 1000110 | 10100 | 11011 | 100111101 | 110110 | 101111 |
Color Harmonies of #BA3895
Complementary color
Monochromatic Colors of #BA3895
Black with #BA3895
Text Example
Text Example
White with #BA3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3895; }
p { color: rgb(186,56,149); }
H1.HeaderClassName
{
color: #BA3895;
}
.AnyTagClassName
{
color: #BA3895;
}
</style>
background-color css
<style>
a { background-color: #BA3895; }
a { background-color: rgb(186,56,149); }
div.DivClassName
{
background-color: #BA3895;
}
.BgClassName
{
background-color: #BA3895;
}
</style>
border-color css
<style>
span { border-color: #BA3895; }
span { border-color: rgb(186,56,149); }
td.TdClassName
{
border-color: #BA3895;
}
.TagClassName
{
border-color: #BA3895;
}
</style>