Shades of Medium Violet Red #BE0E7A
Tints of Medium Violet Red #BE0E7A
RGB
CMYK
RGB Variations
Color information
#BE0E7A (or 0xBE0E7A) is known color: Medium Violet Red. HEX triplet: BE, 0E and 7A. RGB value is (190,14,122). Sum of RGB (Red+Green+Blue) = 190+14+122=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0E7A is #41F185. Grayscale: #4E4E4E. Windows color (decimal): -4321670 or 7999166. OLE color: 7999166.
HSL color Cylindrical-coordinate representation of color #BE0E7A: hue angle of 323.18º 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 #BE0E7A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 14 | 122 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.25 |
| HSL | 323.18º | 0.86% | 0.4% | - |
| HSV(B) | 323.18º | 0.93% | 0.75% | - |
| XYZ | 24.91 | 12.67 | 19.54 | - |
| YUV | 78.94 | 152.31 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 14 | 122 | 0 | 0.93 | 0.36 | 0.25 | 323.18 | 0.86 | 0.4 |
| Hex | BE | E | 7A | 0 | 5D | 24 | 19 | 143 | 56 | 28 |
| Octal | 276 | 16 | 172 | 0 | 135 | 44 | 31 | 503 | 126 | 50 |
| Binary | 10111110 | 1110 | 1111010 | 0 | 1011101 | 100100 | 11001 | 101000011 | 1010110 | 101000 |
Color Harmonies of #BE0E7A
Complementary color
Monochromatic Colors of #BE0E7A
Black with #BE0E7A
Text Example
Text Example
White with #BE0E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0E7A; }
p { color: rgb(190,14,122); }
H1.HeaderClassName
{
color: #BE0E7A;
}
.AnyTagClassName
{
color: #BE0E7A;
}
</style>
background-color css
<style>
a { background-color: #BE0E7A; }
a { background-color: rgb(190,14,122); }
div.DivClassName
{
background-color: #BE0E7A;
}
.BgClassName
{
background-color: #BE0E7A;
}
</style>
border-color css
<style>
span { border-color: #BE0E7A; }
span { border-color: rgb(190,14,122); }
td.TdClassName
{
border-color: #BE0E7A;
}
.TagClassName
{
border-color: #BE0E7A;
}
</style>