Shades of Medium Orchid #BE50EE
Tints of Medium Orchid #BE50EE
RGB
CMYK
RGB Variations
Color information
#BE50EE (or 0xBE50EE) is known color: Medium Orchid. HEX triplet: BE, 50 and EE. RGB value is (190,80,238). Sum of RGB (Red+Green+Blue) = 190+80+238=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50EE is #41AF11. Grayscale: #828282. Windows color (decimal): -4304658 or 15618238. OLE color: 15618238.
HSL color Cylindrical-coordinate representation of color #BE50EE: hue angle of 281.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE50EE is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 80 | 238 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.07 |
| HSL | 281.77º | 0.82% | 0.62% | - |
| HSV(B) | 281.77º | 0.66% | 0.93% | - |
| XYZ | 39.54 | 22.86 | 83.22 | - |
| YUV | 130.9 | 188.44 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 80 | 238 | 0.20 | 0.66 | 0 | 0.07 | 281.77 | 0.82 | 0.62 |
| Hex | BE | 50 | EE | 14 | 42 | 0 | 7 | 11A | 52 | 3E |
| Octal | 276 | 120 | 356 | 24 | 102 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111110 | 1010000 | 11101110 | 10100 | 1000010 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BE50EE
Complementary color
Monochromatic Colors of #BE50EE
Black with #BE50EE
Text Example
Text Example
White with #BE50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE50EE; }
p { color: rgb(190,80,238); }
H1.HeaderClassName
{
color: #BE50EE;
}
.AnyTagClassName
{
color: #BE50EE;
}
</style>
background-color css
<style>
a { background-color: #BE50EE; }
a { background-color: rgb(190,80,238); }
div.DivClassName
{
background-color: #BE50EE;
}
.BgClassName
{
background-color: #BE50EE;
}
</style>
border-color css
<style>
span { border-color: #BE50EE; }
span { border-color: rgb(190,80,238); }
td.TdClassName
{
border-color: #BE50EE;
}
.TagClassName
{
border-color: #BE50EE;
}
</style>