Shades of Medium Red Violet #BE296F
Tints of Medium Red Violet #BE296F
RGB
CMYK
RGB Variations
Color information
#BE296F (or 0xBE296F) is known color: Medium Red Violet. HEX triplet: BE, 29 and 6F. RGB value is (190,41,111). Sum of RGB (Red+Green+Blue) = 190+41+111=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE296F is #41D690. Grayscale: #5D5D5D. Windows color (decimal): -4314769 or 7285182. OLE color: 7285182.
HSL color Cylindrical-coordinate representation of color #BE296F: hue angle of 331.81º 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 #BE296F is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 111 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.25 |
| HSL | 331.81º | 0.65% | 0.45% | - |
| HSV(B) | 331.81º | 0.78% | 0.75% | - |
| XYZ | 24.9 | 13.68 | 16.37 | - |
| YUV | 93.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 111 | 0 | 0.78 | 0.42 | 0.25 | 331.81 | 0.65 | 0.45 |
| Hex | BE | 29 | 6F | 0 | 4E | 2A | 19 | 14C | 41 | 2D |
| Octal | 276 | 51 | 157 | 0 | 116 | 52 | 31 | 514 | 101 | 55 |
| Binary | 10111110 | 101001 | 1101111 | 0 | 1001110 | 101010 | 11001 | 101001100 | 1000001 | 101101 |
Color Harmonies of #BE296F
Complementary color
Monochromatic Colors of #BE296F
Black with #BE296F
Text Example
Text Example
White with #BE296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE296F; }
p { color: rgb(190,41,111); }
H1.HeaderClassName
{
color: #BE296F;
}
.AnyTagClassName
{
color: #BE296F;
}
</style>
background-color css
<style>
a { background-color: #BE296F; }
a { background-color: rgb(190,41,111); }
div.DivClassName
{
background-color: #BE296F;
}
.BgClassName
{
background-color: #BE296F;
}
</style>
border-color css
<style>
span { border-color: #BE296F; }
span { border-color: rgb(190,41,111); }
td.TdClassName
{
border-color: #BE296F;
}
.TagClassName
{
border-color: #BE296F;
}
</style>