Shades of Medium Orchid #BE4EDF
Tints of Medium Orchid #BE4EDF
RGB
CMYK
RGB Variations
Color information
#BE4EDF (or 0xBE4EDF) is known color: Medium Orchid. HEX triplet: BE, 4E and DF. RGB value is (190,78,223). Sum of RGB (Red+Green+Blue) = 190+78+223=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE4EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4EDF is #41B120. Grayscale: #7F7F7F. Windows color (decimal): -4305185 or 14634686. OLE color: 14634686.
HSL color Cylindrical-coordinate representation of color #BE4EDF: hue angle of 286.34º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4EDF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 78 | 223 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.13 |
| HSL | 286.34º | 0.69% | 0.59% | - |
| HSV(B) | 286.34º | 0.65% | 0.87% | - |
| XYZ | 37.28 | 21.72 | 72.04 | - |
| YUV | 128.02 | 181.61 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 223 | 0.15 | 0.65 | 0 | 0.13 | 286.34 | 0.69 | 0.59 |
| Hex | BE | 4E | DF | F | 41 | 0 | D | 11E | 45 | 3B |
| Octal | 276 | 116 | 337 | 17 | 101 | 0 | 15 | 436 | 105 | 73 |
| Binary | 10111110 | 1001110 | 11011111 | 1111 | 1000001 | 0 | 1101 | 100011110 | 1000101 | 111011 |
Color Harmonies of #BE4EDF
Complementary color
Monochromatic Colors of #BE4EDF
Black with #BE4EDF
Text Example
Text Example
White with #BE4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4EDF; }
p { color: rgb(190,78,223); }
H1.HeaderClassName
{
color: #BE4EDF;
}
.AnyTagClassName
{
color: #BE4EDF;
}
</style>
background-color css
<style>
a { background-color: #BE4EDF; }
a { background-color: rgb(190,78,223); }
div.DivClassName
{
background-color: #BE4EDF;
}
.BgClassName
{
background-color: #BE4EDF;
}
</style>
border-color css
<style>
span { border-color: #BE4EDF; }
span { border-color: rgb(190,78,223); }
td.TdClassName
{
border-color: #BE4EDF;
}
.TagClassName
{
border-color: #BE4EDF;
}
</style>