Shades of Medium Red Violet #BE2D9F
Tints of Medium Red Violet #BE2D9F
RGB
CMYK
RGB Variations
Color information
#BE2D9F (or 0xBE2D9F) is known color: Medium Red Violet. HEX triplet: BE, 2D and 9F. RGB value is (190,45,159). Sum of RGB (Red+Green+Blue) = 190+45+159=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2D9F is #41D260. Grayscale: #656565. Windows color (decimal): -4313697 or 10431934. OLE color: 10431934.
HSL color Cylindrical-coordinate representation of color #BE2D9F: hue angle of 312.83º 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 #BE2D9F is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 159 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.25 |
| HSL | 312.83º | 0.62% | 0.46% | - |
| HSV(B) | 312.83º | 0.76% | 0.75% | - |
| XYZ | 28.43 | 15.33 | 34.26 | - |
| YUV | 101.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 159 | 0 | 0.76 | 0.16 | 0.25 | 312.83 | 0.62 | 0.46 |
| Hex | BE | 2D | 9F | 0 | 4C | 10 | 19 | 139 | 3E | 2E |
| Octal | 276 | 55 | 237 | 0 | 114 | 20 | 31 | 471 | 76 | 56 |
| Binary | 10111110 | 101101 | 10011111 | 0 | 1001100 | 10000 | 11001 | 100111001 | 111110 | 101110 |
Color Harmonies of #BE2D9F
Complementary color
Monochromatic Colors of #BE2D9F
Black with #BE2D9F
Text Example
Text Example
White with #BE2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D9F; }
p { color: rgb(190,45,159); }
H1.HeaderClassName
{
color: #BE2D9F;
}
.AnyTagClassName
{
color: #BE2D9F;
}
</style>
background-color css
<style>
a { background-color: #BE2D9F; }
a { background-color: rgb(190,45,159); }
div.DivClassName
{
background-color: #BE2D9F;
}
.BgClassName
{
background-color: #BE2D9F;
}
</style>
border-color css
<style>
span { border-color: #BE2D9F; }
span { border-color: rgb(190,45,159); }
td.TdClassName
{
border-color: #BE2D9F;
}
.TagClassName
{
border-color: #BE2D9F;
}
</style>