Shades of Medium Orchid #BE6ED8
Tints of Medium Orchid #BE6ED8
RGB
CMYK
RGB Variations
Color information
#BE6ED8 (or 0xBE6ED8) is known color: Medium Orchid. HEX triplet: BE, 6E and D8. RGB value is (190,110,216). Sum of RGB (Red+Green+Blue) = 190+110+216=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ED8 is #419127. Grayscale: #919191. Windows color (decimal): -4297000 or 14184126. OLE color: 14184126.
HSL color Cylindrical-coordinate representation of color #BE6ED8: hue angle of 285.28º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6ED8 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 110 | 216 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.15 |
| HSL | 285.28º | 0.58% | 0.64% | - |
| HSV(B) | 285.28º | 0.49% | 0.85% | - |
| XYZ | 39.21 | 27.06 | 68.12 | - |
| YUV | 146 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 216 | 0.12 | 0.49 | 0 | 0.15 | 285.28 | 0.58 | 0.64 |
| Hex | BE | 6E | D8 | C | 31 | 0 | F | 11D | 3A | 40 |
| Octal | 276 | 156 | 330 | 14 | 61 | 0 | 17 | 435 | 72 | 100 |
| Binary | 10111110 | 1101110 | 11011000 | 1100 | 110001 | 0 | 1111 | 100011101 | 111010 | 1000000 |
Color Harmonies of #BE6ED8
Complementary color
Monochromatic Colors of #BE6ED8
Black with #BE6ED8
Text Example
Text Example
White with #BE6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6ED8; }
p { color: rgb(190,110,216); }
H1.HeaderClassName
{
color: #BE6ED8;
}
.AnyTagClassName
{
color: #BE6ED8;
}
</style>
background-color css
<style>
a { background-color: #BE6ED8; }
a { background-color: rgb(190,110,216); }
div.DivClassName
{
background-color: #BE6ED8;
}
.BgClassName
{
background-color: #BE6ED8;
}
</style>
border-color css
<style>
span { border-color: #BE6ED8; }
span { border-color: rgb(190,110,216); }
td.TdClassName
{
border-color: #BE6ED8;
}
.TagClassName
{
border-color: #BE6ED8;
}
</style>