Shades of Medium Red Violet #BE29A6
Tints of Medium Red Violet #BE29A6
RGB
CMYK
RGB Variations
Color information
#BE29A6 (or 0xBE29A6) is known color: Medium Red Violet. HEX triplet: BE, 29 and A6. RGB value is (190,41,166). Sum of RGB (Red+Green+Blue) = 190+41+166=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE29A6 is #41D659. Grayscale: #636363. Windows color (decimal): -4314714 or 10889662. OLE color: 10889662.
HSL color Cylindrical-coordinate representation of color #BE29A6: hue angle of 309.66º 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 #BE29A6 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 166 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.25 |
| HSL | 309.66º | 0.65% | 0.45% | - |
| HSV(B) | 309.66º | 0.78% | 0.75% | - |
| XYZ | 28.91 | 15.29 | 37.5 | - |
| YUV | 99.8 | 165.36 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 166 | 0 | 0.78 | 0.13 | 0.25 | 309.66 | 0.65 | 0.45 |
| Hex | BE | 29 | A6 | 0 | 4E | D | 19 | 136 | 41 | 2D |
| Octal | 276 | 51 | 246 | 0 | 116 | 15 | 31 | 466 | 101 | 55 |
| Binary | 10111110 | 101001 | 10100110 | 0 | 1001110 | 1101 | 11001 | 100110110 | 1000001 | 101101 |
Color Harmonies of #BE29A6
Complementary color
Monochromatic Colors of #BE29A6
Black with #BE29A6
Text Example
Text Example
White with #BE29A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29A6; }
p { color: rgb(190,41,166); }
H1.HeaderClassName
{
color: #BE29A6;
}
.AnyTagClassName
{
color: #BE29A6;
}
</style>
background-color css
<style>
a { background-color: #BE29A6; }
a { background-color: rgb(190,41,166); }
div.DivClassName
{
background-color: #BE29A6;
}
.BgClassName
{
background-color: #BE29A6;
}
</style>
border-color css
<style>
span { border-color: #BE29A6; }
span { border-color: rgb(190,41,166); }
td.TdClassName
{
border-color: #BE29A6;
}
.TagClassName
{
border-color: #BE29A6;
}
</style>