Shades of Medium Orchid #BE6CED
Tints of Medium Orchid #BE6CED
RGB
CMYK
RGB Variations
Color information
#BE6CED (or 0xBE6CED) is known color: Medium Orchid. HEX triplet: BE, 6C and ED. RGB value is (190,108,237). Sum of RGB (Red+Green+Blue) = 190+108+237=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6CED is #419312. Grayscale: #929292. Windows color (decimal): -4297491 or 15559870. OLE color: 15559870.
HSL color Cylindrical-coordinate representation of color #BE6CED: hue angle of 278.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE6CED is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 108 | 237 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.07 |
| HSL | 278.14º | 0.78% | 0.68% | - |
| HSV(B) | 278.14º | 0.54% | 0.93% | - |
| XYZ | 41.88 | 27.79 | 83.28 | - |
| YUV | 147.22 | 178.67 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 237 | 0.20 | 0.54 | 0 | 0.07 | 278.14 | 0.78 | 0.68 |
| Hex | BE | 6C | ED | 14 | 36 | 0 | 7 | 116 | 4E | 44 |
| Octal | 276 | 154 | 355 | 24 | 66 | 0 | 7 | 426 | 116 | 104 |
| Binary | 10111110 | 1101100 | 11101101 | 10100 | 110110 | 0 | 111 | 100010110 | 1001110 | 1000100 |
Color Harmonies of #BE6CED
Complementary color
Monochromatic Colors of #BE6CED
Black with #BE6CED
Text Example
Text Example
White with #BE6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6CED; }
p { color: rgb(190,108,237); }
H1.HeaderClassName
{
color: #BE6CED;
}
.AnyTagClassName
{
color: #BE6CED;
}
</style>
background-color css
<style>
a { background-color: #BE6CED; }
a { background-color: rgb(190,108,237); }
div.DivClassName
{
background-color: #BE6CED;
}
.BgClassName
{
background-color: #BE6CED;
}
</style>
border-color css
<style>
span { border-color: #BE6CED; }
span { border-color: rgb(190,108,237); }
td.TdClassName
{
border-color: #BE6CED;
}
.TagClassName
{
border-color: #BE6CED;
}
</style>