Shades of Medium Red Violet #BE2E8C
Tints of Medium Red Violet #BE2E8C
RGB
CMYK
RGB Variations
Color information
#BE2E8C (or 0xBE2E8C) is known color: Medium Red Violet. HEX triplet: BE, 2E and 8C. RGB value is (190,46,140). Sum of RGB (Red+Green+Blue) = 190+46+140=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2E8C is #41D173. Grayscale: #636363. Windows color (decimal): -4313460 or 9187006. OLE color: 9187006.
HSL color Cylindrical-coordinate representation of color #BE2E8C: hue angle of 320.83º 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 #BE2E8C is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 140 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.25 |
| HSL | 320.83º | 0.61% | 0.46% | - |
| HSV(B) | 320.83º | 0.76% | 0.75% | - |
| XYZ | 26.95 | 14.79 | 26.25 | - |
| YUV | 99.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 140 | 0 | 0.76 | 0.26 | 0.25 | 320.83 | 0.61 | 0.46 |
| Hex | BE | 2E | 8C | 0 | 4C | 1A | 19 | 141 | 3D | 2E |
| Octal | 276 | 56 | 214 | 0 | 114 | 32 | 31 | 501 | 75 | 56 |
| Binary | 10111110 | 101110 | 10001100 | 0 | 1001100 | 11010 | 11001 | 101000001 | 111101 | 101110 |
Color Harmonies of #BE2E8C
Complementary color
Monochromatic Colors of #BE2E8C
Black with #BE2E8C
Text Example
Text Example
White with #BE2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E8C; }
p { color: rgb(190,46,140); }
H1.HeaderClassName
{
color: #BE2E8C;
}
.AnyTagClassName
{
color: #BE2E8C;
}
</style>
background-color css
<style>
a { background-color: #BE2E8C; }
a { background-color: rgb(190,46,140); }
div.DivClassName
{
background-color: #BE2E8C;
}
.BgClassName
{
background-color: #BE2E8C;
}
</style>
border-color css
<style>
span { border-color: #BE2E8C; }
span { border-color: rgb(190,46,140); }
td.TdClassName
{
border-color: #BE2E8C;
}
.TagClassName
{
border-color: #BE2E8C;
}
</style>