Shades of Medium Violet Red #BE2172
Tints of Medium Violet Red #BE2172
RGB
CMYK
RGB Variations
Color information
#BE2172 (or 0xBE2172) is known color: Medium Violet Red. HEX triplet: BE, 21 and 72. RGB value is (190,33,114). Sum of RGB (Red+Green+Blue) = 190+33+114=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2172 is #41DE8D. Grayscale: #595959. Windows color (decimal): -4316814 or 7479742. OLE color: 7479742.
HSL color Cylindrical-coordinate representation of color #BE2172: hue angle of 329.04º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2172 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 114 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.25 |
| HSL | 329.04º | 0.7% | 0.44% | - |
| HSV(B) | 329.04º | 0.83% | 0.75% | - |
| XYZ | 24.82 | 13.25 | 17.17 | - |
| YUV | 89.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 114 | 0 | 0.83 | 0.40 | 0.25 | 329.04 | 0.7 | 0.44 |
| Hex | BE | 21 | 72 | 0 | 53 | 28 | 19 | 149 | 46 | 2C |
| Octal | 276 | 41 | 162 | 0 | 123 | 50 | 31 | 511 | 106 | 54 |
| Binary | 10111110 | 100001 | 1110010 | 0 | 1010011 | 101000 | 11001 | 101001001 | 1000110 | 101100 |
Color Harmonies of #BE2172
Complementary color
Monochromatic Colors of #BE2172
Black with #BE2172
Text Example
Text Example
White with #BE2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2172; }
p { color: rgb(190,33,114); }
H1.HeaderClassName
{
color: #BE2172;
}
.AnyTagClassName
{
color: #BE2172;
}
</style>
background-color css
<style>
a { background-color: #BE2172; }
a { background-color: rgb(190,33,114); }
div.DivClassName
{
background-color: #BE2172;
}
.BgClassName
{
background-color: #BE2172;
}
</style>
border-color css
<style>
span { border-color: #BE2172; }
span { border-color: rgb(190,33,114); }
td.TdClassName
{
border-color: #BE2172;
}
.TagClassName
{
border-color: #BE2172;
}
</style>