Shades of Medium Red Violet #BE2DA0
Tints of Medium Red Violet #BE2DA0
RGB
CMYK
RGB Variations
Color information
#BE2DA0 (or 0xBE2DA0) is known color: Medium Red Violet. HEX triplet: BE, 2D and A0. RGB value is (190,45,160). Sum of RGB (Red+Green+Blue) = 190+45+160=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2DA0 is #41D25F. Grayscale: #656565. Windows color (decimal): -4313696 or 10497470. OLE color: 10497470.
HSL color Cylindrical-coordinate representation of color #BE2DA0: hue angle of 312.41º 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 #BE2DA0 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 160 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.25 |
| HSL | 312.41º | 0.62% | 0.46% | - |
| HSV(B) | 312.41º | 0.76% | 0.75% | - |
| XYZ | 28.52 | 15.36 | 34.72 | - |
| YUV | 101.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 160 | 0 | 0.76 | 0.16 | 0.25 | 312.41 | 0.62 | 0.46 |
| Hex | BE | 2D | A0 | 0 | 4C | 10 | 19 | 138 | 3E | 2E |
| Octal | 276 | 55 | 240 | 0 | 114 | 20 | 31 | 470 | 76 | 56 |
| Binary | 10111110 | 101101 | 10100000 | 0 | 1001100 | 10000 | 11001 | 100111000 | 111110 | 101110 |
Color Harmonies of #BE2DA0
Complementary color
Monochromatic Colors of #BE2DA0
Black with #BE2DA0
Text Example
Text Example
White with #BE2DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DA0; }
p { color: rgb(190,45,160); }
H1.HeaderClassName
{
color: #BE2DA0;
}
.AnyTagClassName
{
color: #BE2DA0;
}
</style>
background-color css
<style>
a { background-color: #BE2DA0; }
a { background-color: rgb(190,45,160); }
div.DivClassName
{
background-color: #BE2DA0;
}
.BgClassName
{
background-color: #BE2DA0;
}
</style>
border-color css
<style>
span { border-color: #BE2DA0; }
span { border-color: rgb(190,45,160); }
td.TdClassName
{
border-color: #BE2DA0;
}
.TagClassName
{
border-color: #BE2DA0;
}
</style>