Shades of Medium Red Violet #BE2D79
Tints of Medium Red Violet #BE2D79
RGB
CMYK
RGB Variations
Color information
#BE2D79 (or 0xBE2D79) is known color: Medium Red Violet. HEX triplet: BE, 2D and 79. RGB value is (190,45,121). Sum of RGB (Red+Green+Blue) = 190+45+121=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D79 is #41D286. Grayscale: #606060. Windows color (decimal): -4313735 or 7941566. OLE color: 7941566.
HSL color Cylindrical-coordinate representation of color #BE2D79: hue angle of 328.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D79 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 121 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.25 |
| HSL | 328.55º | 0.62% | 0.46% | - |
| HSV(B) | 328.55º | 0.76% | 0.75% | - |
| XYZ | 25.62 | 14.2 | 19.48 | - |
| YUV | 97.02 | 141.54 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 121 | 0 | 0.76 | 0.36 | 0.25 | 328.55 | 0.62 | 0.46 |
| Hex | BE | 2D | 79 | 0 | 4C | 24 | 19 | 149 | 3E | 2E |
| Octal | 276 | 55 | 171 | 0 | 114 | 44 | 31 | 511 | 76 | 56 |
| Binary | 10111110 | 101101 | 1111001 | 0 | 1001100 | 100100 | 11001 | 101001001 | 111110 | 101110 |
Color Harmonies of #BE2D79
Complementary color
Monochromatic Colors of #BE2D79
Black with #BE2D79
Text Example
Text Example
White with #BE2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D79; }
p { color: rgb(190,45,121); }
H1.HeaderClassName
{
color: #BE2D79;
}
.AnyTagClassName
{
color: #BE2D79;
}
</style>
background-color css
<style>
a { background-color: #BE2D79; }
a { background-color: rgb(190,45,121); }
div.DivClassName
{
background-color: #BE2D79;
}
.BgClassName
{
background-color: #BE2D79;
}
</style>
border-color css
<style>
span { border-color: #BE2D79; }
span { border-color: rgb(190,45,121); }
td.TdClassName
{
border-color: #BE2D79;
}
.TagClassName
{
border-color: #BE2D79;
}
</style>