Shades of Medium Red Violet #BA2495
Tints of Medium Red Violet #BA2495
RGB
CMYK
RGB Variations
Color information
#BA2495 (or 0xBA2495) is known color: Medium Red Violet. HEX triplet: BA, 24 and 95. RGB value is (186,36,149). Sum of RGB (Red+Green+Blue) = 186+36+149=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2495 is #45DB6A. Grayscale: #5D5D5D. Windows color (decimal): -4578155 or 9774266. OLE color: 9774266.
HSL color Cylindrical-coordinate representation of color #BA2495: hue angle of 314.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2495 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 149 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.27 |
| HSL | 314.8º | 0.68% | 0.44% | - |
| HSV(B) | 314.8º | 0.81% | 0.73% | - |
| XYZ | 26.31 | 13.87 | 29.72 | - |
| YUV | 93.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 149 | 0 | 0.81 | 0.20 | 0.27 | 314.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 95 | 0 | 51 | 14 | 1B | 13B | 44 | 2C |
| Octal | 272 | 44 | 225 | 0 | 121 | 24 | 33 | 473 | 104 | 54 |
| Binary | 10111010 | 100100 | 10010101 | 0 | 1010001 | 10100 | 11011 | 100111011 | 1000100 | 101100 |
Color Harmonies of #BA2495
Complementary color
Monochromatic Colors of #BA2495
Black with #BA2495
Text Example
Text Example
White with #BA2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2495; }
p { color: rgb(186,36,149); }
H1.HeaderClassName
{
color: #BA2495;
}
.AnyTagClassName
{
color: #BA2495;
}
</style>
background-color css
<style>
a { background-color: #BA2495; }
a { background-color: rgb(186,36,149); }
div.DivClassName
{
background-color: #BA2495;
}
.BgClassName
{
background-color: #BA2495;
}
</style>
border-color css
<style>
span { border-color: #BA2495; }
span { border-color: rgb(186,36,149); }
td.TdClassName
{
border-color: #BA2495;
}
.TagClassName
{
border-color: #BA2495;
}
</style>