Shades of Medium Orchid #BE6EDB
Tints of Medium Orchid #BE6EDB
RGB
CMYK
RGB Variations
Color information
#BE6EDB (or 0xBE6EDB) is known color: Medium Orchid. HEX triplet: BE, 6E and DB. RGB value is (190,110,219). Sum of RGB (Red+Green+Blue) = 190+110+219=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE6EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EDB is #419124. Grayscale: #919191. Windows color (decimal): -4296997 or 14380734. OLE color: 14380734.
HSL color Cylindrical-coordinate representation of color #BE6EDB: hue angle of 284.04º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6EDB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 110 | 219 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.14 |
| HSL | 284.04º | 0.6% | 0.65% | - |
| HSV(B) | 284.04º | 0.5% | 0.86% | - |
| XYZ | 39.6 | 27.21 | 70.18 | - |
| YUV | 146.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 219 | 0.13 | 0.50 | 0 | 0.14 | 284.04 | 0.6 | 0.65 |
| Hex | BE | 6E | DB | D | 32 | 0 | E | 11C | 3C | 41 |
| Octal | 276 | 156 | 333 | 15 | 62 | 0 | 16 | 434 | 74 | 101 |
| Binary | 10111110 | 1101110 | 11011011 | 1101 | 110010 | 0 | 1110 | 100011100 | 111100 | 1000001 |
Color Harmonies of #BE6EDB
Complementary color
Monochromatic Colors of #BE6EDB
Black with #BE6EDB
Text Example
Text Example
White with #BE6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EDB; }
p { color: rgb(190,110,219); }
H1.HeaderClassName
{
color: #BE6EDB;
}
.AnyTagClassName
{
color: #BE6EDB;
}
</style>
background-color css
<style>
a { background-color: #BE6EDB; }
a { background-color: rgb(190,110,219); }
div.DivClassName
{
background-color: #BE6EDB;
}
.BgClassName
{
background-color: #BE6EDB;
}
</style>
border-color css
<style>
span { border-color: #BE6EDB; }
span { border-color: rgb(190,110,219); }
td.TdClassName
{
border-color: #BE6EDB;
}
.TagClassName
{
border-color: #BE6EDB;
}
</style>