Shades of Medium Red Violet #BE2BA3
Tints of Medium Red Violet #BE2BA3
RGB
CMYK
RGB Variations
Color information
#BE2BA3 (or 0xBE2BA3) is known color: Medium Red Violet. HEX triplet: BE, 2B and A3. RGB value is (190,43,163). Sum of RGB (Red+Green+Blue) = 190+43+163=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 43 (17.19% from 255 or 10.86% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2BA3 is #41D45C. Grayscale: #646464. Windows color (decimal): -4314205 or 10693566. OLE color: 10693566.
HSL color Cylindrical-coordinate representation of color #BE2BA3: hue angle of 311.02º degrees, saturation: 0.63, 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 #BE2BA3 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 43 | 163 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.25 |
| HSL | 311.02º | 0.63% | 0.46% | - |
| HSV(B) | 311.02º | 0.77% | 0.75% | - |
| XYZ | 28.71 | 15.32 | 36.09 | - |
| YUV | 100.63 | 163.2 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 163 | 0 | 0.77 | 0.14 | 0.25 | 311.02 | 0.63 | 0.46 |
| Hex | BE | 2B | A3 | 0 | 4D | E | 19 | 137 | 3F | 2E |
| Octal | 276 | 53 | 243 | 0 | 115 | 16 | 31 | 467 | 77 | 56 |
| Binary | 10111110 | 101011 | 10100011 | 0 | 1001101 | 1110 | 11001 | 100110111 | 111111 | 101110 |
Color Harmonies of #BE2BA3
Complementary color
Monochromatic Colors of #BE2BA3
Black with #BE2BA3
Text Example
Text Example
White with #BE2BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BA3; }
p { color: rgb(190,43,163); }
H1.HeaderClassName
{
color: #BE2BA3;
}
.AnyTagClassName
{
color: #BE2BA3;
}
</style>
background-color css
<style>
a { background-color: #BE2BA3; }
a { background-color: rgb(190,43,163); }
div.DivClassName
{
background-color: #BE2BA3;
}
.BgClassName
{
background-color: #BE2BA3;
}
</style>
border-color css
<style>
span { border-color: #BE2BA3; }
span { border-color: rgb(190,43,163); }
td.TdClassName
{
border-color: #BE2BA3;
}
.TagClassName
{
border-color: #BE2BA3;
}
</style>