Shades of Medium Violet Red #BE0E81
Tints of Medium Violet Red #BE0E81
RGB
CMYK
RGB Variations
Color information
#BE0E81 (or 0xBE0E81) is known color: Medium Violet Red. HEX triplet: BE, 0E and 81. RGB value is (190,14,129). Sum of RGB (Red+Green+Blue) = 190+14+129=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E81 is #41F17E. Grayscale: #4F4F4F. Windows color (decimal): -4321663 or 8457918. OLE color: 8457918.
HSL color Cylindrical-coordinate representation of color #BE0E81: hue angle of 320.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E81 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 14 | 129 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.25 |
| HSL | 320.8º | 0.86% | 0.4% | - |
| HSV(B) | 320.8º | 0.93% | 0.75% | - |
| XYZ | 25.35 | 12.85 | 21.91 | - |
| YUV | 79.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 129 | 0 | 0.93 | 0.32 | 0.25 | 320.8 | 0.86 | 0.4 |
| Hex | BE | E | 81 | 0 | 5D | 20 | 19 | 141 | 56 | 28 |
| Octal | 276 | 16 | 201 | 0 | 135 | 40 | 31 | 501 | 126 | 50 |
| Binary | 10111110 | 1110 | 10000001 | 0 | 1011101 | 100000 | 11001 | 101000001 | 1010110 | 101000 |
Color Harmonies of #BE0E81
Complementary color
Monochromatic Colors of #BE0E81
Black with #BE0E81
Text Example
Text Example
White with #BE0E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0E81; }
p { color: rgb(190,14,129); }
H1.HeaderClassName
{
color: #BE0E81;
}
.AnyTagClassName
{
color: #BE0E81;
}
</style>
background-color css
<style>
a { background-color: #BE0E81; }
a { background-color: rgb(190,14,129); }
div.DivClassName
{
background-color: #BE0E81;
}
.BgClassName
{
background-color: #BE0E81;
}
</style>
border-color css
<style>
span { border-color: #BE0E81; }
span { border-color: rgb(190,14,129); }
td.TdClassName
{
border-color: #BE0E81;
}
.TagClassName
{
border-color: #BE0E81;
}
</style>