Shades of Medium Violet Red #BE2184
Tints of Medium Violet Red #BE2184
RGB
CMYK
RGB Variations
Color information
#BE2184 (or 0xBE2184) is known color: Medium Violet Red. HEX triplet: BE, 21 and 84. RGB value is (190,33,132). Sum of RGB (Red+Green+Blue) = 190+33+132=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2184 is #41DE7B. Grayscale: #5A5A5A. Windows color (decimal): -4316796 or 8659390. OLE color: 8659390.
HSL color Cylindrical-coordinate representation of color #BE2184: hue angle of 322.17º 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 #BE2184 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 132 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.25 |
| HSL | 322.17º | 0.7% | 0.44% | - |
| HSV(B) | 322.17º | 0.83% | 0.75% | - |
| XYZ | 25.94 | 13.7 | 23.11 | - |
| YUV | 91.23 | 151.01 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 132 | 0 | 0.83 | 0.31 | 0.25 | 322.17 | 0.7 | 0.44 |
| Hex | BE | 21 | 84 | 0 | 53 | 1F | 19 | 142 | 46 | 2C |
| Octal | 276 | 41 | 204 | 0 | 123 | 37 | 31 | 502 | 106 | 54 |
| Binary | 10111110 | 100001 | 10000100 | 0 | 1010011 | 11111 | 11001 | 101000010 | 1000110 | 101100 |
Color Harmonies of #BE2184
Complementary color
Monochromatic Colors of #BE2184
Black with #BE2184
Text Example
Text Example
White with #BE2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2184; }
p { color: rgb(190,33,132); }
H1.HeaderClassName
{
color: #BE2184;
}
.AnyTagClassName
{
color: #BE2184;
}
</style>
background-color css
<style>
a { background-color: #BE2184; }
a { background-color: rgb(190,33,132); }
div.DivClassName
{
background-color: #BE2184;
}
.BgClassName
{
background-color: #BE2184;
}
</style>
border-color css
<style>
span { border-color: #BE2184; }
span { border-color: rgb(190,33,132); }
td.TdClassName
{
border-color: #BE2184;
}
.TagClassName
{
border-color: #BE2184;
}
</style>