Shades of Medium Red Violet #BE2C84
Tints of Medium Red Violet #BE2C84
RGB
CMYK
RGB Variations
Color information
#BE2C84 (or 0xBE2C84) is known color: Medium Red Violet. HEX triplet: BE, 2C and 84. RGB value is (190,44,132). Sum of RGB (Red+Green+Blue) = 190+44+132=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2C84 is #41D37B. Grayscale: #616161. Windows color (decimal): -4313980 or 8662206. OLE color: 8662206.
HSL color Cylindrical-coordinate representation of color #BE2C84: hue angle of 323.84º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C84 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 132 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.25 |
| HSL | 323.84º | 0.62% | 0.46% | - |
| HSV(B) | 323.84º | 0.77% | 0.75% | - |
| XYZ | 26.3 | 14.41 | 23.23 | - |
| YUV | 97.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 132 | 0 | 0.77 | 0.31 | 0.25 | 323.84 | 0.62 | 0.46 |
| Hex | BE | 2C | 84 | 0 | 4D | 1F | 19 | 144 | 3E | 2E |
| Octal | 276 | 54 | 204 | 0 | 115 | 37 | 31 | 504 | 76 | 56 |
| Binary | 10111110 | 101100 | 10000100 | 0 | 1001101 | 11111 | 11001 | 101000100 | 111110 | 101110 |
Color Harmonies of #BE2C84
Complementary color
Monochromatic Colors of #BE2C84
Black with #BE2C84
Text Example
Text Example
White with #BE2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C84; }
p { color: rgb(190,44,132); }
H1.HeaderClassName
{
color: #BE2C84;
}
.AnyTagClassName
{
color: #BE2C84;
}
</style>
background-color css
<style>
a { background-color: #BE2C84; }
a { background-color: rgb(190,44,132); }
div.DivClassName
{
background-color: #BE2C84;
}
.BgClassName
{
background-color: #BE2C84;
}
</style>
border-color css
<style>
span { border-color: #BE2C84; }
span { border-color: rgb(190,44,132); }
td.TdClassName
{
border-color: #BE2C84;
}
.TagClassName
{
border-color: #BE2C84;
}
</style>