Shades of Medium Orchid #BE47EC
Tints of Medium Orchid #BE47EC
RGB
CMYK
RGB Variations
Color information
#BE47EC (or 0xBE47EC) is known color: Medium Orchid. HEX triplet: BE, 47 and EC. RGB value is (190,71,236). Sum of RGB (Red+Green+Blue) = 190+71+236=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE47EC is #41B813. Grayscale: #7C7C7C. Windows color (decimal): -4306964 or 15484862. OLE color: 15484862.
HSL color Cylindrical-coordinate representation of color #BE47EC: hue angle of 283.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE47EC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 71 | 236 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.07 |
| HSL | 283.27º | 0.81% | 0.6% | - |
| HSV(B) | 283.27º | 0.7% | 0.93% | - |
| XYZ | 38.63 | 21.51 | 81.47 | - |
| YUV | 125.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 71 | 236 | 0.19 | 0.70 | 0 | 0.07 | 283.27 | 0.81 | 0.6 |
| Hex | BE | 47 | EC | 13 | 46 | 0 | 7 | 11B | 51 | 3C |
| Octal | 276 | 107 | 354 | 23 | 106 | 0 | 7 | 433 | 121 | 74 |
| Binary | 10111110 | 1000111 | 11101100 | 10011 | 1000110 | 0 | 111 | 100011011 | 1010001 | 111100 |
Color Harmonies of #BE47EC
Complementary color
Monochromatic Colors of #BE47EC
Black with #BE47EC
Text Example
Text Example
White with #BE47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE47EC; }
p { color: rgb(190,71,236); }
H1.HeaderClassName
{
color: #BE47EC;
}
.AnyTagClassName
{
color: #BE47EC;
}
</style>
background-color css
<style>
a { background-color: #BE47EC; }
a { background-color: rgb(190,71,236); }
div.DivClassName
{
background-color: #BE47EC;
}
.BgClassName
{
background-color: #BE47EC;
}
</style>
border-color css
<style>
span { border-color: #BE47EC; }
span { border-color: rgb(190,71,236); }
td.TdClassName
{
border-color: #BE47EC;
}
.TagClassName
{
border-color: #BE47EC;
}
</style>