Shades of Medium Orchid #BE4FEE
Tints of Medium Orchid #BE4FEE
RGB
CMYK
RGB Variations
Color information
#BE4FEE (or 0xBE4FEE) is known color: Medium Orchid. HEX triplet: BE, 4F and EE. RGB value is (190,79,238). Sum of RGB (Red+Green+Blue) = 190+79+238=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 79 (31.25% from 255 or 15.58% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FEE is #41B011. Grayscale: #818181. Windows color (decimal): -4304914 or 15617982. OLE color: 15617982.
HSL color Cylindrical-coordinate representation of color #BE4FEE: hue angle of 281.89º 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 #BE4FEE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 79 | 238 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.07 |
| HSL | 281.89º | 0.82% | 0.62% | - |
| HSV(B) | 281.89º | 0.67% | 0.93% | - |
| XYZ | 39.46 | 22.71 | 83.19 | - |
| YUV | 130.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 238 | 0.20 | 0.67 | 0 | 0.07 | 281.89 | 0.82 | 0.62 |
| Hex | BE | 4F | EE | 14 | 43 | 0 | 7 | 11A | 52 | 3E |
| Octal | 276 | 117 | 356 | 24 | 103 | 0 | 7 | 432 | 122 | 76 |
| Binary | 10111110 | 1001111 | 11101110 | 10100 | 1000011 | 0 | 111 | 100011010 | 1010010 | 111110 |
Color Harmonies of #BE4FEE
Complementary color
Monochromatic Colors of #BE4FEE
Black with #BE4FEE
Text Example
Text Example
White with #BE4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4FEE; }
p { color: rgb(190,79,238); }
H1.HeaderClassName
{
color: #BE4FEE;
}
.AnyTagClassName
{
color: #BE4FEE;
}
</style>
background-color css
<style>
a { background-color: #BE4FEE; }
a { background-color: rgb(190,79,238); }
div.DivClassName
{
background-color: #BE4FEE;
}
.BgClassName
{
background-color: #BE4FEE;
}
</style>
border-color css
<style>
span { border-color: #BE4FEE; }
span { border-color: rgb(190,79,238); }
td.TdClassName
{
border-color: #BE4FEE;
}
.TagClassName
{
border-color: #BE4FEE;
}
</style>