Shades of Medium Red Violet #BE3A9E
Tints of Medium Red Violet #BE3A9E
RGB
CMYK
RGB Variations
Color information
#BE3A9E (or 0xBE3A9E) is known color: Medium Red Violet. HEX triplet: BE, 3A and 9E. RGB value is (190,58,158). Sum of RGB (Red+Green+Blue) = 190+58+158=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A9E is #41C561. Grayscale: #6C6C6C. Windows color (decimal): -4310370 or 10369726. OLE color: 10369726.
HSL color Cylindrical-coordinate representation of color #BE3A9E: hue angle of 314.55º 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 #BE3A9E is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 158 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.25 |
| HSL | 314.55º | 0.53% | 0.49% | - |
| HSV(B) | 314.55º | 0.69% | 0.75% | - |
| XYZ | 28.92 | 16.44 | 34 | - |
| YUV | 108.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 158 | 0 | 0.69 | 0.17 | 0.25 | 314.55 | 0.53 | 0.49 |
| Hex | BE | 3A | 9E | 0 | 45 | 11 | 19 | 13B | 35 | 31 |
| Octal | 276 | 72 | 236 | 0 | 105 | 21 | 31 | 473 | 65 | 61 |
| Binary | 10111110 | 111010 | 10011110 | 0 | 1000101 | 10001 | 11001 | 100111011 | 110101 | 110001 |
Color Harmonies of #BE3A9E
Complementary color
Monochromatic Colors of #BE3A9E
Black with #BE3A9E
Text Example
Text Example
White with #BE3A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A9E; }
p { color: rgb(190,58,158); }
H1.HeaderClassName
{
color: #BE3A9E;
}
.AnyTagClassName
{
color: #BE3A9E;
}
</style>
background-color css
<style>
a { background-color: #BE3A9E; }
a { background-color: rgb(190,58,158); }
div.DivClassName
{
background-color: #BE3A9E;
}
.BgClassName
{
background-color: #BE3A9E;
}
</style>
border-color css
<style>
span { border-color: #BE3A9E; }
span { border-color: rgb(190,58,158); }
td.TdClassName
{
border-color: #BE3A9E;
}
.TagClassName
{
border-color: #BE3A9E;
}
</style>