Shades of Medium Violet Red #BE2087
Tints of Medium Violet Red #BE2087
RGB
CMYK
RGB Variations
Color information
#BE2087 (or 0xBE2087) is known color: Medium Violet Red. HEX triplet: BE, 20 and 87. RGB value is (190,32,135). Sum of RGB (Red+Green+Blue) = 190+32+135=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2087 is #41DF78. Grayscale: #5A5A5A. Windows color (decimal): -4317049 or 8855742. OLE color: 8855742.
HSL color Cylindrical-coordinate representation of color #BE2087: hue angle of 320.89º 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 #BE2087 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 135 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.25 |
| HSL | 320.89º | 0.71% | 0.44% | - |
| HSV(B) | 320.89º | 0.83% | 0.75% | - |
| XYZ | 26.12 | 13.73 | 24.19 | - |
| YUV | 90.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 135 | 0 | 0.83 | 0.29 | 0.25 | 320.89 | 0.71 | 0.44 |
| Hex | BE | 20 | 87 | 0 | 53 | 1D | 19 | 141 | 47 | 2C |
| Octal | 276 | 40 | 207 | 0 | 123 | 35 | 31 | 501 | 107 | 54 |
| Binary | 10111110 | 100000 | 10000111 | 0 | 1010011 | 11101 | 11001 | 101000001 | 1000111 | 101100 |
Color Harmonies of #BE2087
Complementary color
Monochromatic Colors of #BE2087
Black with #BE2087
Text Example
Text Example
White with #BE2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2087; }
p { color: rgb(190,32,135); }
H1.HeaderClassName
{
color: #BE2087;
}
.AnyTagClassName
{
color: #BE2087;
}
</style>
background-color css
<style>
a { background-color: #BE2087; }
a { background-color: rgb(190,32,135); }
div.DivClassName
{
background-color: #BE2087;
}
.BgClassName
{
background-color: #BE2087;
}
</style>
border-color css
<style>
span { border-color: #BE2087; }
span { border-color: rgb(190,32,135); }
td.TdClassName
{
border-color: #BE2087;
}
.TagClassName
{
border-color: #BE2087;
}
</style>