Shades of Medium Red Violet #BA2E7F
Tints of Medium Red Violet #BA2E7F
RGB
CMYK
RGB Variations
Color information
#BA2E7F (or 0xBA2E7F) is known color: Medium Red Violet. HEX triplet: BA, 2E and 7F. RGB value is (186,46,127). Sum of RGB (Red+Green+Blue) = 186+46+127=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E7F is #45D180. Grayscale: #606060. Windows color (decimal): -4575617 or 8335034. OLE color: 8335034.
HSL color Cylindrical-coordinate representation of color #BA2E7F: hue angle of 325.29º 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 #BA2E7F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 127 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.27 |
| HSL | 325.29º | 0.6% | 0.45% | - |
| HSV(B) | 325.29º | 0.75% | 0.73% | - |
| XYZ | 25.06 | 13.93 | 21.45 | - |
| YUV | 97.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 127 | 0 | 0.75 | 0.32 | 0.27 | 325.29 | 0.6 | 0.45 |
| Hex | BA | 2E | 7F | 0 | 4B | 20 | 1B | 145 | 3C | 2D |
| Octal | 272 | 56 | 177 | 0 | 113 | 40 | 33 | 505 | 74 | 55 |
| Binary | 10111010 | 101110 | 1111111 | 0 | 1001011 | 100000 | 11011 | 101000101 | 111100 | 101101 |
Color Harmonies of #BA2E7F
Complementary color
Monochromatic Colors of #BA2E7F
Black with #BA2E7F
Text Example
Text Example
White with #BA2E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E7F; }
p { color: rgb(186,46,127); }
H1.HeaderClassName
{
color: #BA2E7F;
}
.AnyTagClassName
{
color: #BA2E7F;
}
</style>
background-color css
<style>
a { background-color: #BA2E7F; }
a { background-color: rgb(186,46,127); }
div.DivClassName
{
background-color: #BA2E7F;
}
.BgClassName
{
background-color: #BA2E7F;
}
</style>
border-color css
<style>
span { border-color: #BA2E7F; }
span { border-color: rgb(186,46,127); }
td.TdClassName
{
border-color: #BA2E7F;
}
.TagClassName
{
border-color: #BA2E7F;
}
</style>