Shades of Medium Red Violet #BA2E9D
Tints of Medium Red Violet #BA2E9D
RGB
CMYK
RGB Variations
Color information
#BA2E9D (or 0xBA2E9D) is known color: Medium Red Violet. HEX triplet: BA, 2E and 9D. RGB value is (186,46,157). Sum of RGB (Red+Green+Blue) = 186+46+157=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E9D is #45D162. Grayscale: #646464. Windows color (decimal): -4575587 or 10301114. OLE color: 10301114.
HSL color Cylindrical-coordinate representation of color #BA2E9D: hue angle of 312.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 #BA2E9D is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 157 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.27 |
| HSL | 312.43º | 0.6% | 0.45% | - |
| HSV(B) | 312.43º | 0.75% | 0.73% | - |
| XYZ | 27.31 | 14.83 | 33.32 | - |
| YUV | 100.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 157 | 0 | 0.75 | 0.16 | 0.27 | 312.43 | 0.6 | 0.45 |
| Hex | BA | 2E | 9D | 0 | 4B | 10 | 1B | 138 | 3C | 2D |
| Octal | 272 | 56 | 235 | 0 | 113 | 20 | 33 | 470 | 74 | 55 |
| Binary | 10111010 | 101110 | 10011101 | 0 | 1001011 | 10000 | 11011 | 100111000 | 111100 | 101101 |
Color Harmonies of #BA2E9D
Complementary color
Monochromatic Colors of #BA2E9D
Black with #BA2E9D
Text Example
Text Example
White with #BA2E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E9D; }
p { color: rgb(186,46,157); }
H1.HeaderClassName
{
color: #BA2E9D;
}
.AnyTagClassName
{
color: #BA2E9D;
}
</style>
background-color css
<style>
a { background-color: #BA2E9D; }
a { background-color: rgb(186,46,157); }
div.DivClassName
{
background-color: #BA2E9D;
}
.BgClassName
{
background-color: #BA2E9D;
}
</style>
border-color css
<style>
span { border-color: #BA2E9D; }
span { border-color: rgb(186,46,157); }
td.TdClassName
{
border-color: #BA2E9D;
}
.TagClassName
{
border-color: #BA2E9D;
}
</style>