Shades of Medium Violet Red #BE2182
Tints of Medium Violet Red #BE2182
RGB
CMYK
RGB Variations
Color information
#BE2182 (or 0xBE2182) is known color: Medium Violet Red. HEX triplet: BE, 21 and 82. RGB value is (190,33,130). Sum of RGB (Red+Green+Blue) = 190+33+130=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2182 is #41DE7D. Grayscale: #5A5A5A. Windows color (decimal): -4316798 or 8528318. OLE color: 8528318.
HSL color Cylindrical-coordinate representation of color #BE2182: hue angle of 322.93º 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 #BE2182 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 130 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.25 |
| HSL | 322.93º | 0.7% | 0.44% | - |
| HSV(B) | 322.93º | 0.83% | 0.75% | - |
| XYZ | 25.81 | 13.65 | 22.39 | - |
| YUV | 91 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 130 | 0 | 0.83 | 0.32 | 0.25 | 322.93 | 0.7 | 0.44 |
| Hex | BE | 21 | 82 | 0 | 53 | 20 | 19 | 143 | 46 | 2C |
| Octal | 276 | 41 | 202 | 0 | 123 | 40 | 31 | 503 | 106 | 54 |
| Binary | 10111110 | 100001 | 10000010 | 0 | 1010011 | 100000 | 11001 | 101000011 | 1000110 | 101100 |
Color Harmonies of #BE2182
Complementary color
Monochromatic Colors of #BE2182
Black with #BE2182
Text Example
Text Example
White with #BE2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2182; }
p { color: rgb(190,33,130); }
H1.HeaderClassName
{
color: #BE2182;
}
.AnyTagClassName
{
color: #BE2182;
}
</style>
background-color css
<style>
a { background-color: #BE2182; }
a { background-color: rgb(190,33,130); }
div.DivClassName
{
background-color: #BE2182;
}
.BgClassName
{
background-color: #BE2182;
}
</style>
border-color css
<style>
span { border-color: #BE2182; }
span { border-color: rgb(190,33,130); }
td.TdClassName
{
border-color: #BE2182;
}
.TagClassName
{
border-color: #BE2182;
}
</style>