Shades of Medium Orchid #BC6EC7
Tints of Medium Orchid #BC6EC7
RGB
CMYK
RGB Variations
Color information
#BC6EC7 (or 0xBC6EC7) is known color: Medium Orchid. HEX triplet: BC, 6E and C7. RGB value is (188,110,199). Sum of RGB (Red+Green+Blue) = 188+110+199=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EC7 is #439138. Grayscale: #8F8F8F. Windows color (decimal): -4428089 or 13070012. OLE color: 13070012.
HSL color Cylindrical-coordinate representation of color #BC6EC7: hue angle of 292.58º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6EC7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 110 | 199 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.22 |
| HSL | 292.58º | 0.44% | 0.61% | - |
| HSV(B) | 292.58º | 0.45% | 0.78% | - |
| XYZ | 36.62 | 25.97 | 57.11 | - |
| YUV | 143.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 199 | 0.06 | 0.45 | 0 | 0.22 | 292.58 | 0.44 | 0.61 |
| Hex | BC | 6E | C7 | 6 | 2D | 0 | 16 | 125 | 2C | 3D |
| Octal | 274 | 156 | 307 | 6 | 55 | 0 | 26 | 445 | 54 | 75 |
| Binary | 10111100 | 1101110 | 11000111 | 110 | 101101 | 0 | 10110 | 100100101 | 101100 | 111101 |
Color Harmonies of #BC6EC7
Complementary color
Monochromatic Colors of #BC6EC7
Black with #BC6EC7
Text Example
Text Example
White with #BC6EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EC7; }
p { color: rgb(188,110,199); }
H1.HeaderClassName
{
color: #BC6EC7;
}
.AnyTagClassName
{
color: #BC6EC7;
}
</style>
background-color css
<style>
a { background-color: #BC6EC7; }
a { background-color: rgb(188,110,199); }
div.DivClassName
{
background-color: #BC6EC7;
}
.BgClassName
{
background-color: #BC6EC7;
}
</style>
border-color css
<style>
span { border-color: #BC6EC7; }
span { border-color: rgb(188,110,199); }
td.TdClassName
{
border-color: #BC6EC7;
}
.TagClassName
{
border-color: #BC6EC7;
}
</style>