Shades of Medium Red Violet #BE297A
Tints of Medium Red Violet #BE297A
RGB
CMYK
RGB Variations
Color information
#BE297A (or 0xBE297A) is known color: Medium Red Violet. HEX triplet: BE, 29 and 7A. RGB value is (190,41,122). Sum of RGB (Red+Green+Blue) = 190+41+122=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE297A is #41D685. Grayscale: #5E5E5E. Windows color (decimal): -4314758 or 8006078. OLE color: 8006078.
HSL color Cylindrical-coordinate representation of color #BE297A: hue angle of 327.38º 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 #BE297A is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 122 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.25 |
| HSL | 327.38º | 0.65% | 0.45% | - |
| HSV(B) | 327.38º | 0.78% | 0.75% | - |
| XYZ | 25.54 | 13.94 | 19.76 | - |
| YUV | 94.79 | 143.36 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 122 | 0 | 0.78 | 0.36 | 0.25 | 327.38 | 0.65 | 0.45 |
| Hex | BE | 29 | 7A | 0 | 4E | 24 | 19 | 147 | 41 | 2D |
| Octal | 276 | 51 | 172 | 0 | 116 | 44 | 31 | 507 | 101 | 55 |
| Binary | 10111110 | 101001 | 1111010 | 0 | 1001110 | 100100 | 11001 | 101000111 | 1000001 | 101101 |
Color Harmonies of #BE297A
Complementary color
Monochromatic Colors of #BE297A
Black with #BE297A
Text Example
Text Example
White with #BE297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE297A; }
p { color: rgb(190,41,122); }
H1.HeaderClassName
{
color: #BE297A;
}
.AnyTagClassName
{
color: #BE297A;
}
</style>
background-color css
<style>
a { background-color: #BE297A; }
a { background-color: rgb(190,41,122); }
div.DivClassName
{
background-color: #BE297A;
}
.BgClassName
{
background-color: #BE297A;
}
</style>
border-color css
<style>
span { border-color: #BE297A; }
span { border-color: rgb(190,41,122); }
td.TdClassName
{
border-color: #BE297A;
}
.TagClassName
{
border-color: #BE297A;
}
</style>