Shades of Medium Orchid #BC6EDC
Tints of Medium Orchid #BC6EDC
RGB
CMYK
RGB Variations
Color information
#BC6EDC (or 0xBC6EDC) is known color: Medium Orchid. HEX triplet: BC, 6E and DC. RGB value is (188,110,220). Sum of RGB (Red+Green+Blue) = 188+110+220=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDC is #439123. Grayscale: #919191. Windows color (decimal): -4428068 or 14446268. OLE color: 14446268.
HSL color Cylindrical-coordinate representation of color #BC6EDC: hue angle of 282.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6EDC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 110 | 220 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.14 |
| HSL | 282.55º | 0.61% | 0.65% | - |
| HSV(B) | 282.55º | 0.5% | 0.86% | - |
| XYZ | 39.23 | 27.01 | 70.86 | - |
| YUV | 145.86 | 169.84 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 220 | 0.15 | 0.50 | 0 | 0.14 | 282.55 | 0.61 | 0.65 |
| Hex | BC | 6E | DC | F | 32 | 0 | E | 11B | 3D | 41 |
| Octal | 274 | 156 | 334 | 17 | 62 | 0 | 16 | 433 | 75 | 101 |
| Binary | 10111100 | 1101110 | 11011100 | 1111 | 110010 | 0 | 1110 | 100011011 | 111101 | 1000001 |
Color Harmonies of #BC6EDC
Complementary color
Monochromatic Colors of #BC6EDC
Black with #BC6EDC
Text Example
Text Example
White with #BC6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EDC; }
p { color: rgb(188,110,220); }
H1.HeaderClassName
{
color: #BC6EDC;
}
.AnyTagClassName
{
color: #BC6EDC;
}
</style>
background-color css
<style>
a { background-color: #BC6EDC; }
a { background-color: rgb(188,110,220); }
div.DivClassName
{
background-color: #BC6EDC;
}
.BgClassName
{
background-color: #BC6EDC;
}
</style>
border-color css
<style>
span { border-color: #BC6EDC; }
span { border-color: rgb(188,110,220); }
td.TdClassName
{
border-color: #BC6EDC;
}
.TagClassName
{
border-color: #BC6EDC;
}
</style>