Shades of Medium Orchid #BE56EE
Tints of Medium Orchid #BE56EE
RGB
CMYK
RGB Variations
Color information
#BE56EE (or 0xBE56EE) is known color: Medium Orchid. HEX triplet: BE, 56 and EE. RGB value is (190,86,238). Sum of RGB (Red+Green+Blue) = 190+86+238=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE56EE is #41A911. Grayscale: #858585. Windows color (decimal): -4303122 or 15619774. OLE color: 15619774.
HSL color Cylindrical-coordinate representation of color #BE56EE: hue angle of 281.05º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE56EE is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 86 | 238 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.07 |
| HSL | 281.05º | 0.82% | 0.64% | - |
| HSV(B) | 281.05º | 0.64% | 0.93% | - |
| XYZ | 40 | 23.78 | 83.37 | - |
| YUV | 134.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 238 | 0.20 | 0.64 | 0 | 0.07 | 281.05 | 0.82 | 0.64 |
| Hex | BE | 56 | EE | 14 | 40 | 0 | 7 | 119 | 52 | 40 |
| Octal | 276 | 126 | 356 | 24 | 100 | 0 | 7 | 431 | 122 | 100 |
| Binary | 10111110 | 1010110 | 11101110 | 10100 | 1000000 | 0 | 111 | 100011001 | 1010010 | 1000000 |
Color Harmonies of #BE56EE
Complementary color
Monochromatic Colors of #BE56EE
Black with #BE56EE
Text Example
Text Example
White with #BE56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE56EE; }
p { color: rgb(190,86,238); }
H1.HeaderClassName
{
color: #BE56EE;
}
.AnyTagClassName
{
color: #BE56EE;
}
</style>
background-color css
<style>
a { background-color: #BE56EE; }
a { background-color: rgb(190,86,238); }
div.DivClassName
{
background-color: #BE56EE;
}
.BgClassName
{
background-color: #BE56EE;
}
</style>
border-color css
<style>
span { border-color: #BE56EE; }
span { border-color: rgb(190,86,238); }
td.TdClassName
{
border-color: #BE56EE;
}
.TagClassName
{
border-color: #BE56EE;
}
</style>