Shades of Medium Orchid #BE2EE9
Tints of Medium Orchid #BE2EE9
RGB
CMYK
RGB Variations
Color information
#BE2EE9 (or 0xBE2EE9) is known color: Medium Orchid. HEX triplet: BE, 2E and E9. RGB value is (190,46,233). Sum of RGB (Red+Green+Blue) = 190+46+233=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 233 (91.41% from 255 or 49.68% from 469); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE2EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EE9 is #41D116. Grayscale: #6D6D6D. Windows color (decimal): -4313367 or 15281854. OLE color: 15281854.
HSL color Cylindrical-coordinate representation of color #BE2EE9: hue angle of 286.2º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2EE9 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 46 | 233 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.09 |
| HSL | 286.2º | 0.81% | 0.55% | - |
| HSV(B) | 286.2º | 0.8% | 0.91% | - |
| XYZ | 36.92 | 18.78 | 78.77 | - |
| YUV | 110.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 233 | 0.18 | 0.80 | 0 | 0.09 | 286.2 | 0.81 | 0.55 |
| Hex | BE | 2E | E9 | 12 | 50 | 0 | 9 | 11E | 51 | 37 |
| Octal | 276 | 56 | 351 | 22 | 120 | 0 | 11 | 436 | 121 | 67 |
| Binary | 10111110 | 101110 | 11101001 | 10010 | 1010000 | 0 | 1001 | 100011110 | 1010001 | 110111 |
Color Harmonies of #BE2EE9
Complementary color
Monochromatic Colors of #BE2EE9
Black with #BE2EE9
Text Example
Text Example
White with #BE2EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EE9; }
p { color: rgb(190,46,233); }
H1.HeaderClassName
{
color: #BE2EE9;
}
.AnyTagClassName
{
color: #BE2EE9;
}
</style>
background-color css
<style>
a { background-color: #BE2EE9; }
a { background-color: rgb(190,46,233); }
div.DivClassName
{
background-color: #BE2EE9;
}
.BgClassName
{
background-color: #BE2EE9;
}
</style>
border-color css
<style>
span { border-color: #BE2EE9; }
span { border-color: rgb(190,46,233); }
td.TdClassName
{
border-color: #BE2EE9;
}
.TagClassName
{
border-color: #BE2EE9;
}
</style>