Shades of Medium Red Violet #BA2575
Tints of Medium Red Violet #BA2575
RGB
CMYK
RGB Variations
Color information
#BA2575 (or 0xBA2575) is known color: Medium Red Violet. HEX triplet: BA, 25 and 75. RGB value is (186,37,117). Sum of RGB (Red+Green+Blue) = 186+37+117=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2575 is #45DA8A. Grayscale: #5A5A5A. Windows color (decimal): -4577931 or 7677370. OLE color: 7677370.
HSL color Cylindrical-coordinate representation of color #BA2575: hue angle of 327.79º 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 #BA2575 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 117 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.27 |
| HSL | 327.79º | 0.67% | 0.44% | - |
| HSV(B) | 327.79º | 0.8% | 0.73% | - |
| XYZ | 24.12 | 13.05 | 18.08 | - |
| YUV | 90.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 117 | 0 | 0.80 | 0.37 | 0.27 | 327.79 | 0.67 | 0.44 |
| Hex | BA | 25 | 75 | 0 | 50 | 25 | 1B | 148 | 43 | 2C |
| Octal | 272 | 45 | 165 | 0 | 120 | 45 | 33 | 510 | 103 | 54 |
| Binary | 10111010 | 100101 | 1110101 | 0 | 1010000 | 100101 | 11011 | 101001000 | 1000011 | 101100 |
Color Harmonies of #BA2575
Complementary color
Monochromatic Colors of #BA2575
Black with #BA2575
Text Example
Text Example
White with #BA2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2575; }
p { color: rgb(186,37,117); }
H1.HeaderClassName
{
color: #BA2575;
}
.AnyTagClassName
{
color: #BA2575;
}
</style>
background-color css
<style>
a { background-color: #BA2575; }
a { background-color: rgb(186,37,117); }
div.DivClassName
{
background-color: #BA2575;
}
.BgClassName
{
background-color: #BA2575;
}
</style>
border-color css
<style>
span { border-color: #BA2575; }
span { border-color: rgb(186,37,117); }
td.TdClassName
{
border-color: #BA2575;
}
.TagClassName
{
border-color: #BA2575;
}
</style>