Shades of Medium Red Violet #BE3A8D
Tints of Medium Red Violet #BE3A8D
RGB
CMYK
RGB Variations
Color information
#BE3A8D (or 0xBE3A8D) is known color: Medium Red Violet. HEX triplet: BE, 3A and 8D. RGB value is (190,58,141). Sum of RGB (Red+Green+Blue) = 190+58+141=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A8D is #41C572. Grayscale: #6A6A6A. Windows color (decimal): -4310387 or 9255614. OLE color: 9255614.
HSL color Cylindrical-coordinate representation of color #BE3A8D: hue angle of 322.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A8D is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 141 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.25 |
| HSL | 322.27º | 0.53% | 0.49% | - |
| HSV(B) | 322.27º | 0.69% | 0.75% | - |
| XYZ | 27.56 | 15.9 | 26.82 | - |
| YUV | 106.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 141 | 0 | 0.69 | 0.26 | 0.25 | 322.27 | 0.53 | 0.49 |
| Hex | BE | 3A | 8D | 0 | 45 | 1A | 19 | 142 | 35 | 31 |
| Octal | 276 | 72 | 215 | 0 | 105 | 32 | 31 | 502 | 65 | 61 |
| Binary | 10111110 | 111010 | 10001101 | 0 | 1000101 | 11010 | 11001 | 101000010 | 110101 | 110001 |
Color Harmonies of #BE3A8D
Complementary color
Monochromatic Colors of #BE3A8D
Black with #BE3A8D
Text Example
Text Example
White with #BE3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A8D; }
p { color: rgb(190,58,141); }
H1.HeaderClassName
{
color: #BE3A8D;
}
.AnyTagClassName
{
color: #BE3A8D;
}
</style>
background-color css
<style>
a { background-color: #BE3A8D; }
a { background-color: rgb(190,58,141); }
div.DivClassName
{
background-color: #BE3A8D;
}
.BgClassName
{
background-color: #BE3A8D;
}
</style>
border-color css
<style>
span { border-color: #BE3A8D; }
span { border-color: rgb(190,58,141); }
td.TdClassName
{
border-color: #BE3A8D;
}
.TagClassName
{
border-color: #BE3A8D;
}
</style>