Shades of Medium Red Violet #BE2C83
Tints of Medium Red Violet #BE2C83
RGB
CMYK
RGB Variations
Color information
#BE2C83 (or 0xBE2C83) is known color: Medium Red Violet. HEX triplet: BE, 2C and 83. RGB value is (190,44,131). Sum of RGB (Red+Green+Blue) = 190+44+131=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2C83 is #41D37C. Grayscale: #616161. Windows color (decimal): -4313981 or 8596670. OLE color: 8596670.
HSL color Cylindrical-coordinate representation of color #BE2C83: hue angle of 324.25º 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 #BE2C83 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 131 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.25 |
| HSL | 324.25º | 0.62% | 0.46% | - |
| HSV(B) | 324.25º | 0.77% | 0.75% | - |
| XYZ | 26.23 | 14.39 | 22.87 | - |
| YUV | 97.57 | 146.87 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 131 | 0 | 0.77 | 0.31 | 0.25 | 324.25 | 0.62 | 0.46 |
| Hex | BE | 2C | 83 | 0 | 4D | 1F | 19 | 144 | 3E | 2E |
| Octal | 276 | 54 | 203 | 0 | 115 | 37 | 31 | 504 | 76 | 56 |
| Binary | 10111110 | 101100 | 10000011 | 0 | 1001101 | 11111 | 11001 | 101000100 | 111110 | 101110 |
Color Harmonies of #BE2C83
Complementary color
Monochromatic Colors of #BE2C83
Black with #BE2C83
Text Example
Text Example
White with #BE2C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C83; }
p { color: rgb(190,44,131); }
H1.HeaderClassName
{
color: #BE2C83;
}
.AnyTagClassName
{
color: #BE2C83;
}
</style>
background-color css
<style>
a { background-color: #BE2C83; }
a { background-color: rgb(190,44,131); }
div.DivClassName
{
background-color: #BE2C83;
}
.BgClassName
{
background-color: #BE2C83;
}
</style>
border-color css
<style>
span { border-color: #BE2C83; }
span { border-color: rgb(190,44,131); }
td.TdClassName
{
border-color: #BE2C83;
}
.TagClassName
{
border-color: #BE2C83;
}
</style>