Shades of Medium Orchid #BC6ECC
Tints of Medium Orchid #BC6ECC
RGB
CMYK
RGB Variations
Color information
#BC6ECC (or 0xBC6ECC) is known color: Medium Orchid. HEX triplet: BC, 6E and CC. RGB value is (188,110,204). Sum of RGB (Red+Green+Blue) = 188+110+204=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ECC is #439133. Grayscale: #8F8F8F. Windows color (decimal): -4428084 or 13397692. OLE color: 13397692.
HSL color Cylindrical-coordinate representation of color #BC6ECC: hue angle of 289.79º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6ECC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 110 | 204 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.2 |
| HSL | 289.79º | 0.48% | 0.62% | - |
| HSV(B) | 289.79º | 0.46% | 0.8% | - |
| XYZ | 37.21 | 26.2 | 60.22 | - |
| YUV | 144.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 204 | 0.08 | 0.46 | 0 | 0.2 | 289.79 | 0.48 | 0.62 |
| Hex | BC | 6E | CC | 8 | 2E | 0 | 14 | 122 | 30 | 3E |
| Octal | 274 | 156 | 314 | 10 | 56 | 0 | 24 | 442 | 60 | 76 |
| Binary | 10111100 | 1101110 | 11001100 | 1000 | 101110 | 0 | 10100 | 100100010 | 110000 | 111110 |
Color Harmonies of #BC6ECC
Complementary color
Monochromatic Colors of #BC6ECC
Black with #BC6ECC
Text Example
Text Example
White with #BC6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ECC; }
p { color: rgb(188,110,204); }
H1.HeaderClassName
{
color: #BC6ECC;
}
.AnyTagClassName
{
color: #BC6ECC;
}
</style>
background-color css
<style>
a { background-color: #BC6ECC; }
a { background-color: rgb(188,110,204); }
div.DivClassName
{
background-color: #BC6ECC;
}
.BgClassName
{
background-color: #BC6ECC;
}
</style>
border-color css
<style>
span { border-color: #BC6ECC; }
span { border-color: rgb(188,110,204); }
td.TdClassName
{
border-color: #BC6ECC;
}
.TagClassName
{
border-color: #BC6ECC;
}
</style>