Shades of Medium Orchid #BE4EFE
Tints of Medium Orchid #BE4EFE
RGB
CMYK
RGB Variations
Color information
#BE4EFE (or 0xBE4EFE) is known color: Medium Orchid. HEX triplet: BE, 4E and FE. RGB value is (190,78,254). Sum of RGB (Red+Green+Blue) = 190+78+254=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE4EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4EFE is #41B101. Grayscale: #828282. Windows color (decimal): -4305154 or 16666302. OLE color: 16666302.
HSL color Cylindrical-coordinate representation of color #BE4EFE: hue angle of 278.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE4EFE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 78 | 254 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.00 |
| HSL | 278.18º | 0.99% | 0.65% | - |
| HSV(B) | 278.18º | 0.69% | 1% | - |
| XYZ | 41.85 | 23.55 | 96.11 | - |
| YUV | 131.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 254 | 0.25 | 0.69 | 0 | 0.00 | 278.18 | 0.99 | 0.65 |
| Hex | BE | 4E | FE | 19 | 45 | 0 | 0 | 116 | 63 | 41 |
| Octal | 276 | 116 | 376 | 31 | 105 | 0 | 0 | 426 | 143 | 101 |
| Binary | 10111110 | 1001110 | 11111110 | 11001 | 1000101 | 0 | 0 | 100010110 | 1100011 | 1000001 |
Color Harmonies of #BE4EFE
Complementary color
Monochromatic Colors of #BE4EFE
Black with #BE4EFE
Text Example
Text Example
White with #BE4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EFE; }
p { color: rgb(190,78,254); }
H1.HeaderClassName
{
color: #BE4EFE;
}
.AnyTagClassName
{
color: #BE4EFE;
}
</style>
background-color css
<style>
a { background-color: #BE4EFE; }
a { background-color: rgb(190,78,254); }
div.DivClassName
{
background-color: #BE4EFE;
}
.BgClassName
{
background-color: #BE4EFE;
}
</style>
border-color css
<style>
span { border-color: #BE4EFE; }
span { border-color: rgb(190,78,254); }
td.TdClassName
{
border-color: #BE4EFE;
}
.TagClassName
{
border-color: #BE4EFE;
}
</style>