Shades of Medium Violet Red #BE20A7
Tints of Medium Violet Red #BE20A7
RGB
CMYK
RGB Variations
Color information
#BE20A7 (or 0xBE20A7) is known color: Medium Violet Red. HEX triplet: BE, 20 and A7. RGB value is (190,32,167). Sum of RGB (Red+Green+Blue) = 190+32+167=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A7 is #41DF58. Grayscale: #5E5E5E. Windows color (decimal): -4317017 or 10952894. OLE color: 10952894.
HSL color Cylindrical-coordinate representation of color #BE20A7: hue angle of 308.73º 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 #BE20A7 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 167 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.25 |
| HSL | 308.73º | 0.71% | 0.44% | - |
| HSV(B) | 308.73º | 0.83% | 0.75% | - |
| XYZ | 28.73 | 14.77 | 37.9 | - |
| YUV | 94.63 | 168.85 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 167 | 0 | 0.83 | 0.12 | 0.25 | 308.73 | 0.71 | 0.44 |
| Hex | BE | 20 | A7 | 0 | 53 | C | 19 | 135 | 47 | 2C |
| Octal | 276 | 40 | 247 | 0 | 123 | 14 | 31 | 465 | 107 | 54 |
| Binary | 10111110 | 100000 | 10100111 | 0 | 1010011 | 1100 | 11001 | 100110101 | 1000111 | 101100 |
Color Harmonies of #BE20A7
Complementary color
Monochromatic Colors of #BE20A7
Black with #BE20A7
Text Example
Text Example
White with #BE20A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20A7; }
p { color: rgb(190,32,167); }
H1.HeaderClassName
{
color: #BE20A7;
}
.AnyTagClassName
{
color: #BE20A7;
}
</style>
background-color css
<style>
a { background-color: #BE20A7; }
a { background-color: rgb(190,32,167); }
div.DivClassName
{
background-color: #BE20A7;
}
.BgClassName
{
background-color: #BE20A7;
}
</style>
border-color css
<style>
span { border-color: #BE20A7; }
span { border-color: rgb(190,32,167); }
td.TdClassName
{
border-color: #BE20A7;
}
.TagClassName
{
border-color: #BE20A7;
}
</style>