Shades of Medium Red Violet #BA3589
Tints of Medium Red Violet #BA3589
RGB
CMYK
RGB Variations
Color information
#BA3589 (or 0xBA3589) is known color: Medium Red Violet. HEX triplet: BA, 35 and 89. RGB value is (186,53,137). Sum of RGB (Red+Green+Blue) = 186+53+137=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3589 is #45CA76. Grayscale: #666666. Windows color (decimal): -4573815 or 8992186. OLE color: 8992186.
HSL color Cylindrical-coordinate representation of color #BA3589: hue angle of 322.11º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3589 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 137 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.27 |
| HSL | 322.11º | 0.56% | 0.47% | - |
| HSV(B) | 322.11º | 0.72% | 0.73% | - |
| XYZ | 26.04 | 14.79 | 25.15 | - |
| YUV | 102.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 137 | 0 | 0.72 | 0.26 | 0.27 | 322.11 | 0.56 | 0.47 |
| Hex | BA | 35 | 89 | 0 | 48 | 1A | 1B | 142 | 38 | 2F |
| Octal | 272 | 65 | 211 | 0 | 110 | 32 | 33 | 502 | 70 | 57 |
| Binary | 10111010 | 110101 | 10001001 | 0 | 1001000 | 11010 | 11011 | 101000010 | 111000 | 101111 |
Color Harmonies of #BA3589
Complementary color
Monochromatic Colors of #BA3589
Black with #BA3589
Text Example
Text Example
White with #BA3589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3589; }
p { color: rgb(186,53,137); }
H1.HeaderClassName
{
color: #BA3589;
}
.AnyTagClassName
{
color: #BA3589;
}
</style>
background-color css
<style>
a { background-color: #BA3589; }
a { background-color: rgb(186,53,137); }
div.DivClassName
{
background-color: #BA3589;
}
.BgClassName
{
background-color: #BA3589;
}
</style>
border-color css
<style>
span { border-color: #BA3589; }
span { border-color: rgb(186,53,137); }
td.TdClassName
{
border-color: #BA3589;
}
.TagClassName
{
border-color: #BA3589;
}
</style>