Shades of Medium Violet Red #BE2078
Tints of Medium Violet Red #BE2078
RGB
CMYK
RGB Variations
Color information
#BE2078 (or 0xBE2078) is known color: Medium Violet Red. HEX triplet: BE, 20 and 78. RGB value is (190,32,120). Sum of RGB (Red+Green+Blue) = 190+32+120=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2078 is #41DF87. Grayscale: #595959. Windows color (decimal): -4317064 or 7872702. OLE color: 7872702.
HSL color Cylindrical-coordinate representation of color #BE2078: hue angle of 326.58º 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 #BE2078 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 120 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.25 |
| HSL | 326.58º | 0.71% | 0.44% | - |
| HSV(B) | 326.58º | 0.83% | 0.75% | - |
| XYZ | 25.14 | 13.34 | 19.02 | - |
| YUV | 89.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 120 | 0 | 0.83 | 0.37 | 0.25 | 326.58 | 0.71 | 0.44 |
| Hex | BE | 20 | 78 | 0 | 53 | 25 | 19 | 147 | 47 | 2C |
| Octal | 276 | 40 | 170 | 0 | 123 | 45 | 31 | 507 | 107 | 54 |
| Binary | 10111110 | 100000 | 1111000 | 0 | 1010011 | 100101 | 11001 | 101000111 | 1000111 | 101100 |
Color Harmonies of #BE2078
Complementary color
Monochromatic Colors of #BE2078
Black with #BE2078
Text Example
Text Example
White with #BE2078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2078; }
p { color: rgb(190,32,120); }
H1.HeaderClassName
{
color: #BE2078;
}
.AnyTagClassName
{
color: #BE2078;
}
</style>
background-color css
<style>
a { background-color: #BE2078; }
a { background-color: rgb(190,32,120); }
div.DivClassName
{
background-color: #BE2078;
}
.BgClassName
{
background-color: #BE2078;
}
</style>
border-color css
<style>
span { border-color: #BE2078; }
span { border-color: rgb(190,32,120); }
td.TdClassName
{
border-color: #BE2078;
}
.TagClassName
{
border-color: #BE2078;
}
</style>