Shades of Medium Orchid #BE6EDE
Tints of Medium Orchid #BE6EDE
RGB
CMYK
RGB Variations
Color information
#BE6EDE (or 0xBE6EDE) is known color: Medium Orchid. HEX triplet: BE, 6E and DE. RGB value is (190,110,222). Sum of RGB (Red+Green+Blue) = 190+110+222=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EDE is #419121. Grayscale: #929292. Windows color (decimal): -4296994 or 14577342. OLE color: 14577342.
HSL color Cylindrical-coordinate representation of color #BE6EDE: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6EDE is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 110 | 222 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.13 |
| HSL | 282.86º | 0.63% | 0.65% | - |
| HSV(B) | 282.86º | 0.5% | 0.87% | - |
| XYZ | 40 | 27.37 | 72.28 | - |
| YUV | 146.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 222 | 0.14 | 0.50 | 0 | 0.13 | 282.86 | 0.63 | 0.65 |
| Hex | BE | 6E | DE | E | 32 | 0 | D | 11B | 3F | 41 |
| Octal | 276 | 156 | 336 | 16 | 62 | 0 | 15 | 433 | 77 | 101 |
| Binary | 10111110 | 1101110 | 11011110 | 1110 | 110010 | 0 | 1101 | 100011011 | 111111 | 1000001 |
Color Harmonies of #BE6EDE
Complementary color
Monochromatic Colors of #BE6EDE
Black with #BE6EDE
Text Example
Text Example
White with #BE6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EDE; }
p { color: rgb(190,110,222); }
H1.HeaderClassName
{
color: #BE6EDE;
}
.AnyTagClassName
{
color: #BE6EDE;
}
</style>
background-color css
<style>
a { background-color: #BE6EDE; }
a { background-color: rgb(190,110,222); }
div.DivClassName
{
background-color: #BE6EDE;
}
.BgClassName
{
background-color: #BE6EDE;
}
</style>
border-color css
<style>
span { border-color: #BE6EDE; }
span { border-color: rgb(190,110,222); }
td.TdClassName
{
border-color: #BE6EDE;
}
.TagClassName
{
border-color: #BE6EDE;
}
</style>