Shades of Medium Orchid #BE4EEE
Tints of Medium Orchid #BE4EEE
RGB
CMYK
RGB Variations
Color information
#BE4EEE (or 0xBE4EEE) is known color: Medium Orchid. HEX triplet: BE, 4E and EE. RGB value is (190,78,238). Sum of RGB (Red+Green+Blue) = 190+78+238=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EEE is #41B111. Grayscale: #818181. Windows color (decimal): -4305170 or 15617726. OLE color: 15617726.
HSL color Cylindrical-coordinate representation of color #BE4EEE: hue angle of 282º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE4EEE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 78 | 238 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.07 |
| HSL | 282º | 0.82% | 0.62% | - |
| HSV(B) | 282º | 0.67% | 0.93% | - |
| XYZ | 39.39 | 22.57 | 83.17 | - |
| YUV | 129.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 238 | 0.20 | 0.67 | 0 | 0.07 | 282 | 0.82 | 0.62 |
| Hex | BE | 4E | EE | 14 | 43 | 0 | 7 | 11A | 52 | 3E |
| Octal | 276 | 116 | 356 | 24 | 103 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111110 | 1001110 | 11101110 | 10100 | 1000011 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BE4EEE
Complementary color
Monochromatic Colors of #BE4EEE
Black with #BE4EEE
Text Example
Text Example
White with #BE4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EEE; }
p { color: rgb(190,78,238); }
H1.HeaderClassName
{
color: #BE4EEE;
}
.AnyTagClassName
{
color: #BE4EEE;
}
</style>
background-color css
<style>
a { background-color: #BE4EEE; }
a { background-color: rgb(190,78,238); }
div.DivClassName
{
background-color: #BE4EEE;
}
.BgClassName
{
background-color: #BE4EEE;
}
</style>
border-color css
<style>
span { border-color: #BE4EEE; }
span { border-color: rgb(190,78,238); }
td.TdClassName
{
border-color: #BE4EEE;
}
.TagClassName
{
border-color: #BE4EEE;
}
</style>