Shades of Medium Red Violet #BE2E8D
Tints of Medium Red Violet #BE2E8D
RGB
CMYK
RGB Variations
Color information
#BE2E8D (or 0xBE2E8D) is known color: Medium Red Violet. HEX triplet: BE, 2E and 8D. RGB value is (190,46,141). Sum of RGB (Red+Green+Blue) = 190+46+141=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2E8D is #41D172. Grayscale: #636363. Windows color (decimal): -4313459 or 9252542. OLE color: 9252542.
HSL color Cylindrical-coordinate representation of color #BE2E8D: hue angle of 320.42º 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 #BE2E8D is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 141 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.25 |
| HSL | 320.42º | 0.61% | 0.46% | - |
| HSV(B) | 320.42º | 0.76% | 0.75% | - |
| XYZ | 27.02 | 14.82 | 26.64 | - |
| YUV | 99.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 141 | 0 | 0.76 | 0.26 | 0.25 | 320.42 | 0.61 | 0.46 |
| Hex | BE | 2E | 8D | 0 | 4C | 1A | 19 | 140 | 3D | 2E |
| Octal | 276 | 56 | 215 | 0 | 114 | 32 | 31 | 500 | 75 | 56 |
| Binary | 10111110 | 101110 | 10001101 | 0 | 1001100 | 11010 | 11001 | 101000000 | 111101 | 101110 |
Color Harmonies of #BE2E8D
Complementary color
Monochromatic Colors of #BE2E8D
Black with #BE2E8D
Text Example
Text Example
White with #BE2E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E8D; }
p { color: rgb(190,46,141); }
H1.HeaderClassName
{
color: #BE2E8D;
}
.AnyTagClassName
{
color: #BE2E8D;
}
</style>
background-color css
<style>
a { background-color: #BE2E8D; }
a { background-color: rgb(190,46,141); }
div.DivClassName
{
background-color: #BE2E8D;
}
.BgClassName
{
background-color: #BE2E8D;
}
</style>
border-color css
<style>
span { border-color: #BE2E8D; }
span { border-color: rgb(190,46,141); }
td.TdClassName
{
border-color: #BE2E8D;
}
.TagClassName
{
border-color: #BE2E8D;
}
</style>