Shades of Medium Violet Red #BE0AA3
Tints of Medium Violet Red #BE0AA3
RGB
CMYK
RGB Variations
Color information
#BE0AA3 (or 0xBE0AA3) is known color: Medium Violet Red. HEX triplet: BE, 0A and A3. RGB value is (190,10,163). Sum of RGB (Red+Green+Blue) = 190+10+163=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0AA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0AA3 is #41F55C. Grayscale: #505050. Windows color (decimal): -4322653 or 10685118. OLE color: 10685118.
HSL color Cylindrical-coordinate representation of color #BE0AA3: hue angle of 309º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0AA3 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 163 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.25 |
| HSL | 309º | 0.9% | 0.39% | - |
| HSV(B) | 309º | 0.95% | 0.75% | - |
| XYZ | 27.95 | 13.81 | 35.84 | - |
| YUV | 81.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 163 | 0 | 0.95 | 0.14 | 0.25 | 309 | 0.9 | 0.39 |
| Hex | BE | A | A3 | 0 | 5F | E | 19 | 135 | 5A | 27 |
| Octal | 276 | 12 | 243 | 0 | 137 | 16 | 31 | 465 | 132 | 47 |
| Binary | 10111110 | 1010 | 10100011 | 0 | 1011111 | 1110 | 11001 | 100110101 | 1011010 | 100111 |
Color Harmonies of #BE0AA3
Complementary color
Monochromatic Colors of #BE0AA3
Black with #BE0AA3
Text Example
Text Example
White with #BE0AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0AA3; }
p { color: rgb(190,10,163); }
H1.HeaderClassName
{
color: #BE0AA3;
}
.AnyTagClassName
{
color: #BE0AA3;
}
</style>
background-color css
<style>
a { background-color: #BE0AA3; }
a { background-color: rgb(190,10,163); }
div.DivClassName
{
background-color: #BE0AA3;
}
.BgClassName
{
background-color: #BE0AA3;
}
</style>
border-color css
<style>
span { border-color: #BE0AA3; }
span { border-color: rgb(190,10,163); }
td.TdClassName
{
border-color: #BE0AA3;
}
.TagClassName
{
border-color: #BE0AA3;
}
</style>