Shades of Medium Orchid #BE5EEE
Tints of Medium Orchid #BE5EEE
RGB
CMYK
RGB Variations
Color information
#BE5EEE (or 0xBE5EEE) is known color: Medium Orchid. HEX triplet: BE, 5E and EE. RGB value is (190,94,238). Sum of RGB (Red+Green+Blue) = 190+94+238=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 94 (37.11% from 255 or 18.01% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE5EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EEE is #41A111. Grayscale: #8A8A8A. Windows color (decimal): -4301074 or 15621822. OLE color: 15621822.
HSL color Cylindrical-coordinate representation of color #BE5EEE: hue angle of 280º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5EEE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 94 | 238 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.07 |
| HSL | 280º | 0.81% | 0.65% | - |
| HSV(B) | 280º | 0.61% | 0.93% | - |
| XYZ | 40.67 | 25.13 | 83.6 | - |
| YUV | 139.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 238 | 0.20 | 0.61 | 0 | 0.07 | 280 | 0.81 | 0.65 |
| Hex | BE | 5E | EE | 14 | 3D | 0 | 7 | 118 | 51 | 41 |
| Octal | 276 | 136 | 356 | 24 | 75 | 0 | 7 | 430 | 121 | 101 |
| Binary | 10111110 | 1011110 | 11101110 | 10100 | 111101 | 0 | 111 | 100011000 | 1010001 | 1000001 |
Color Harmonies of #BE5EEE
Complementary color
Monochromatic Colors of #BE5EEE
Black with #BE5EEE
Text Example
Text Example
White with #BE5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5EEE; }
p { color: rgb(190,94,238); }
H1.HeaderClassName
{
color: #BE5EEE;
}
.AnyTagClassName
{
color: #BE5EEE;
}
</style>
background-color css
<style>
a { background-color: #BE5EEE; }
a { background-color: rgb(190,94,238); }
div.DivClassName
{
background-color: #BE5EEE;
}
.BgClassName
{
background-color: #BE5EEE;
}
</style>
border-color css
<style>
span { border-color: #BE5EEE; }
span { border-color: rgb(190,94,238); }
td.TdClassName
{
border-color: #BE5EEE;
}
.TagClassName
{
border-color: #BE5EEE;
}
</style>