Shades of Medium Orchid #BE6EE8
Tints of Medium Orchid #BE6EE8
RGB
CMYK
RGB Variations
Color information
#BE6EE8 (or 0xBE6EE8) is known color: Medium Orchid. HEX triplet: BE, 6E and E8. RGB value is (190,110,232). Sum of RGB (Red+Green+Blue) = 190+110+232=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE6EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EE8 is #419117. Grayscale: #939393. Windows color (decimal): -4296984 or 15232702. OLE color: 15232702.
HSL color Cylindrical-coordinate representation of color #BE6EE8: hue angle of 279.34º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE6EE8 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 110 | 232 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.09 |
| HSL | 279.34º | 0.73% | 0.67% | - |
| HSV(B) | 279.34º | 0.53% | 0.91% | - |
| XYZ | 41.38 | 27.93 | 79.55 | - |
| YUV | 147.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 110 | 232 | 0.18 | 0.53 | 0 | 0.09 | 279.34 | 0.73 | 0.67 |
| Hex | BE | 6E | E8 | 12 | 35 | 0 | 9 | 117 | 49 | 43 |
| Octal | 276 | 156 | 350 | 22 | 65 | 0 | 11 | 427 | 111 | 103 |
| Binary | 10111110 | 1101110 | 11101000 | 10010 | 110101 | 0 | 1001 | 100010111 | 1001001 | 1000011 |
Color Harmonies of #BE6EE8
Complementary color
Monochromatic Colors of #BE6EE8
Black with #BE6EE8
Text Example
Text Example
White with #BE6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6EE8; }
p { color: rgb(190,110,232); }
H1.HeaderClassName
{
color: #BE6EE8;
}
.AnyTagClassName
{
color: #BE6EE8;
}
</style>
background-color css
<style>
a { background-color: #BE6EE8; }
a { background-color: rgb(190,110,232); }
div.DivClassName
{
background-color: #BE6EE8;
}
.BgClassName
{
background-color: #BE6EE8;
}
</style>
border-color css
<style>
span { border-color: #BE6EE8; }
span { border-color: rgb(190,110,232); }
td.TdClassName
{
border-color: #BE6EE8;
}
.TagClassName
{
border-color: #BE6EE8;
}
</style>