Shades of Medium Orchid #BE2EEF
Tints of Medium Orchid #BE2EEF
RGB
CMYK
RGB Variations
Color information
#BE2EEF (or 0xBE2EEF) is known color: Medium Orchid. HEX triplet: BE, 2E and EF. RGB value is (190,46,239). Sum of RGB (Red+Green+Blue) = 190+46+239=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EEF is #41D110. Grayscale: #6E6E6E. Windows color (decimal): -4313361 or 15675070. OLE color: 15675070.
HSL color Cylindrical-coordinate representation of color #BE2EEF: hue angle of 284.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2EEF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 46 | 239 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.06 |
| HSL | 284.77º | 0.86% | 0.56% | - |
| HSV(B) | 284.77º | 0.81% | 0.94% | - |
| XYZ | 37.79 | 19.13 | 83.36 | - |
| YUV | 111.06 | 200.21 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 239 | 0.21 | 0.81 | 0 | 0.06 | 284.77 | 0.86 | 0.56 |
| Hex | BE | 2E | EF | 15 | 51 | 0 | 6 | 11D | 56 | 38 |
| Octal | 276 | 56 | 357 | 25 | 121 | 0 | 6 | 435 | 126 | 70 |
| Binary | 10111110 | 101110 | 11101111 | 10101 | 1010001 | 0 | 110 | 100011101 | 1010110 | 111000 |
Color Harmonies of #BE2EEF
Complementary color
Monochromatic Colors of #BE2EEF
Black with #BE2EEF
Text Example
Text Example
White with #BE2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EEF; }
p { color: rgb(190,46,239); }
H1.HeaderClassName
{
color: #BE2EEF;
}
.AnyTagClassName
{
color: #BE2EEF;
}
</style>
background-color css
<style>
a { background-color: #BE2EEF; }
a { background-color: rgb(190,46,239); }
div.DivClassName
{
background-color: #BE2EEF;
}
.BgClassName
{
background-color: #BE2EEF;
}
</style>
border-color css
<style>
span { border-color: #BE2EEF; }
span { border-color: rgb(190,46,239); }
td.TdClassName
{
border-color: #BE2EEF;
}
.TagClassName
{
border-color: #BE2EEF;
}
</style>