Shades of Medium Violet Red #BE1AAA
Tints of Medium Violet Red #BE1AAA
RGB
CMYK
RGB Variations
Color information
#BE1AAA (or 0xBE1AAA) is known color: Medium Violet Red. HEX triplet: BE, 1A and AA. RGB value is (190,26,170). Sum of RGB (Red+Green+Blue) = 190+26+170=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1AAA is #41E555. Grayscale: #5B5B5B. Windows color (decimal): -4318550 or 11147966. OLE color: 11147966.
HSL color Cylindrical-coordinate representation of color #BE1AAA: hue angle of 307.32º 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 #BE1AAA is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 170 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.25 |
| HSL | 307.32º | 0.76% | 0.42% | - |
| HSV(B) | 307.32º | 0.86% | 0.75% | - |
| XYZ | 28.86 | 14.59 | 39.32 | - |
| YUV | 91.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 170 | 0 | 0.86 | 0.11 | 0.25 | 307.32 | 0.76 | 0.42 |
| Hex | BE | 1A | AA | 0 | 56 | B | 19 | 133 | 4C | 2A |
| Octal | 276 | 32 | 252 | 0 | 126 | 13 | 31 | 463 | 114 | 52 |
| Binary | 10111110 | 11010 | 10101010 | 0 | 1010110 | 1011 | 11001 | 100110011 | 1001100 | 101010 |
Color Harmonies of #BE1AAA
Complementary color
Monochromatic Colors of #BE1AAA
Black with #BE1AAA
Text Example
Text Example
White with #BE1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1AAA; }
p { color: rgb(190,26,170); }
H1.HeaderClassName
{
color: #BE1AAA;
}
.AnyTagClassName
{
color: #BE1AAA;
}
</style>
background-color css
<style>
a { background-color: #BE1AAA; }
a { background-color: rgb(190,26,170); }
div.DivClassName
{
background-color: #BE1AAA;
}
.BgClassName
{
background-color: #BE1AAA;
}
</style>
border-color css
<style>
span { border-color: #BE1AAA; }
span { border-color: rgb(190,26,170); }
td.TdClassName
{
border-color: #BE1AAA;
}
.TagClassName
{
border-color: #BE1AAA;
}
</style>