Shades of Medium Red Violet #BA2E74
Tints of Medium Red Violet #BA2E74
RGB
CMYK
RGB Variations
Color information
#BA2E74 (or 0xBA2E74) is known color: Medium Red Violet. HEX triplet: BA, 2E and 74. RGB value is (186,46,116). Sum of RGB (Red+Green+Blue) = 186+46+116=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E74 is #45D18B. Grayscale: #5F5F5F. Windows color (decimal): -4575628 or 7614138. OLE color: 7614138.
HSL color Cylindrical-coordinate representation of color #BA2E74: hue angle of 330º 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 #BA2E74 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 46 | 116 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.27 |
| HSL | 330º | 0.6% | 0.45% | - |
| HSV(B) | 330º | 0.75% | 0.73% | - |
| XYZ | 24.38 | 13.65 | 17.87 | - |
| YUV | 95.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 116 | 0 | 0.75 | 0.38 | 0.27 | 330 | 0.6 | 0.45 |
| Hex | BA | 2E | 74 | 0 | 4B | 26 | 1B | 14A | 3C | 2D |
| Octal | 272 | 56 | 164 | 0 | 113 | 46 | 33 | 512 | 74 | 55 |
| Binary | 10111010 | 101110 | 1110100 | 0 | 1001011 | 100110 | 11011 | 101001010 | 111100 | 101101 |
Color Harmonies of #BA2E74
Complementary color
Monochromatic Colors of #BA2E74
Black with #BA2E74
Text Example
Text Example
White with #BA2E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2E74; }
p { color: rgb(186,46,116); }
H1.HeaderClassName
{
color: #BA2E74;
}
.AnyTagClassName
{
color: #BA2E74;
}
</style>
background-color css
<style>
a { background-color: #BA2E74; }
a { background-color: rgb(186,46,116); }
div.DivClassName
{
background-color: #BA2E74;
}
.BgClassName
{
background-color: #BA2E74;
}
</style>
border-color css
<style>
span { border-color: #BA2E74; }
span { border-color: rgb(186,46,116); }
td.TdClassName
{
border-color: #BA2E74;
}
.TagClassName
{
border-color: #BA2E74;
}
</style>