Shades of Medium Red Violet #BE2C89
Tints of Medium Red Violet #BE2C89
RGB
CMYK
RGB Variations
Color information
#BE2C89 (or 0xBE2C89) is known color: Medium Red Violet. HEX triplet: BE, 2C and 89. RGB value is (190,44,137). Sum of RGB (Red+Green+Blue) = 190+44+137=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2C89 is #41D376. Grayscale: #626262. Windows color (decimal): -4313975 or 8989886. OLE color: 8989886.
HSL color Cylindrical-coordinate representation of color #BE2C89: hue angle of 321.78º 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 #BE2C89 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 137 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.25 |
| HSL | 321.78º | 0.62% | 0.46% | - |
| HSV(B) | 321.78º | 0.77% | 0.75% | - |
| XYZ | 26.65 | 14.55 | 25.07 | - |
| YUV | 98.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 137 | 0 | 0.77 | 0.28 | 0.25 | 321.78 | 0.62 | 0.46 |
| Hex | BE | 2C | 89 | 0 | 4D | 1C | 19 | 142 | 3E | 2E |
| Octal | 276 | 54 | 211 | 0 | 115 | 34 | 31 | 502 | 76 | 56 |
| Binary | 10111110 | 101100 | 10001001 | 0 | 1001101 | 11100 | 11001 | 101000010 | 111110 | 101110 |
Color Harmonies of #BE2C89
Complementary color
Monochromatic Colors of #BE2C89
Black with #BE2C89
Text Example
Text Example
White with #BE2C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C89; }
p { color: rgb(190,44,137); }
H1.HeaderClassName
{
color: #BE2C89;
}
.AnyTagClassName
{
color: #BE2C89;
}
</style>
background-color css
<style>
a { background-color: #BE2C89; }
a { background-color: rgb(190,44,137); }
div.DivClassName
{
background-color: #BE2C89;
}
.BgClassName
{
background-color: #BE2C89;
}
</style>
border-color css
<style>
span { border-color: #BE2C89; }
span { border-color: rgb(190,44,137); }
td.TdClassName
{
border-color: #BE2C89;
}
.TagClassName
{
border-color: #BE2C89;
}
</style>