Shades of Medium Orchid #BC6ED8
Tints of Medium Orchid #BC6ED8
RGB
CMYK
RGB Variations
Color information
#BC6ED8 (or 0xBC6ED8) is known color: Medium Orchid. HEX triplet: BC, 6E and D8. RGB value is (188,110,216). Sum of RGB (Red+Green+Blue) = 188+110+216=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ED8 is #439127. Grayscale: #919191. Windows color (decimal): -4428072 or 14184124. OLE color: 14184124.
HSL color Cylindrical-coordinate representation of color #BC6ED8: hue angle of 284.15º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6ED8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 110 | 216 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.15 |
| HSL | 284.15º | 0.58% | 0.64% | - |
| HSV(B) | 284.15º | 0.49% | 0.85% | - |
| XYZ | 38.71 | 26.8 | 68.1 | - |
| YUV | 145.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 216 | 0.13 | 0.49 | 0 | 0.15 | 284.15 | 0.58 | 0.64 |
| Hex | BC | 6E | D8 | D | 31 | 0 | F | 11C | 3A | 40 |
| Octal | 274 | 156 | 330 | 15 | 61 | 0 | 17 | 434 | 72 | 100 |
| Binary | 10111100 | 1101110 | 11011000 | 1101 | 110001 | 0 | 1111 | 100011100 | 111010 | 1000000 |
Color Harmonies of #BC6ED8
Complementary color
Monochromatic Colors of #BC6ED8
Black with #BC6ED8
Text Example
Text Example
White with #BC6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ED8; }
p { color: rgb(188,110,216); }
H1.HeaderClassName
{
color: #BC6ED8;
}
.AnyTagClassName
{
color: #BC6ED8;
}
</style>
background-color css
<style>
a { background-color: #BC6ED8; }
a { background-color: rgb(188,110,216); }
div.DivClassName
{
background-color: #BC6ED8;
}
.BgClassName
{
background-color: #BC6ED8;
}
</style>
border-color css
<style>
span { border-color: #BC6ED8; }
span { border-color: rgb(188,110,216); }
td.TdClassName
{
border-color: #BC6ED8;
}
.TagClassName
{
border-color: #BC6ED8;
}
</style>