Shades of Medium Orchid #BE6EEC
Tints of Medium Orchid #BE6EEC
RGB
CMYK
RGB Variations
Color information
#BE6EEC (or 0xBE6EEC) is known color: Medium Orchid. HEX triplet: BE, 6E and EC. RGB value is (190,110,236). Sum of RGB (Red+Green+Blue) = 190+110+236=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EEC is #419113. Grayscale: #939393. Windows color (decimal): -4296980 or 15494846. OLE color: 15494846.
HSL color Cylindrical-coordinate representation of color #BE6EEC: hue angle of 278.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE6EEC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 110 | 236 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.1º | 0.77% | 0.68% | - |
| HSV(B) | 278.1º | 0.53% | 0.93% | - |
| XYZ | 41.95 | 28.16 | 82.58 | - |
| YUV | 148.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 236 | 0.19 | 0.53 | 0 | 0.07 | 278.1 | 0.77 | 0.68 |
| Hex | BE | 6E | EC | 13 | 35 | 0 | 7 | 116 | 4D | 44 |
| Octal | 276 | 156 | 354 | 23 | 65 | 0 | 7 | 426 | 115 | 104 |
| Binary | 10111110 | 1101110 | 11101100 | 10011 | 110101 | 0 | 111 | 100010110 | 1001101 | 1000100 |
Color Harmonies of #BE6EEC
Complementary color
Monochromatic Colors of #BE6EEC
Black with #BE6EEC
Text Example
Text Example
White with #BE6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EEC; }
p { color: rgb(190,110,236); }
H1.HeaderClassName
{
color: #BE6EEC;
}
.AnyTagClassName
{
color: #BE6EEC;
}
</style>
background-color css
<style>
a { background-color: #BE6EEC; }
a { background-color: rgb(190,110,236); }
div.DivClassName
{
background-color: #BE6EEC;
}
.BgClassName
{
background-color: #BE6EEC;
}
</style>
border-color css
<style>
span { border-color: #BE6EEC; }
span { border-color: rgb(190,110,236); }
td.TdClassName
{
border-color: #BE6EEC;
}
.TagClassName
{
border-color: #BE6EEC;
}
</style>