Shades of Medium Orchid #BE4DDE
Tints of Medium Orchid #BE4DDE
RGB
CMYK
RGB Variations
Color information
#BE4DDE (or 0xBE4DDE) is known color: Medium Orchid. HEX triplet: BE, 4D and DE. RGB value is (190,77,222). Sum of RGB (Red+Green+Blue) = 190+77+222=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DDE is #41B221. Grayscale: #7E7E7E. Windows color (decimal): -4305442 or 14568894. OLE color: 14568894.
HSL color Cylindrical-coordinate representation of color #BE4DDE: hue angle of 286.76º 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 #BE4DDE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 77 | 222 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 286.76º | 0.69% | 0.59% | - |
| HSV(B) | 286.76º | 0.65% | 0.87% | - |
| XYZ | 37.07 | 21.53 | 71.31 | - |
| YUV | 127.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 222 | 0.14 | 0.65 | 0 | 0.13 | 286.76 | 0.69 | 0.59 |
| Hex | BE | 4D | DE | E | 41 | 0 | D | 11F | 45 | 3B |
| Octal | 276 | 115 | 336 | 16 | 101 | 0 | 15 | 437 | 105 | 73 |
| Binary | 10111110 | 1001101 | 11011110 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000101 | 111011 |
Color Harmonies of #BE4DDE
Complementary color
Monochromatic Colors of #BE4DDE
Black with #BE4DDE
Text Example
Text Example
White with #BE4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4DDE; }
p { color: rgb(190,77,222); }
H1.HeaderClassName
{
color: #BE4DDE;
}
.AnyTagClassName
{
color: #BE4DDE;
}
</style>
background-color css
<style>
a { background-color: #BE4DDE; }
a { background-color: rgb(190,77,222); }
div.DivClassName
{
background-color: #BE4DDE;
}
.BgClassName
{
background-color: #BE4DDE;
}
</style>
border-color css
<style>
span { border-color: #BE4DDE; }
span { border-color: rgb(190,77,222); }
td.TdClassName
{
border-color: #BE4DDE;
}
.TagClassName
{
border-color: #BE4DDE;
}
</style>