Shades of Medium Red Violet #BE2E88
Tints of Medium Red Violet #BE2E88
RGB
CMYK
RGB Variations
Color information
#BE2E88 (or 0xBE2E88) is known color: Medium Red Violet. HEX triplet: BE, 2E and 88. RGB value is (190,46,136). Sum of RGB (Red+Green+Blue) = 190+46+136=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2E88 is #41D177. Grayscale: #636363. Windows color (decimal): -4313464 or 8924862. OLE color: 8924862.
HSL color Cylindrical-coordinate representation of color #BE2E88: hue angle of 322.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2E88 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 136 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.25 |
| HSL | 322.5º | 0.61% | 0.46% | - |
| HSV(B) | 322.5º | 0.76% | 0.75% | - |
| XYZ | 26.66 | 14.68 | 24.72 | - |
| YUV | 99.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 136 | 0 | 0.76 | 0.28 | 0.25 | 322.5 | 0.61 | 0.46 |
| Hex | BE | 2E | 88 | 0 | 4C | 1C | 19 | 142 | 3D | 2E |
| Octal | 276 | 56 | 210 | 0 | 114 | 34 | 31 | 502 | 75 | 56 |
| Binary | 10111110 | 101110 | 10001000 | 0 | 1001100 | 11100 | 11001 | 101000010 | 111101 | 101110 |
Color Harmonies of #BE2E88
Complementary color
Monochromatic Colors of #BE2E88
Black with #BE2E88
Text Example
Text Example
White with #BE2E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E88; }
p { color: rgb(190,46,136); }
H1.HeaderClassName
{
color: #BE2E88;
}
.AnyTagClassName
{
color: #BE2E88;
}
</style>
background-color css
<style>
a { background-color: #BE2E88; }
a { background-color: rgb(190,46,136); }
div.DivClassName
{
background-color: #BE2E88;
}
.BgClassName
{
background-color: #BE2E88;
}
</style>
border-color css
<style>
span { border-color: #BE2E88; }
span { border-color: rgb(190,46,136); }
td.TdClassName
{
border-color: #BE2E88;
}
.TagClassName
{
border-color: #BE2E88;
}
</style>