Shades of Medium Orchid #BE46F0
Tints of Medium Orchid #BE46F0
RGB
CMYK
RGB Variations
Color information
#BE46F0 (or 0xBE46F0) is known color: Medium Orchid. HEX triplet: BE, 46 and F0. RGB value is (190,70,240). Sum of RGB (Red+Green+Blue) = 190+70+240=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE46F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE46F0 is #41B90F. Grayscale: #7C7C7C. Windows color (decimal): -4307216 or 15746750. OLE color: 15746750.
HSL color Cylindrical-coordinate representation of color #BE46F0: hue angle of 282.35º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE46F0 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 70 | 240 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.06 |
| HSL | 282.35º | 0.85% | 0.61% | - |
| HSV(B) | 282.35º | 0.71% | 0.94% | - |
| XYZ | 39.15 | 21.62 | 84.55 | - |
| YUV | 125.26 | 192.76 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 70 | 240 | 0.21 | 0.71 | 0 | 0.06 | 282.35 | 0.85 | 0.61 |
| Hex | BE | 46 | F0 | 15 | 47 | 0 | 6 | 11A | 55 | 3D |
| Octal | 276 | 106 | 360 | 25 | 107 | 0 | 6 | 432 | 125 | 75 |
| Binary | 10111110 | 1000110 | 11110000 | 10101 | 1000111 | 0 | 110 | 100011010 | 1010101 | 111101 |
Color Harmonies of #BE46F0
Complementary color
Monochromatic Colors of #BE46F0
Black with #BE46F0
Text Example
Text Example
White with #BE46F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE46F0; }
p { color: rgb(190,70,240); }
H1.HeaderClassName
{
color: #BE46F0;
}
.AnyTagClassName
{
color: #BE46F0;
}
</style>
background-color css
<style>
a { background-color: #BE46F0; }
a { background-color: rgb(190,70,240); }
div.DivClassName
{
background-color: #BE46F0;
}
.BgClassName
{
background-color: #BE46F0;
}
</style>
border-color css
<style>
span { border-color: #BE46F0; }
span { border-color: rgb(190,70,240); }
td.TdClassName
{
border-color: #BE46F0;
}
.TagClassName
{
border-color: #BE46F0;
}
</style>