Shades of Medium Violet Red #BE20A4
Tints of Medium Violet Red #BE20A4
RGB
CMYK
RGB Variations
Color information
#BE20A4 (or 0xBE20A4) is known color: Medium Violet Red. HEX triplet: BE, 20 and A4. RGB value is (190,32,164). Sum of RGB (Red+Green+Blue) = 190+32+164=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20A4 is #41DF5B. Grayscale: #5D5D5D. Windows color (decimal): -4317020 or 10756286. OLE color: 10756286.
HSL color Cylindrical-coordinate representation of color #BE20A4: hue angle of 309.87º 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 #BE20A4 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 164 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.25 |
| HSL | 309.87º | 0.71% | 0.44% | - |
| HSV(B) | 309.87º | 0.83% | 0.75% | - |
| XYZ | 28.45 | 14.66 | 36.45 | - |
| YUV | 94.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 164 | 0 | 0.83 | 0.14 | 0.25 | 309.87 | 0.71 | 0.44 |
| Hex | BE | 20 | A4 | 0 | 53 | E | 19 | 136 | 47 | 2C |
| Octal | 276 | 40 | 244 | 0 | 123 | 16 | 31 | 466 | 107 | 54 |
| Binary | 10111110 | 100000 | 10100100 | 0 | 1010011 | 1110 | 11001 | 100110110 | 1000111 | 101100 |
Color Harmonies of #BE20A4
Complementary color
Monochromatic Colors of #BE20A4
Black with #BE20A4
Text Example
Text Example
White with #BE20A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20A4; }
p { color: rgb(190,32,164); }
H1.HeaderClassName
{
color: #BE20A4;
}
.AnyTagClassName
{
color: #BE20A4;
}
</style>
background-color css
<style>
a { background-color: #BE20A4; }
a { background-color: rgb(190,32,164); }
div.DivClassName
{
background-color: #BE20A4;
}
.BgClassName
{
background-color: #BE20A4;
}
</style>
border-color css
<style>
span { border-color: #BE20A4; }
span { border-color: rgb(190,32,164); }
td.TdClassName
{
border-color: #BE20A4;
}
.TagClassName
{
border-color: #BE20A4;
}
</style>