Shades of Medium Orchid #BC6ED0
Tints of Medium Orchid #BC6ED0
RGB
CMYK
RGB Variations
Color information
#BC6ED0 (or 0xBC6ED0) is known color: Medium Orchid. HEX triplet: BC, 6E and D0. RGB value is (188,110,208). Sum of RGB (Red+Green+Blue) = 188+110+208=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ED0 is #43912F. Grayscale: #909090. Windows color (decimal): -4428080 or 13659836. OLE color: 13659836.
HSL color Cylindrical-coordinate representation of color #BC6ED0: hue angle of 287.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6ED0 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 110 | 208 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.18 |
| HSL | 287.76º | 0.51% | 0.62% | - |
| HSV(B) | 287.76º | 0.47% | 0.82% | - |
| XYZ | 37.7 | 26.4 | 62.78 | - |
| YUV | 144.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 208 | 0.10 | 0.47 | 0 | 0.18 | 287.76 | 0.51 | 0.62 |
| Hex | BC | 6E | D0 | A | 2F | 0 | 12 | 120 | 33 | 3E |
| Octal | 274 | 156 | 320 | 12 | 57 | 0 | 22 | 440 | 63 | 76 |
| Binary | 10111100 | 1101110 | 11010000 | 1010 | 101111 | 0 | 10010 | 100100000 | 110011 | 111110 |
Color Harmonies of #BC6ED0
Complementary color
Monochromatic Colors of #BC6ED0
Black with #BC6ED0
Text Example
Text Example
White with #BC6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ED0; }
p { color: rgb(188,110,208); }
H1.HeaderClassName
{
color: #BC6ED0;
}
.AnyTagClassName
{
color: #BC6ED0;
}
</style>
background-color css
<style>
a { background-color: #BC6ED0; }
a { background-color: rgb(188,110,208); }
div.DivClassName
{
background-color: #BC6ED0;
}
.BgClassName
{
background-color: #BC6ED0;
}
</style>
border-color css
<style>
span { border-color: #BC6ED0; }
span { border-color: rgb(188,110,208); }
td.TdClassName
{
border-color: #BC6ED0;
}
.TagClassName
{
border-color: #BC6ED0;
}
</style>