Shades of Medium Violet Red #BE20A3
Tints of Medium Violet Red #BE20A3
RGB
CMYK
RGB Variations
Color information
#BE20A3 (or 0xBE20A3) is known color: Medium Violet Red. HEX triplet: BE, 20 and A3. RGB value is (190,32,163). Sum of RGB (Red+Green+Blue) = 190+32+163=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A3 is #41DF5C. Grayscale: #5D5D5D. Windows color (decimal): -4317021 or 10690750. OLE color: 10690750.
HSL color Cylindrical-coordinate representation of color #BE20A3: hue angle of 310.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE20A3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 163 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.25 |
| HSL | 310.25º | 0.71% | 0.44% | - |
| HSV(B) | 310.25º | 0.83% | 0.75% | - |
| XYZ | 28.36 | 14.62 | 35.98 | - |
| YUV | 94.18 | 166.85 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 163 | 0 | 0.83 | 0.14 | 0.25 | 310.25 | 0.71 | 0.44 |
| Hex | BE | 20 | A3 | 0 | 53 | E | 19 | 136 | 47 | 2C |
| Octal | 276 | 40 | 243 | 0 | 123 | 16 | 31 | 466 | 107 | 54 |
| Binary | 10111110 | 100000 | 10100011 | 0 | 1010011 | 1110 | 11001 | 100110110 | 1000111 | 101100 |
Color Harmonies of #BE20A3
Complementary color
Monochromatic Colors of #BE20A3
Black with #BE20A3
Text Example
Text Example
White with #BE20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20A3; }
p { color: rgb(190,32,163); }
H1.HeaderClassName
{
color: #BE20A3;
}
.AnyTagClassName
{
color: #BE20A3;
}
</style>
background-color css
<style>
a { background-color: #BE20A3; }
a { background-color: rgb(190,32,163); }
div.DivClassName
{
background-color: #BE20A3;
}
.BgClassName
{
background-color: #BE20A3;
}
</style>
border-color css
<style>
span { border-color: #BE20A3; }
span { border-color: rgb(190,32,163); }
td.TdClassName
{
border-color: #BE20A3;
}
.TagClassName
{
border-color: #BE20A3;
}
</style>