Shades of Medium Violet Red #BE0677
Tints of Medium Violet Red #BE0677
RGB
CMYK
RGB Variations
Color information
#BE0677 (or 0xBE0677) is known color: Medium Violet Red. HEX triplet: BE, 06 and 77. RGB value is (190,6,119). Sum of RGB (Red+Green+Blue) = 190+6+119=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0677 is #41F988. Grayscale: #494949. Windows color (decimal): -4323721 or 7800510. OLE color: 7800510.
HSL color Cylindrical-coordinate representation of color #BE0677: hue angle of 323.15º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0677 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.25 |
| HSL | 323.15º | 0.94% | 0.38% | - |
| HSV(B) | 323.15º | 0.97% | 0.75% | - |
| XYZ | 24.63 | 12.41 | 18.55 | - |
| YUV | 73.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 119 | 0 | 0.97 | 0.37 | 0.25 | 323.15 | 0.94 | 0.38 |
| Hex | BE | 6 | 77 | 0 | 61 | 25 | 19 | 143 | 5E | 26 |
| Octal | 276 | 6 | 167 | 0 | 141 | 45 | 31 | 503 | 136 | 46 |
| Binary | 10111110 | 110 | 1110111 | 0 | 1100001 | 100101 | 11001 | 101000011 | 1011110 | 100110 |
Color Harmonies of #BE0677
Complementary color
Monochromatic Colors of #BE0677
Black with #BE0677
Text Example
Text Example
White with #BE0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0677; }
p { color: rgb(190,6,119); }
H1.HeaderClassName
{
color: #BE0677;
}
.AnyTagClassName
{
color: #BE0677;
}
</style>
background-color css
<style>
a { background-color: #BE0677; }
a { background-color: rgb(190,6,119); }
div.DivClassName
{
background-color: #BE0677;
}
.BgClassName
{
background-color: #BE0677;
}
</style>
border-color css
<style>
span { border-color: #BE0677; }
span { border-color: rgb(190,6,119); }
td.TdClassName
{
border-color: #BE0677;
}
.TagClassName
{
border-color: #BE0677;
}
</style>