Shades of Medium Orchid #BE62EE
Tints of Medium Orchid #BE62EE
RGB
CMYK
RGB Variations
Color information
#BE62EE (or 0xBE62EE) is known color: Medium Orchid. HEX triplet: BE, 62 and EE. RGB value is (190,98,238). Sum of RGB (Red+Green+Blue) = 190+98+238=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 98 (38.67% from 255 or 18.63% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE62EE is #419D11. Grayscale: #8D8D8D. Windows color (decimal): -4300050 or 15622846. OLE color: 15622846.
HSL color Cylindrical-coordinate representation of color #BE62EE: hue angle of 279.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE62EE is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 98 | 238 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.07 |
| HSL | 279.43º | 0.8% | 0.66% | - |
| HSV(B) | 279.43º | 0.59% | 0.93% | - |
| XYZ | 41.04 | 25.86 | 83.72 | - |
| YUV | 141.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 238 | 0.20 | 0.59 | 0 | 0.07 | 279.43 | 0.8 | 0.66 |
| Hex | BE | 62 | EE | 14 | 3B | 0 | 7 | 117 | 50 | 42 |
| Octal | 276 | 142 | 356 | 24 | 73 | 0 | 7 | 427 | 120 | 102 |
| Binary | 10111110 | 1100010 | 11101110 | 10100 | 111011 | 0 | 111 | 100010111 | 1010000 | 1000010 |
Color Harmonies of #BE62EE
Complementary color
Monochromatic Colors of #BE62EE
Black with #BE62EE
Text Example
Text Example
White with #BE62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62EE; }
p { color: rgb(190,98,238); }
H1.HeaderClassName
{
color: #BE62EE;
}
.AnyTagClassName
{
color: #BE62EE;
}
</style>
background-color css
<style>
a { background-color: #BE62EE; }
a { background-color: rgb(190,98,238); }
div.DivClassName
{
background-color: #BE62EE;
}
.BgClassName
{
background-color: #BE62EE;
}
</style>
border-color css
<style>
span { border-color: #BE62EE; }
span { border-color: rgb(190,98,238); }
td.TdClassName
{
border-color: #BE62EE;
}
.TagClassName
{
border-color: #BE62EE;
}
</style>