Shades of Medium Red Violet #BE3E90
Tints of Medium Red Violet #BE3E90
RGB
CMYK
RGB Variations
Color information
#BE3E90 (or 0xBE3E90) is known color: Medium Red Violet. HEX triplet: BE, 3E and 90. RGB value is (190,62,144). Sum of RGB (Red+Green+Blue) = 190+62+144=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3E90 is #41C16F. Grayscale: #6D6D6D. Windows color (decimal): -4309360 or 9453246. OLE color: 9453246.
HSL color Cylindrical-coordinate representation of color #BE3E90: hue angle of 321.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E90 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 144 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.25 |
| HSL | 321.56º | 0.51% | 0.49% | - |
| HSV(B) | 321.56º | 0.67% | 0.75% | - |
| XYZ | 27.99 | 16.41 | 28.08 | - |
| YUV | 109.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 144 | 0 | 0.67 | 0.24 | 0.25 | 321.56 | 0.51 | 0.49 |
| Hex | BE | 3E | 90 | 0 | 43 | 18 | 19 | 142 | 33 | 31 |
| Octal | 276 | 76 | 220 | 0 | 103 | 30 | 31 | 502 | 63 | 61 |
| Binary | 10111110 | 111110 | 10010000 | 0 | 1000011 | 11000 | 11001 | 101000010 | 110011 | 110001 |
Color Harmonies of #BE3E90
Complementary color
Monochromatic Colors of #BE3E90
Black with #BE3E90
Text Example
Text Example
White with #BE3E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E90; }
p { color: rgb(190,62,144); }
H1.HeaderClassName
{
color: #BE3E90;
}
.AnyTagClassName
{
color: #BE3E90;
}
</style>
background-color css
<style>
a { background-color: #BE3E90; }
a { background-color: rgb(190,62,144); }
div.DivClassName
{
background-color: #BE3E90;
}
.BgClassName
{
background-color: #BE3E90;
}
</style>
border-color css
<style>
span { border-color: #BE3E90; }
span { border-color: rgb(190,62,144); }
td.TdClassName
{
border-color: #BE3E90;
}
.TagClassName
{
border-color: #BE3E90;
}
</style>