Shades of Medium Red Violet #BE2FA0
Tints of Medium Red Violet #BE2FA0
RGB
CMYK
RGB Variations
Color information
#BE2FA0 (or 0xBE2FA0) is known color: Medium Red Violet. HEX triplet: BE, 2F and A0. RGB value is (190,47,160). Sum of RGB (Red+Green+Blue) = 190+47+160=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FA0 is #41D05F. Grayscale: #666666. Windows color (decimal): -4313184 or 10497982. OLE color: 10497982.
HSL color Cylindrical-coordinate representation of color #BE2FA0: hue angle of 312.59º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE2FA0 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 160 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.25 |
| HSL | 312.59º | 0.6% | 0.46% | - |
| HSV(B) | 312.59º | 0.75% | 0.75% | - |
| XYZ | 28.6 | 15.52 | 34.75 | - |
| YUV | 102.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 160 | 0 | 0.75 | 0.16 | 0.25 | 312.59 | 0.6 | 0.46 |
| Hex | BE | 2F | A0 | 0 | 4B | 10 | 19 | 139 | 3C | 2E |
| Octal | 276 | 57 | 240 | 0 | 113 | 20 | 31 | 471 | 74 | 56 |
| Binary | 10111110 | 101111 | 10100000 | 0 | 1001011 | 10000 | 11001 | 100111001 | 111100 | 101110 |
Color Harmonies of #BE2FA0
Complementary color
Monochromatic Colors of #BE2FA0
Black with #BE2FA0
Text Example
Text Example
White with #BE2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2FA0; }
p { color: rgb(190,47,160); }
H1.HeaderClassName
{
color: #BE2FA0;
}
.AnyTagClassName
{
color: #BE2FA0;
}
</style>
background-color css
<style>
a { background-color: #BE2FA0; }
a { background-color: rgb(190,47,160); }
div.DivClassName
{
background-color: #BE2FA0;
}
.BgClassName
{
background-color: #BE2FA0;
}
</style>
border-color css
<style>
span { border-color: #BE2FA0; }
span { border-color: rgb(190,47,160); }
td.TdClassName
{
border-color: #BE2FA0;
}
.TagClassName
{
border-color: #BE2FA0;
}
</style>