Shades of Medium Orchid #BE2EEE
Tints of Medium Orchid #BE2EEE
RGB
CMYK
RGB Variations
Color information
#BE2EEE (or 0xBE2EEE) is known color: Medium Orchid. HEX triplet: BE, 2E and EE. RGB value is (190,46,238). Sum of RGB (Red+Green+Blue) = 190+46+238=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE2EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EEE is #41D111. Grayscale: #6E6E6E. Windows color (decimal): -4313362 or 15609534. OLE color: 15609534.
HSL color Cylindrical-coordinate representation of color #BE2EEE: hue angle of 285º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2EEE is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 46 | 238 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.07 |
| HSL | 285º | 0.85% | 0.56% | - |
| HSV(B) | 285º | 0.81% | 0.93% | - |
| XYZ | 37.64 | 19.07 | 82.59 | - |
| YUV | 110.94 | 199.71 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 238 | 0.20 | 0.81 | 0 | 0.07 | 285 | 0.85 | 0.56 |
| Hex | BE | 2E | EE | 14 | 51 | 0 | 7 | 11D | 55 | 38 |
| Octal | 276 | 56 | 356 | 24 | 121 | 0 | 7 | 435 | 125 | 70 |
| Binary | 10111110 | 101110 | 11101110 | 10100 | 1010001 | 0 | 111 | 100011101 | 1010101 | 111000 |
Color Harmonies of #BE2EEE
Complementary color
Monochromatic Colors of #BE2EEE
Black with #BE2EEE
Text Example
Text Example
White with #BE2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EEE; }
p { color: rgb(190,46,238); }
H1.HeaderClassName
{
color: #BE2EEE;
}
.AnyTagClassName
{
color: #BE2EEE;
}
</style>
background-color css
<style>
a { background-color: #BE2EEE; }
a { background-color: rgb(190,46,238); }
div.DivClassName
{
background-color: #BE2EEE;
}
.BgClassName
{
background-color: #BE2EEE;
}
</style>
border-color css
<style>
span { border-color: #BE2EEE; }
span { border-color: rgb(190,46,238); }
td.TdClassName
{
border-color: #BE2EEE;
}
.TagClassName
{
border-color: #BE2EEE;
}
</style>