Shades of Medium Red Violet #BE2E6E
Tints of Medium Red Violet #BE2E6E
RGB
CMYK
RGB Variations
Color information
#BE2E6E (or 0xBE2E6E) is known color: Medium Red Violet. HEX triplet: BE, 2E and 6E. RGB value is (190,46,110). Sum of RGB (Red+Green+Blue) = 190+46+110=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E6E is #41D191. Grayscale: #606060. Windows color (decimal): -4313490 or 7220926. OLE color: 7220926.
HSL color Cylindrical-coordinate representation of color #BE2E6E: hue angle of 333.33º 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 #BE2E6E is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 46 | 110 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.25 |
| HSL | 333.33º | 0.61% | 0.46% | - |
| HSV(B) | 333.33º | 0.76% | 0.75% | - |
| XYZ | 25.03 | 14.03 | 16.14 | - |
| YUV | 96.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 110 | 0 | 0.76 | 0.42 | 0.25 | 333.33 | 0.61 | 0.46 |
| Hex | BE | 2E | 6E | 0 | 4C | 2A | 19 | 14D | 3D | 2E |
| Octal | 276 | 56 | 156 | 0 | 114 | 52 | 31 | 515 | 75 | 56 |
| Binary | 10111110 | 101110 | 1101110 | 0 | 1001100 | 101010 | 11001 | 101001101 | 111101 | 101110 |
Color Harmonies of #BE2E6E
Complementary color
Monochromatic Colors of #BE2E6E
Black with #BE2E6E
Text Example
Text Example
White with #BE2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2E6E; }
p { color: rgb(190,46,110); }
H1.HeaderClassName
{
color: #BE2E6E;
}
.AnyTagClassName
{
color: #BE2E6E;
}
</style>
background-color css
<style>
a { background-color: #BE2E6E; }
a { background-color: rgb(190,46,110); }
div.DivClassName
{
background-color: #BE2E6E;
}
.BgClassName
{
background-color: #BE2E6E;
}
</style>
border-color css
<style>
span { border-color: #BE2E6E; }
span { border-color: rgb(190,46,110); }
td.TdClassName
{
border-color: #BE2E6E;
}
.TagClassName
{
border-color: #BE2E6E;
}
</style>