Shades of Medium Red Violet #BA2595
Tints of Medium Red Violet #BA2595
RGB
CMYK
RGB Variations
Color information
#BA2595 (or 0xBA2595) is known color: Medium Red Violet. HEX triplet: BA, 25 and 95. RGB value is (186,37,149). Sum of RGB (Red+Green+Blue) = 186+37+149=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2595 is #45DA6A. Grayscale: #5E5E5E. Windows color (decimal): -4577899 or 9774522. OLE color: 9774522.
HSL color Cylindrical-coordinate representation of color #BA2595: hue angle of 314.9º 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 #BA2595 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 149 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.27 |
| HSL | 314.9º | 0.67% | 0.44% | - |
| HSV(B) | 314.9º | 0.8% | 0.73% | - |
| XYZ | 26.34 | 13.93 | 29.73 | - |
| YUV | 94.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 149 | 0 | 0.80 | 0.20 | 0.27 | 314.9 | 0.67 | 0.44 |
| Hex | BA | 25 | 95 | 0 | 50 | 14 | 1B | 13B | 43 | 2C |
| Octal | 272 | 45 | 225 | 0 | 120 | 24 | 33 | 473 | 103 | 54 |
| Binary | 10111010 | 100101 | 10010101 | 0 | 1010000 | 10100 | 11011 | 100111011 | 1000011 | 101100 |
Color Harmonies of #BA2595
Complementary color
Monochromatic Colors of #BA2595
Black with #BA2595
Text Example
Text Example
White with #BA2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2595; }
p { color: rgb(186,37,149); }
H1.HeaderClassName
{
color: #BA2595;
}
.AnyTagClassName
{
color: #BA2595;
}
</style>
background-color css
<style>
a { background-color: #BA2595; }
a { background-color: rgb(186,37,149); }
div.DivClassName
{
background-color: #BA2595;
}
.BgClassName
{
background-color: #BA2595;
}
</style>
border-color css
<style>
span { border-color: #BA2595; }
span { border-color: rgb(186,37,149); }
td.TdClassName
{
border-color: #BA2595;
}
.TagClassName
{
border-color: #BA2595;
}
</style>