Shades of Medium Violet Red #BE1AA2
Tints of Medium Violet Red #BE1AA2
RGB
CMYK
RGB Variations
Color information
#BE1AA2 (or 0xBE1AA2) is known color: Medium Violet Red. HEX triplet: BE, 1A and A2. RGB value is (190,26,162). Sum of RGB (Red+Green+Blue) = 190+26+162=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1AA2 is #41E55D. Grayscale: #5A5A5A. Windows color (decimal): -4318558 or 10623678. OLE color: 10623678.
HSL color Cylindrical-coordinate representation of color #BE1AA2: hue angle of 310.24º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1AA2 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 162 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.25 |
| HSL | 310.24º | 0.76% | 0.42% | - |
| HSV(B) | 310.24º | 0.86% | 0.75% | - |
| XYZ | 28.13 | 14.29 | 35.46 | - |
| YUV | 90.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 162 | 0 | 0.86 | 0.15 | 0.25 | 310.24 | 0.76 | 0.42 |
| Hex | BE | 1A | A2 | 0 | 56 | F | 19 | 136 | 4C | 2A |
| Octal | 276 | 32 | 242 | 0 | 126 | 17 | 31 | 466 | 114 | 52 |
| Binary | 10111110 | 11010 | 10100010 | 0 | 1010110 | 1111 | 11001 | 100110110 | 1001100 | 101010 |
Color Harmonies of #BE1AA2
Complementary color
Monochromatic Colors of #BE1AA2
Black with #BE1AA2
Text Example
Text Example
White with #BE1AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1AA2; }
p { color: rgb(190,26,162); }
H1.HeaderClassName
{
color: #BE1AA2;
}
.AnyTagClassName
{
color: #BE1AA2;
}
</style>
background-color css
<style>
a { background-color: #BE1AA2; }
a { background-color: rgb(190,26,162); }
div.DivClassName
{
background-color: #BE1AA2;
}
.BgClassName
{
background-color: #BE1AA2;
}
</style>
border-color css
<style>
span { border-color: #BE1AA2; }
span { border-color: rgb(190,26,162); }
td.TdClassName
{
border-color: #BE1AA2;
}
.TagClassName
{
border-color: #BE1AA2;
}
</style>