Shades of Medium Red Violet #BE2AA0
Tints of Medium Red Violet #BE2AA0
RGB
CMYK
RGB Variations
Color information
#BE2AA0 (or 0xBE2AA0) is known color: Medium Red Violet. HEX triplet: BE, 2A and A0. RGB value is (190,42,160). Sum of RGB (Red+Green+Blue) = 190+42+160=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AA0 is #41D55F. Grayscale: #636363. Windows color (decimal): -4314464 or 10496702. OLE color: 10496702.
HSL color Cylindrical-coordinate representation of color #BE2AA0: hue angle of 312.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2AA0 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 160 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.25 |
| HSL | 312.16º | 0.64% | 0.45% | - |
| HSV(B) | 312.16º | 0.78% | 0.75% | - |
| XYZ | 28.41 | 15.14 | 34.68 | - |
| YUV | 99.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 160 | 0 | 0.78 | 0.16 | 0.25 | 312.16 | 0.64 | 0.45 |
| Hex | BE | 2A | A0 | 0 | 4E | 10 | 19 | 138 | 40 | 2D |
| Octal | 276 | 52 | 240 | 0 | 116 | 20 | 31 | 470 | 100 | 55 |
| Binary | 10111110 | 101010 | 10100000 | 0 | 1001110 | 10000 | 11001 | 100111000 | 1000000 | 101101 |
Color Harmonies of #BE2AA0
Complementary color
Monochromatic Colors of #BE2AA0
Black with #BE2AA0
Text Example
Text Example
White with #BE2AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AA0; }
p { color: rgb(190,42,160); }
H1.HeaderClassName
{
color: #BE2AA0;
}
.AnyTagClassName
{
color: #BE2AA0;
}
</style>
background-color css
<style>
a { background-color: #BE2AA0; }
a { background-color: rgb(190,42,160); }
div.DivClassName
{
background-color: #BE2AA0;
}
.BgClassName
{
background-color: #BE2AA0;
}
</style>
border-color css
<style>
span { border-color: #BE2AA0; }
span { border-color: rgb(190,42,160); }
td.TdClassName
{
border-color: #BE2AA0;
}
.TagClassName
{
border-color: #BE2AA0;
}
</style>