Shades of Medium Violet Red #BE0C86
Tints of Medium Violet Red #BE0C86
RGB
CMYK
RGB Variations
Color information
#BE0C86 (or 0xBE0C86) is known color: Medium Violet Red. HEX triplet: BE, 0C and 86. RGB value is (190,12,134). Sum of RGB (Red+Green+Blue) = 190+12+134=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0C86 is #41F379. Grayscale: #4E4E4E. Windows color (decimal): -4322170 or 8785086. OLE color: 8785086.
HSL color Cylindrical-coordinate representation of color #BE0C86: hue angle of 318.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C86 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 134 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.25 |
| HSL | 318.88º | 0.88% | 0.4% | - |
| HSV(B) | 318.88º | 0.94% | 0.75% | - |
| XYZ | 25.67 | 12.93 | 23.7 | - |
| YUV | 79.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 134 | 0 | 0.94 | 0.29 | 0.25 | 318.88 | 0.88 | 0.4 |
| Hex | BE | C | 86 | 0 | 5E | 1D | 19 | 13F | 58 | 28 |
| Octal | 276 | 14 | 206 | 0 | 136 | 35 | 31 | 477 | 130 | 50 |
| Binary | 10111110 | 1100 | 10000110 | 0 | 1011110 | 11101 | 11001 | 100111111 | 1011000 | 101000 |
Color Harmonies of #BE0C86
Complementary color
Monochromatic Colors of #BE0C86
Black with #BE0C86
Text Example
Text Example
White with #BE0C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C86; }
p { color: rgb(190,12,134); }
H1.HeaderClassName
{
color: #BE0C86;
}
.AnyTagClassName
{
color: #BE0C86;
}
</style>
background-color css
<style>
a { background-color: #BE0C86; }
a { background-color: rgb(190,12,134); }
div.DivClassName
{
background-color: #BE0C86;
}
.BgClassName
{
background-color: #BE0C86;
}
</style>
border-color css
<style>
span { border-color: #BE0C86; }
span { border-color: rgb(190,12,134); }
td.TdClassName
{
border-color: #BE0C86;
}
.TagClassName
{
border-color: #BE0C86;
}
</style>