Shades of Medium Red Violet #BE3A8E
Tints of Medium Red Violet #BE3A8E
RGB
CMYK
RGB Variations
Color information
#BE3A8E (or 0xBE3A8E) is known color: Medium Red Violet. HEX triplet: BE, 3A and 8E. RGB value is (190,58,142). Sum of RGB (Red+Green+Blue) = 190+58+142=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A8E is #41C571. Grayscale: #6A6A6A. Windows color (decimal): -4310386 or 9321150. OLE color: 9321150.
HSL color Cylindrical-coordinate representation of color #BE3A8E: hue angle of 321.82º 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 #BE3A8E is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 142 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.25 |
| HSL | 321.82º | 0.53% | 0.49% | - |
| HSV(B) | 321.82º | 0.69% | 0.75% | - |
| XYZ | 27.63 | 15.93 | 27.21 | - |
| YUV | 107.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 142 | 0 | 0.69 | 0.25 | 0.25 | 321.82 | 0.53 | 0.49 |
| Hex | BE | 3A | 8E | 0 | 45 | 19 | 19 | 142 | 35 | 31 |
| Octal | 276 | 72 | 216 | 0 | 105 | 31 | 31 | 502 | 65 | 61 |
| Binary | 10111110 | 111010 | 10001110 | 0 | 1000101 | 11001 | 11001 | 101000010 | 110101 | 110001 |
Color Harmonies of #BE3A8E
Complementary color
Monochromatic Colors of #BE3A8E
Black with #BE3A8E
Text Example
Text Example
White with #BE3A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A8E; }
p { color: rgb(190,58,142); }
H1.HeaderClassName
{
color: #BE3A8E;
}
.AnyTagClassName
{
color: #BE3A8E;
}
</style>
background-color css
<style>
a { background-color: #BE3A8E; }
a { background-color: rgb(190,58,142); }
div.DivClassName
{
background-color: #BE3A8E;
}
.BgClassName
{
background-color: #BE3A8E;
}
</style>
border-color css
<style>
span { border-color: #BE3A8E; }
span { border-color: rgb(190,58,142); }
td.TdClassName
{
border-color: #BE3A8E;
}
.TagClassName
{
border-color: #BE3A8E;
}
</style>