Shades of Medium Red Violet #BE2CA3
Tints of Medium Red Violet #BE2CA3
RGB
CMYK
RGB Variations
Color information
#BE2CA3 (or 0xBE2CA3) is known color: Medium Red Violet. HEX triplet: BE, 2C and A3. RGB value is (190,44,163). Sum of RGB (Red+Green+Blue) = 190+44+163=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2CA3 is #41D35C. Grayscale: #646464. Windows color (decimal): -4313949 or 10693822. OLE color: 10693822.
HSL color Cylindrical-coordinate representation of color #BE2CA3: hue angle of 311.1º 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 #BE2CA3 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 163 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.25 |
| HSL | 311.1º | 0.62% | 0.46% | - |
| HSV(B) | 311.1º | 0.77% | 0.75% | - |
| XYZ | 28.75 | 15.39 | 36.11 | - |
| YUV | 101.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 163 | 0 | 0.77 | 0.14 | 0.25 | 311.1 | 0.62 | 0.46 |
| Hex | BE | 2C | A3 | 0 | 4D | E | 19 | 137 | 3E | 2E |
| Octal | 276 | 54 | 243 | 0 | 115 | 16 | 31 | 467 | 76 | 56 |
| Binary | 10111110 | 101100 | 10100011 | 0 | 1001101 | 1110 | 11001 | 100110111 | 111110 | 101110 |
Color Harmonies of #BE2CA3
Complementary color
Monochromatic Colors of #BE2CA3
Black with #BE2CA3
Text Example
Text Example
White with #BE2CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2CA3; }
p { color: rgb(190,44,163); }
H1.HeaderClassName
{
color: #BE2CA3;
}
.AnyTagClassName
{
color: #BE2CA3;
}
</style>
background-color css
<style>
a { background-color: #BE2CA3; }
a { background-color: rgb(190,44,163); }
div.DivClassName
{
background-color: #BE2CA3;
}
.BgClassName
{
background-color: #BE2CA3;
}
</style>
border-color css
<style>
span { border-color: #BE2CA3; }
span { border-color: rgb(190,44,163); }
td.TdClassName
{
border-color: #BE2CA3;
}
.TagClassName
{
border-color: #BE2CA3;
}
</style>