Shades of Medium Red Violet #BE2AA5
Tints of Medium Red Violet #BE2AA5
RGB
CMYK
RGB Variations
Color information
#BE2AA5 (or 0xBE2AA5) is known color: Medium Red Violet. HEX triplet: BE, 2A and A5. RGB value is (190,42,165). Sum of RGB (Red+Green+Blue) = 190+42+165=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AA5 is #41D55A. Grayscale: #636363. Windows color (decimal): -4314459 or 10824382. OLE color: 10824382.
HSL color Cylindrical-coordinate representation of color #BE2AA5: hue angle of 310.14º 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 #BE2AA5 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 165 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.25 |
| HSL | 310.14º | 0.64% | 0.45% | - |
| HSV(B) | 310.14º | 0.78% | 0.75% | - |
| XYZ | 28.85 | 15.32 | 37.03 | - |
| YUV | 100.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 165 | 0 | 0.78 | 0.13 | 0.25 | 310.14 | 0.64 | 0.45 |
| Hex | BE | 2A | A5 | 0 | 4E | D | 19 | 136 | 40 | 2D |
| Octal | 276 | 52 | 245 | 0 | 116 | 15 | 31 | 466 | 100 | 55 |
| Binary | 10111110 | 101010 | 10100101 | 0 | 1001110 | 1101 | 11001 | 100110110 | 1000000 | 101101 |
Color Harmonies of #BE2AA5
Complementary color
Monochromatic Colors of #BE2AA5
Black with #BE2AA5
Text Example
Text Example
White with #BE2AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AA5; }
p { color: rgb(190,42,165); }
H1.HeaderClassName
{
color: #BE2AA5;
}
.AnyTagClassName
{
color: #BE2AA5;
}
</style>
background-color css
<style>
a { background-color: #BE2AA5; }
a { background-color: rgb(190,42,165); }
div.DivClassName
{
background-color: #BE2AA5;
}
.BgClassName
{
background-color: #BE2AA5;
}
</style>
border-color css
<style>
span { border-color: #BE2AA5; }
span { border-color: rgb(190,42,165); }
td.TdClassName
{
border-color: #BE2AA5;
}
.TagClassName
{
border-color: #BE2AA5;
}
</style>