Shades of Medium Red Violet #BA2589
Tints of Medium Red Violet #BA2589
RGB
CMYK
RGB Variations
Color information
#BA2589 (or 0xBA2589) is known color: Medium Red Violet. HEX triplet: BA, 25 and 89. RGB value is (186,37,137). Sum of RGB (Red+Green+Blue) = 186+37+137=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2589 is #45DA76. Grayscale: #5C5C5C. Windows color (decimal): -4577911 or 8988090. OLE color: 8988090.
HSL color Cylindrical-coordinate representation of color #BA2589: hue angle of 319.73º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2589 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 137 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.27 |
| HSL | 319.73º | 0.67% | 0.44% | - |
| HSV(B) | 319.73º | 0.8% | 0.73% | - |
| XYZ | 25.43 | 13.57 | 24.95 | - |
| YUV | 92.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 137 | 0 | 0.80 | 0.26 | 0.27 | 319.73 | 0.67 | 0.44 |
| Hex | BA | 25 | 89 | 0 | 50 | 1A | 1B | 140 | 43 | 2C |
| Octal | 272 | 45 | 211 | 0 | 120 | 32 | 33 | 500 | 103 | 54 |
| Binary | 10111010 | 100101 | 10001001 | 0 | 1010000 | 11010 | 11011 | 101000000 | 1000011 | 101100 |
Color Harmonies of #BA2589
Complementary color
Monochromatic Colors of #BA2589
Black with #BA2589
Text Example
Text Example
White with #BA2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2589; }
p { color: rgb(186,37,137); }
H1.HeaderClassName
{
color: #BA2589;
}
.AnyTagClassName
{
color: #BA2589;
}
</style>
background-color css
<style>
a { background-color: #BA2589; }
a { background-color: rgb(186,37,137); }
div.DivClassName
{
background-color: #BA2589;
}
.BgClassName
{
background-color: #BA2589;
}
</style>
border-color css
<style>
span { border-color: #BA2589; }
span { border-color: rgb(186,37,137); }
td.TdClassName
{
border-color: #BA2589;
}
.TagClassName
{
border-color: #BA2589;
}
</style>