Shades of Medium Red Violet #BE2FA1
Tints of Medium Red Violet #BE2FA1
RGB
CMYK
RGB Variations
Color information
#BE2FA1 (or 0xBE2FA1) is known color: Medium Red Violet. HEX triplet: BE, 2F and A1. RGB value is (190,47,161). Sum of RGB (Red+Green+Blue) = 190+47+161=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2FA1 is #41D05E. Grayscale: #666666. Windows color (decimal): -4313183 or 10563518. OLE color: 10563518.
HSL color Cylindrical-coordinate representation of color #BE2FA1: hue angle of 312.17º 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 #BE2FA1 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 47 | 161 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.25 |
| HSL | 312.17º | 0.6% | 0.46% | - |
| HSV(B) | 312.17º | 0.75% | 0.75% | - |
| XYZ | 28.68 | 15.55 | 35.21 | - |
| YUV | 102.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 47 | 161 | 0 | 0.75 | 0.15 | 0.25 | 312.17 | 0.6 | 0.46 |
| Hex | BE | 2F | A1 | 0 | 4B | F | 19 | 138 | 3C | 2E |
| Octal | 276 | 57 | 241 | 0 | 113 | 17 | 31 | 470 | 74 | 56 |
| Binary | 10111110 | 101111 | 10100001 | 0 | 1001011 | 1111 | 11001 | 100111000 | 111100 | 101110 |
Color Harmonies of #BE2FA1
Complementary color
Monochromatic Colors of #BE2FA1
Black with #BE2FA1
Text Example
Text Example
White with #BE2FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2FA1; }
p { color: rgb(190,47,161); }
H1.HeaderClassName
{
color: #BE2FA1;
}
.AnyTagClassName
{
color: #BE2FA1;
}
</style>
background-color css
<style>
a { background-color: #BE2FA1; }
a { background-color: rgb(190,47,161); }
div.DivClassName
{
background-color: #BE2FA1;
}
.BgClassName
{
background-color: #BE2FA1;
}
</style>
border-color css
<style>
span { border-color: #BE2FA1; }
span { border-color: rgb(190,47,161); }
td.TdClassName
{
border-color: #BE2FA1;
}
.TagClassName
{
border-color: #BE2FA1;
}
</style>