Shades of Medium Orchid #BC6EDE
Tints of Medium Orchid #BC6EDE
RGB
CMYK
RGB Variations
Color information
#BC6EDE (or 0xBC6EDE) is known color: Medium Orchid. HEX triplet: BC, 6E and DE. RGB value is (188,110,222). Sum of RGB (Red+Green+Blue) = 188+110+222=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDE is #439121. Grayscale: #919191. Windows color (decimal): -4428066 or 14577340. OLE color: 14577340.
HSL color Cylindrical-coordinate representation of color #BC6EDE: hue angle of 281.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6EDE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 110 | 222 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.13 |
| HSL | 281.79º | 0.63% | 0.65% | - |
| HSV(B) | 281.79º | 0.5% | 0.87% | - |
| XYZ | 39.5 | 27.12 | 72.26 | - |
| YUV | 146.09 | 170.84 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 222 | 0.15 | 0.50 | 0 | 0.13 | 281.79 | 0.63 | 0.65 |
| Hex | BC | 6E | DE | F | 32 | 0 | D | 11A | 3F | 41 |
| Octal | 274 | 156 | 336 | 17 | 62 | 0 | 15 | 432 | 77 | 101 |
| Binary | 10111100 | 1101110 | 11011110 | 1111 | 110010 | 0 | 1101 | 100011010 | 111111 | 1000001 |
Color Harmonies of #BC6EDE
Complementary color
Monochromatic Colors of #BC6EDE
Black with #BC6EDE
Text Example
Text Example
White with #BC6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EDE; }
p { color: rgb(188,110,222); }
H1.HeaderClassName
{
color: #BC6EDE;
}
.AnyTagClassName
{
color: #BC6EDE;
}
</style>
background-color css
<style>
a { background-color: #BC6EDE; }
a { background-color: rgb(188,110,222); }
div.DivClassName
{
background-color: #BC6EDE;
}
.BgClassName
{
background-color: #BC6EDE;
}
</style>
border-color css
<style>
span { border-color: #BC6EDE; }
span { border-color: rgb(188,110,222); }
td.TdClassName
{
border-color: #BC6EDE;
}
.TagClassName
{
border-color: #BC6EDE;
}
</style>