Shades of Medium Orchid #BE39EE
Tints of Medium Orchid #BE39EE
RGB
CMYK
RGB Variations
Color information
#BE39EE (or 0xBE39EE) is known color: Medium Orchid. HEX triplet: BE, 39 and EE. RGB value is (190,57,238). Sum of RGB (Red+Green+Blue) = 190+57+238=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 57 (22.66% from 255 or 11.75% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE39EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE39EE is #41C611. Grayscale: #747474. Windows color (decimal): -4310546 or 15612350. OLE color: 15612350.
HSL color Cylindrical-coordinate representation of color #BE39EE: hue angle of 284.09º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE39EE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 57 | 238 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.07 |
| HSL | 284.09º | 0.84% | 0.58% | - |
| HSV(B) | 284.09º | 0.76% | 0.93% | - |
| XYZ | 38.13 | 20.05 | 82.75 | - |
| YUV | 117.4 | 196.06 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 238 | 0.20 | 0.76 | 0 | 0.07 | 284.09 | 0.84 | 0.58 |
| Hex | BE | 39 | EE | 14 | 4C | 0 | 7 | 11C | 54 | 3A |
| Octal | 276 | 71 | 356 | 24 | 114 | 0 | 7 | 434 | 124 | 72 |
| Binary | 10111110 | 111001 | 11101110 | 10100 | 1001100 | 0 | 111 | 100011100 | 1010100 | 111010 |
Color Harmonies of #BE39EE
Complementary color
Monochromatic Colors of #BE39EE
Black with #BE39EE
Text Example
Text Example
White with #BE39EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE39EE; }
p { color: rgb(190,57,238); }
H1.HeaderClassName
{
color: #BE39EE;
}
.AnyTagClassName
{
color: #BE39EE;
}
</style>
background-color css
<style>
a { background-color: #BE39EE; }
a { background-color: rgb(190,57,238); }
div.DivClassName
{
background-color: #BE39EE;
}
.BgClassName
{
background-color: #BE39EE;
}
</style>
border-color css
<style>
span { border-color: #BE39EE; }
span { border-color: rgb(190,57,238); }
td.TdClassName
{
border-color: #BE39EE;
}
.TagClassName
{
border-color: #BE39EE;
}
</style>