Shades of Medium Red Violet #BA3789
Tints of Medium Red Violet #BA3789
RGB
CMYK
RGB Variations
Color information
#BA3789 (or 0xBA3789) is known color: Medium Red Violet. HEX triplet: BA, 37 and 89. RGB value is (186,55,137). Sum of RGB (Red+Green+Blue) = 186+55+137=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3789 is #45C876. Grayscale: #676767. Windows color (decimal): -4573303 or 8992698. OLE color: 8992698.
HSL color Cylindrical-coordinate representation of color #BA3789: hue angle of 322.44º 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 #BA3789 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 137 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.27 |
| HSL | 322.44º | 0.54% | 0.47% | - |
| HSV(B) | 322.44º | 0.7% | 0.73% | - |
| XYZ | 26.13 | 14.98 | 25.18 | - |
| YUV | 103.52 | 146.9 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 137 | 0 | 0.70 | 0.26 | 0.27 | 322.44 | 0.54 | 0.47 |
| Hex | BA | 37 | 89 | 0 | 46 | 1A | 1B | 142 | 36 | 2F |
| Octal | 272 | 67 | 211 | 0 | 106 | 32 | 33 | 502 | 66 | 57 |
| Binary | 10111010 | 110111 | 10001001 | 0 | 1000110 | 11010 | 11011 | 101000010 | 110110 | 101111 |
Color Harmonies of #BA3789
Complementary color
Monochromatic Colors of #BA3789
Black with #BA3789
Text Example
Text Example
White with #BA3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3789; }
p { color: rgb(186,55,137); }
H1.HeaderClassName
{
color: #BA3789;
}
.AnyTagClassName
{
color: #BA3789;
}
</style>
background-color css
<style>
a { background-color: #BA3789; }
a { background-color: rgb(186,55,137); }
div.DivClassName
{
background-color: #BA3789;
}
.BgClassName
{
background-color: #BA3789;
}
</style>
border-color css
<style>
span { border-color: #BA3789; }
span { border-color: rgb(186,55,137); }
td.TdClassName
{
border-color: #BA3789;
}
.TagClassName
{
border-color: #BA3789;
}
</style>