Shades of Medium Orchid #BE2EEB
Tints of Medium Orchid #BE2EEB
RGB
CMYK
RGB Variations
Color information
#BE2EEB (or 0xBE2EEB) is known color: Medium Orchid. HEX triplet: BE, 2E and EB. RGB value is (190,46,235). Sum of RGB (Red+Green+Blue) = 190+46+235=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE2EEB is #41D114. Grayscale: #6D6D6D. Windows color (decimal): -4313365 or 15412926. OLE color: 15412926.
HSL color Cylindrical-coordinate representation of color #BE2EEB: hue angle of 285.71º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2EEB is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 46 | 235 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.08 |
| HSL | 285.71º | 0.83% | 0.55% | - |
| HSV(B) | 285.71º | 0.8% | 0.92% | - |
| XYZ | 37.21 | 18.9 | 80.28 | - |
| YUV | 110.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 46 | 235 | 0.19 | 0.80 | 0 | 0.08 | 285.71 | 0.83 | 0.55 |
| Hex | BE | 2E | EB | 13 | 50 | 0 | 8 | 11E | 53 | 37 |
| Octal | 276 | 56 | 353 | 23 | 120 | 0 | 10 | 436 | 123 | 67 |
| Binary | 10111110 | 101110 | 11101011 | 10011 | 1010000 | 0 | 1000 | 100011110 | 1010011 | 110111 |
Color Harmonies of #BE2EEB
Complementary color
Monochromatic Colors of #BE2EEB
Black with #BE2EEB
Text Example
Text Example
White with #BE2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2EEB; }
p { color: rgb(190,46,235); }
H1.HeaderClassName
{
color: #BE2EEB;
}
.AnyTagClassName
{
color: #BE2EEB;
}
</style>
background-color css
<style>
a { background-color: #BE2EEB; }
a { background-color: rgb(190,46,235); }
div.DivClassName
{
background-color: #BE2EEB;
}
.BgClassName
{
background-color: #BE2EEB;
}
</style>
border-color css
<style>
span { border-color: #BE2EEB; }
span { border-color: rgb(190,46,235); }
td.TdClassName
{
border-color: #BE2EEB;
}
.TagClassName
{
border-color: #BE2EEB;
}
</style>