Shades of Medium Red Violet #BE2A70
Tints of Medium Red Violet #BE2A70
RGB
CMYK
RGB Variations
Color information
#BE2A70 (or 0xBE2A70) is known color: Medium Red Violet. HEX triplet: BE, 2A and 70. RGB value is (190,42,112). Sum of RGB (Red+Green+Blue) = 190+42+112=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A70 is #41D58F. Grayscale: #5E5E5E. Windows color (decimal): -4314512 or 7350974. OLE color: 7350974.
HSL color Cylindrical-coordinate representation of color #BE2A70: hue angle of 331.62º degrees, saturation: 0.64, 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 #BE2A70 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 112 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.25 |
| HSL | 331.62º | 0.64% | 0.45% | - |
| HSV(B) | 331.62º | 0.78% | 0.75% | - |
| XYZ | 24.99 | 13.77 | 16.67 | - |
| YUV | 94.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 112 | 0 | 0.78 | 0.41 | 0.25 | 331.62 | 0.64 | 0.45 |
| Hex | BE | 2A | 70 | 0 | 4E | 29 | 19 | 14C | 40 | 2D |
| Octal | 276 | 52 | 160 | 0 | 116 | 51 | 31 | 514 | 100 | 55 |
| Binary | 10111110 | 101010 | 1110000 | 0 | 1001110 | 101001 | 11001 | 101001100 | 1000000 | 101101 |
Color Harmonies of #BE2A70
Complementary color
Monochromatic Colors of #BE2A70
Black with #BE2A70
Text Example
Text Example
White with #BE2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A70; }
p { color: rgb(190,42,112); }
H1.HeaderClassName
{
color: #BE2A70;
}
.AnyTagClassName
{
color: #BE2A70;
}
</style>
background-color css
<style>
a { background-color: #BE2A70; }
a { background-color: rgb(190,42,112); }
div.DivClassName
{
background-color: #BE2A70;
}
.BgClassName
{
background-color: #BE2A70;
}
</style>
border-color css
<style>
span { border-color: #BE2A70; }
span { border-color: rgb(190,42,112); }
td.TdClassName
{
border-color: #BE2A70;
}
.TagClassName
{
border-color: #BE2A70;
}
</style>