Shades of Medium Violet Red #BE0B77
Tints of Medium Violet Red #BE0B77
RGB
CMYK
RGB Variations
Color information
#BE0B77 (or 0xBE0B77) is known color: Medium Violet Red. HEX triplet: BE, 0B and 77. RGB value is (190,11,119). Sum of RGB (Red+Green+Blue) = 190+11+119=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B77 is #41F488. Grayscale: #4C4C4C. Windows color (decimal): -4322441 or 7801790. OLE color: 7801790.
HSL color Cylindrical-coordinate representation of color #BE0B77: hue angle of 323.8º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B77 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 119 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.25 |
| HSL | 323.8º | 0.89% | 0.39% | - |
| HSV(B) | 323.8º | 0.94% | 0.75% | - |
| XYZ | 24.68 | 12.52 | 18.57 | - |
| YUV | 76.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 119 | 0 | 0.94 | 0.37 | 0.25 | 323.8 | 0.89 | 0.39 |
| Hex | BE | B | 77 | 0 | 5E | 25 | 19 | 144 | 59 | 27 |
| Octal | 276 | 13 | 167 | 0 | 136 | 45 | 31 | 504 | 131 | 47 |
| Binary | 10111110 | 1011 | 1110111 | 0 | 1011110 | 100101 | 11001 | 101000100 | 1011001 | 100111 |
Color Harmonies of #BE0B77
Complementary color
Monochromatic Colors of #BE0B77
Black with #BE0B77
Text Example
Text Example
White with #BE0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B77; }
p { color: rgb(190,11,119); }
H1.HeaderClassName
{
color: #BE0B77;
}
.AnyTagClassName
{
color: #BE0B77;
}
</style>
background-color css
<style>
a { background-color: #BE0B77; }
a { background-color: rgb(190,11,119); }
div.DivClassName
{
background-color: #BE0B77;
}
.BgClassName
{
background-color: #BE0B77;
}
</style>
border-color css
<style>
span { border-color: #BE0B77; }
span { border-color: rgb(190,11,119); }
td.TdClassName
{
border-color: #BE0B77;
}
.TagClassName
{
border-color: #BE0B77;
}
</style>