Shades of Medium Orchid #BC6EDA
Tints of Medium Orchid #BC6EDA
RGB
CMYK
RGB Variations
Color information
#BC6EDA (or 0xBC6EDA) is known color: Medium Orchid. HEX triplet: BC, 6E and DA. RGB value is (188,110,218). Sum of RGB (Red+Green+Blue) = 188+110+218=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDA is #439125. Grayscale: #919191. Windows color (decimal): -4428070 or 14315196. OLE color: 14315196.
HSL color Cylindrical-coordinate representation of color #BC6EDA: hue angle of 283.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6EDA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 110 | 218 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.15 |
| HSL | 283.33º | 0.59% | 0.64% | - |
| HSV(B) | 283.33º | 0.5% | 0.85% | - |
| XYZ | 38.97 | 26.91 | 69.47 | - |
| YUV | 145.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 218 | 0.14 | 0.50 | 0 | 0.15 | 283.33 | 0.59 | 0.64 |
| Hex | BC | 6E | DA | E | 32 | 0 | F | 11B | 3B | 40 |
| Octal | 274 | 156 | 332 | 16 | 62 | 0 | 17 | 433 | 73 | 100 |
| Binary | 10111100 | 1101110 | 11011010 | 1110 | 110010 | 0 | 1111 | 100011011 | 111011 | 1000000 |
Color Harmonies of #BC6EDA
Complementary color
Monochromatic Colors of #BC6EDA
Black with #BC6EDA
Text Example
Text Example
White with #BC6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EDA; }
p { color: rgb(188,110,218); }
H1.HeaderClassName
{
color: #BC6EDA;
}
.AnyTagClassName
{
color: #BC6EDA;
}
</style>
background-color css
<style>
a { background-color: #BC6EDA; }
a { background-color: rgb(188,110,218); }
div.DivClassName
{
background-color: #BC6EDA;
}
.BgClassName
{
background-color: #BC6EDA;
}
</style>
border-color css
<style>
span { border-color: #BC6EDA; }
span { border-color: rgb(188,110,218); }
td.TdClassName
{
border-color: #BC6EDA;
}
.TagClassName
{
border-color: #BC6EDA;
}
</style>