Shades of Medium Red Violet #BA2E73
Tints of Medium Red Violet #BA2E73
RGB
CMYK
RGB Variations
Color information
#BA2E73 (or 0xBA2E73) is known color: Medium Red Violet. HEX triplet: BA, 2E and 73. RGB value is (186,46,115). Sum of RGB (Red+Green+Blue) = 186+46+115=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E73 is #45D18C. Grayscale: #5F5F5F. Windows color (decimal): -4575629 or 7548602. OLE color: 7548602.
HSL color Cylindrical-coordinate representation of color #BA2E73: hue angle of 330.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E73 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 115 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.27 |
| HSL | 330.43º | 0.6% | 0.45% | - |
| HSV(B) | 330.43º | 0.75% | 0.73% | - |
| XYZ | 24.32 | 13.63 | 17.57 | - |
| YUV | 95.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 115 | 0 | 0.75 | 0.38 | 0.27 | 330.43 | 0.6 | 0.45 |
| Hex | BA | 2E | 73 | 0 | 4B | 26 | 1B | 14A | 3C | 2D |
| Octal | 272 | 56 | 163 | 0 | 113 | 46 | 33 | 512 | 74 | 55 |
| Binary | 10111010 | 101110 | 1110011 | 0 | 1001011 | 100110 | 11011 | 101001010 | 111100 | 101101 |
Color Harmonies of #BA2E73
Complementary color
Monochromatic Colors of #BA2E73
Black with #BA2E73
Text Example
Text Example
White with #BA2E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E73; }
p { color: rgb(186,46,115); }
H1.HeaderClassName
{
color: #BA2E73;
}
.AnyTagClassName
{
color: #BA2E73;
}
</style>
background-color css
<style>
a { background-color: #BA2E73; }
a { background-color: rgb(186,46,115); }
div.DivClassName
{
background-color: #BA2E73;
}
.BgClassName
{
background-color: #BA2E73;
}
</style>
border-color css
<style>
span { border-color: #BA2E73; }
span { border-color: rgb(186,46,115); }
td.TdClassName
{
border-color: #BA2E73;
}
.TagClassName
{
border-color: #BA2E73;
}
</style>