Shades of Medium Orchid #BE40EE
Tints of Medium Orchid #BE40EE
RGB
CMYK
RGB Variations
Color information
#BE40EE (or 0xBE40EE) is known color: Medium Orchid. HEX triplet: BE, 40 and EE. RGB value is (190,64,238). Sum of RGB (Red+Green+Blue) = 190+64+238=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE40EE is #41BF11. Grayscale: #787878. Windows color (decimal): -4308754 or 15614142. OLE color: 15614142.
HSL color Cylindrical-coordinate representation of color #BE40EE: hue angle of 283.45º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE40EE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 64 | 238 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.07 |
| HSL | 283.45º | 0.84% | 0.59% | - |
| HSV(B) | 283.45º | 0.73% | 0.93% | - |
| XYZ | 38.5 | 20.79 | 82.87 | - |
| YUV | 121.51 | 193.74 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 238 | 0.20 | 0.73 | 0 | 0.07 | 283.45 | 0.84 | 0.59 |
| Hex | BE | 40 | EE | 14 | 49 | 0 | 7 | 11B | 54 | 3B |
| Octal | 276 | 100 | 356 | 24 | 111 | 0 | 7 | 433 | 124 | 73 |
| Binary | 10111110 | 1000000 | 11101110 | 10100 | 1001001 | 0 | 111 | 100011011 | 1010100 | 111011 |
Color Harmonies of #BE40EE
Complementary color
Monochromatic Colors of #BE40EE
Black with #BE40EE
Text Example
Text Example
White with #BE40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE40EE; }
p { color: rgb(190,64,238); }
H1.HeaderClassName
{
color: #BE40EE;
}
.AnyTagClassName
{
color: #BE40EE;
}
</style>
background-color css
<style>
a { background-color: #BE40EE; }
a { background-color: rgb(190,64,238); }
div.DivClassName
{
background-color: #BE40EE;
}
.BgClassName
{
background-color: #BE40EE;
}
</style>
border-color css
<style>
span { border-color: #BE40EE; }
span { border-color: rgb(190,64,238); }
td.TdClassName
{
border-color: #BE40EE;
}
.TagClassName
{
border-color: #BE40EE;
}
</style>