Shades of Medium Orchid #BE6ADE
Tints of Medium Orchid #BE6ADE
RGB
CMYK
RGB Variations
Color information
#BE6ADE (or 0xBE6ADE) is known color: Medium Orchid. HEX triplet: BE, 6A and DE. RGB value is (190,106,222). Sum of RGB (Red+Green+Blue) = 190+106+222=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ADE is #419521. Grayscale: #8F8F8F. Windows color (decimal): -4298018 or 14576318. OLE color: 14576318.
HSL color Cylindrical-coordinate representation of color #BE6ADE: hue angle of 283.45º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6ADE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 106 | 222 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.13 |
| HSL | 283.45º | 0.64% | 0.64% | - |
| HSV(B) | 283.45º | 0.52% | 0.87% | - |
| XYZ | 39.57 | 26.53 | 72.14 | - |
| YUV | 144.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 106 | 222 | 0.14 | 0.52 | 0 | 0.13 | 283.45 | 0.64 | 0.64 |
| Hex | BE | 6A | DE | E | 34 | 0 | D | 11B | 40 | 40 |
| Octal | 276 | 152 | 336 | 16 | 64 | 0 | 15 | 433 | 100 | 100 |
| Binary | 10111110 | 1101010 | 11011110 | 1110 | 110100 | 0 | 1101 | 100011011 | 1000000 | 1000000 |
Color Harmonies of #BE6ADE
Complementary color
Monochromatic Colors of #BE6ADE
Black with #BE6ADE
Text Example
Text Example
White with #BE6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6ADE; }
p { color: rgb(190,106,222); }
H1.HeaderClassName
{
color: #BE6ADE;
}
.AnyTagClassName
{
color: #BE6ADE;
}
</style>
background-color css
<style>
a { background-color: #BE6ADE; }
a { background-color: rgb(190,106,222); }
div.DivClassName
{
background-color: #BE6ADE;
}
.BgClassName
{
background-color: #BE6ADE;
}
</style>
border-color css
<style>
span { border-color: #BE6ADE; }
span { border-color: rgb(190,106,222); }
td.TdClassName
{
border-color: #BE6ADE;
}
.TagClassName
{
border-color: #BE6ADE;
}
</style>