Shades of Medium Red Violet #BE29A1
Tints of Medium Red Violet #BE29A1
RGB
CMYK
RGB Variations
Color information
#BE29A1 (or 0xBE29A1) is known color: Medium Red Violet. HEX triplet: BE, 29 and A1. RGB value is (190,41,161). Sum of RGB (Red+Green+Blue) = 190+41+161=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE29A1 is #41D65E. Grayscale: #626262. Windows color (decimal): -4314719 or 10561982. OLE color: 10561982.
HSL color Cylindrical-coordinate representation of color #BE29A1: hue angle of 311.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE29A1 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 161 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.25 |
| HSL | 311.68º | 0.65% | 0.45% | - |
| HSV(B) | 311.68º | 0.78% | 0.75% | - |
| XYZ | 28.46 | 15.11 | 35.13 | - |
| YUV | 99.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 161 | 0 | 0.78 | 0.15 | 0.25 | 311.68 | 0.65 | 0.45 |
| Hex | BE | 29 | A1 | 0 | 4E | F | 19 | 138 | 41 | 2D |
| Octal | 276 | 51 | 241 | 0 | 116 | 17 | 31 | 470 | 101 | 55 |
| Binary | 10111110 | 101001 | 10100001 | 0 | 1001110 | 1111 | 11001 | 100111000 | 1000001 | 101101 |
Color Harmonies of #BE29A1
Complementary color
Monochromatic Colors of #BE29A1
Black with #BE29A1
Text Example
Text Example
White with #BE29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29A1; }
p { color: rgb(190,41,161); }
H1.HeaderClassName
{
color: #BE29A1;
}
.AnyTagClassName
{
color: #BE29A1;
}
</style>
background-color css
<style>
a { background-color: #BE29A1; }
a { background-color: rgb(190,41,161); }
div.DivClassName
{
background-color: #BE29A1;
}
.BgClassName
{
background-color: #BE29A1;
}
</style>
border-color css
<style>
span { border-color: #BE29A1; }
span { border-color: rgb(190,41,161); }
td.TdClassName
{
border-color: #BE29A1;
}
.TagClassName
{
border-color: #BE29A1;
}
</style>