Shades of Medium Red Violet #BE3A90
Tints of Medium Red Violet #BE3A90
RGB
CMYK
RGB Variations
Color information
#BE3A90 (or 0xBE3A90) is known color: Medium Red Violet. HEX triplet: BE, 3A and 90. RGB value is (190,58,144). Sum of RGB (Red+Green+Blue) = 190+58+144=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A90 is #41C56F. Grayscale: #6B6B6B. Windows color (decimal): -4310384 or 9452222. OLE color: 9452222.
HSL color Cylindrical-coordinate representation of color #BE3A90: hue angle of 320.91º 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 #BE3A90 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 144 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.25 |
| HSL | 320.91º | 0.53% | 0.49% | - |
| HSV(B) | 320.91º | 0.69% | 0.75% | - |
| XYZ | 27.78 | 15.99 | 28.01 | - |
| YUV | 107.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 144 | 0 | 0.69 | 0.24 | 0.25 | 320.91 | 0.53 | 0.49 |
| Hex | BE | 3A | 90 | 0 | 45 | 18 | 19 | 141 | 35 | 31 |
| Octal | 276 | 72 | 220 | 0 | 105 | 30 | 31 | 501 | 65 | 61 |
| Binary | 10111110 | 111010 | 10010000 | 0 | 1000101 | 11000 | 11001 | 101000001 | 110101 | 110001 |
Color Harmonies of #BE3A90
Complementary color
Monochromatic Colors of #BE3A90
Black with #BE3A90
Text Example
Text Example
White with #BE3A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A90; }
p { color: rgb(190,58,144); }
H1.HeaderClassName
{
color: #BE3A90;
}
.AnyTagClassName
{
color: #BE3A90;
}
</style>
background-color css
<style>
a { background-color: #BE3A90; }
a { background-color: rgb(190,58,144); }
div.DivClassName
{
background-color: #BE3A90;
}
.BgClassName
{
background-color: #BE3A90;
}
</style>
border-color css
<style>
span { border-color: #BE3A90; }
span { border-color: rgb(190,58,144); }
td.TdClassName
{
border-color: #BE3A90;
}
.TagClassName
{
border-color: #BE3A90;
}
</style>