Shades of Medium Red Violet #BE299B
Tints of Medium Red Violet #BE299B
RGB
CMYK
RGB Variations
Color information
#BE299B (or 0xBE299B) is known color: Medium Red Violet. HEX triplet: BE, 29 and 9B. RGB value is (190,41,155). Sum of RGB (Red+Green+Blue) = 190+41+155=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE299B is #41D664. Grayscale: #626262. Windows color (decimal): -4314725 or 10168766. OLE color: 10168766.
HSL color Cylindrical-coordinate representation of color #BE299B: hue angle of 314.09º 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 #BE299B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 155 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.25 |
| HSL | 314.09º | 0.65% | 0.45% | - |
| HSV(B) | 314.09º | 0.78% | 0.75% | - |
| XYZ | 27.94 | 14.9 | 32.41 | - |
| YUV | 98.55 | 159.86 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 155 | 0 | 0.78 | 0.18 | 0.25 | 314.09 | 0.65 | 0.45 |
| Hex | BE | 29 | 9B | 0 | 4E | 12 | 19 | 13A | 41 | 2D |
| Octal | 276 | 51 | 233 | 0 | 116 | 22 | 31 | 472 | 101 | 55 |
| Binary | 10111110 | 101001 | 10011011 | 0 | 1001110 | 10010 | 11001 | 100111010 | 1000001 | 101101 |
Color Harmonies of #BE299B
Complementary color
Monochromatic Colors of #BE299B
Black with #BE299B
Text Example
Text Example
White with #BE299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE299B; }
p { color: rgb(190,41,155); }
H1.HeaderClassName
{
color: #BE299B;
}
.AnyTagClassName
{
color: #BE299B;
}
</style>
background-color css
<style>
a { background-color: #BE299B; }
a { background-color: rgb(190,41,155); }
div.DivClassName
{
background-color: #BE299B;
}
.BgClassName
{
background-color: #BE299B;
}
</style>
border-color css
<style>
span { border-color: #BE299B; }
span { border-color: rgb(190,41,155); }
td.TdClassName
{
border-color: #BE299B;
}
.TagClassName
{
border-color: #BE299B;
}
</style>