Shades of Medium Red Violet #BE2D73
Tints of Medium Red Violet #BE2D73
RGB
CMYK
RGB Variations
Color information
#BE2D73 (or 0xBE2D73) is known color: Medium Red Violet. HEX triplet: BE, 2D and 73. RGB value is (190,45,115). Sum of RGB (Red+Green+Blue) = 190+45+115=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D73 is #41D28C. Grayscale: #606060. Windows color (decimal): -4313741 or 7548350. OLE color: 7548350.
HSL color Cylindrical-coordinate representation of color #BE2D73: hue angle of 331.03º degrees, saturation: 0.62, 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 #BE2D73 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 115 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.25 |
| HSL | 331.03º | 0.62% | 0.46% | - |
| HSV(B) | 331.03º | 0.76% | 0.75% | - |
| XYZ | 25.27 | 14.06 | 17.6 | - |
| YUV | 96.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 115 | 0 | 0.76 | 0.39 | 0.25 | 331.03 | 0.62 | 0.46 |
| Hex | BE | 2D | 73 | 0 | 4C | 27 | 19 | 14B | 3E | 2E |
| Octal | 276 | 55 | 163 | 0 | 114 | 47 | 31 | 513 | 76 | 56 |
| Binary | 10111110 | 101101 | 1110011 | 0 | 1001100 | 100111 | 11001 | 101001011 | 111110 | 101110 |
Color Harmonies of #BE2D73
Complementary color
Monochromatic Colors of #BE2D73
Black with #BE2D73
Text Example
Text Example
White with #BE2D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D73; }
p { color: rgb(190,45,115); }
H1.HeaderClassName
{
color: #BE2D73;
}
.AnyTagClassName
{
color: #BE2D73;
}
</style>
background-color css
<style>
a { background-color: #BE2D73; }
a { background-color: rgb(190,45,115); }
div.DivClassName
{
background-color: #BE2D73;
}
.BgClassName
{
background-color: #BE2D73;
}
</style>
border-color css
<style>
span { border-color: #BE2D73; }
span { border-color: rgb(190,45,115); }
td.TdClassName
{
border-color: #BE2D73;
}
.TagClassName
{
border-color: #BE2D73;
}
</style>