Shades of Medium Violet Red #BE2080
Tints of Medium Violet Red #BE2080
RGB
CMYK
RGB Variations
Color information
#BE2080 (or 0xBE2080) is known color: Medium Violet Red. HEX triplet: BE, 20 and 80. RGB value is (190,32,128). Sum of RGB (Red+Green+Blue) = 190+32+128=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2080 is #41DF7F. Grayscale: #595959. Windows color (decimal): -4317056 or 8396990. OLE color: 8396990.
HSL color Cylindrical-coordinate representation of color #BE2080: hue angle of 323.54º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2080 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 128 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.25 |
| HSL | 323.54º | 0.71% | 0.44% | - |
| HSV(B) | 323.54º | 0.83% | 0.75% | - |
| XYZ | 25.65 | 13.54 | 21.68 | - |
| YUV | 90.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 128 | 0 | 0.83 | 0.33 | 0.25 | 323.54 | 0.71 | 0.44 |
| Hex | BE | 20 | 80 | 0 | 53 | 21 | 19 | 144 | 47 | 2C |
| Octal | 276 | 40 | 200 | 0 | 123 | 41 | 31 | 504 | 107 | 54 |
| Binary | 10111110 | 100000 | 10000000 | 0 | 1010011 | 100001 | 11001 | 101000100 | 1000111 | 101100 |
Color Harmonies of #BE2080
Complementary color
Monochromatic Colors of #BE2080
Black with #BE2080
Text Example
Text Example
White with #BE2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2080; }
p { color: rgb(190,32,128); }
H1.HeaderClassName
{
color: #BE2080;
}
.AnyTagClassName
{
color: #BE2080;
}
</style>
background-color css
<style>
a { background-color: #BE2080; }
a { background-color: rgb(190,32,128); }
div.DivClassName
{
background-color: #BE2080;
}
.BgClassName
{
background-color: #BE2080;
}
</style>
border-color css
<style>
span { border-color: #BE2080; }
span { border-color: rgb(190,32,128); }
td.TdClassName
{
border-color: #BE2080;
}
.TagClassName
{
border-color: #BE2080;
}
</style>