Shades of Medium Orchid #BE49F0
Tints of Medium Orchid #BE49F0
RGB
CMYK
RGB Variations
Color information
#BE49F0 (or 0xBE49F0) is known color: Medium Orchid. HEX triplet: BE, 49 and F0. RGB value is (190,73,240). Sum of RGB (Red+Green+Blue) = 190+73+240=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE49F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49F0 is #41B60F. Grayscale: #7E7E7E. Windows color (decimal): -4306448 or 15747518. OLE color: 15747518.
HSL color Cylindrical-coordinate representation of color #BE49F0: hue angle of 282.04º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE49F0 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 73 | 240 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.06 |
| HSL | 282.04º | 0.85% | 0.61% | - |
| HSV(B) | 282.04º | 0.7% | 0.94% | - |
| XYZ | 39.35 | 22 | 84.61 | - |
| YUV | 127.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 73 | 240 | 0.21 | 0.70 | 0 | 0.06 | 282.04 | 0.85 | 0.61 |
| Hex | BE | 49 | F0 | 15 | 46 | 0 | 6 | 11A | 55 | 3D |
| Octal | 276 | 111 | 360 | 25 | 106 | 0 | 6 | 432 | 125 | 75 |
| Binary | 10111110 | 1001001 | 11110000 | 10101 | 1000110 | 0 | 110 | 100011010 | 1010101 | 111101 |
Color Harmonies of #BE49F0
Complementary color
Monochromatic Colors of #BE49F0
Black with #BE49F0
Text Example
Text Example
White with #BE49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE49F0; }
p { color: rgb(190,73,240); }
H1.HeaderClassName
{
color: #BE49F0;
}
.AnyTagClassName
{
color: #BE49F0;
}
</style>
background-color css
<style>
a { background-color: #BE49F0; }
a { background-color: rgb(190,73,240); }
div.DivClassName
{
background-color: #BE49F0;
}
.BgClassName
{
background-color: #BE49F0;
}
</style>
border-color css
<style>
span { border-color: #BE49F0; }
span { border-color: rgb(190,73,240); }
td.TdClassName
{
border-color: #BE49F0;
}
.TagClassName
{
border-color: #BE49F0;
}
</style>