Shades of Medium Violet Red #BE20A8
Tints of Medium Violet Red #BE20A8
RGB
CMYK
RGB Variations
Color information
#BE20A8 (or 0xBE20A8) is known color: Medium Violet Red. HEX triplet: BE, 20 and A8. RGB value is (190,32,168). Sum of RGB (Red+Green+Blue) = 190+32+168=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A8 is #41DF57. Grayscale: #5E5E5E. Windows color (decimal): -4317016 or 11018430. OLE color: 11018430.
HSL color Cylindrical-coordinate representation of color #BE20A8: hue angle of 308.35º 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 #BE20A8 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 168 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.25 |
| HSL | 308.35º | 0.71% | 0.44% | - |
| HSV(B) | 308.35º | 0.83% | 0.75% | - |
| XYZ | 28.82 | 14.81 | 38.38 | - |
| YUV | 94.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 168 | 0 | 0.83 | 0.12 | 0.25 | 308.35 | 0.71 | 0.44 |
| Hex | BE | 20 | A8 | 0 | 53 | C | 19 | 134 | 47 | 2C |
| Octal | 276 | 40 | 250 | 0 | 123 | 14 | 31 | 464 | 107 | 54 |
| Binary | 10111110 | 100000 | 10101000 | 0 | 1010011 | 1100 | 11001 | 100110100 | 1000111 | 101100 |
Color Harmonies of #BE20A8
Complementary color
Monochromatic Colors of #BE20A8
Black with #BE20A8
Text Example
Text Example
White with #BE20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20A8; }
p { color: rgb(190,32,168); }
H1.HeaderClassName
{
color: #BE20A8;
}
.AnyTagClassName
{
color: #BE20A8;
}
</style>
background-color css
<style>
a { background-color: #BE20A8; }
a { background-color: rgb(190,32,168); }
div.DivClassName
{
background-color: #BE20A8;
}
.BgClassName
{
background-color: #BE20A8;
}
</style>
border-color css
<style>
span { border-color: #BE20A8; }
span { border-color: rgb(190,32,168); }
td.TdClassName
{
border-color: #BE20A8;
}
.TagClassName
{
border-color: #BE20A8;
}
</style>