Shades of Medium Orchid #BC6ECD
Tints of Medium Orchid #BC6ECD
RGB
CMYK
RGB Variations
Color information
#BC6ECD (or 0xBC6ECD) is known color: Medium Orchid. HEX triplet: BC, 6E and CD. RGB value is (188,110,205). Sum of RGB (Red+Green+Blue) = 188+110+205=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ECD is #439132. Grayscale: #8F8F8F. Windows color (decimal): -4428083 or 13463228. OLE color: 13463228.
HSL color Cylindrical-coordinate representation of color #BC6ECD: hue angle of 289.26º degrees, saturation: 0.49, 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 #BC6ECD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 110 | 205 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.20 |
| HSL | 289.26º | 0.49% | 0.62% | - |
| HSV(B) | 289.26º | 0.46% | 0.8% | - |
| XYZ | 37.33 | 26.25 | 60.86 | - |
| YUV | 144.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 205 | 0.08 | 0.46 | 0 | 0.20 | 289.26 | 0.49 | 0.62 |
| Hex | BC | 6E | CD | 8 | 2E | 0 | 14 | 121 | 31 | 3E |
| Octal | 274 | 156 | 315 | 10 | 56 | 0 | 24 | 441 | 61 | 76 |
| Binary | 10111100 | 1101110 | 11001101 | 1000 | 101110 | 0 | 10100 | 100100001 | 110001 | 111110 |
Color Harmonies of #BC6ECD
Complementary color
Monochromatic Colors of #BC6ECD
Black with #BC6ECD
Text Example
Text Example
White with #BC6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ECD; }
p { color: rgb(188,110,205); }
H1.HeaderClassName
{
color: #BC6ECD;
}
.AnyTagClassName
{
color: #BC6ECD;
}
</style>
background-color css
<style>
a { background-color: #BC6ECD; }
a { background-color: rgb(188,110,205); }
div.DivClassName
{
background-color: #BC6ECD;
}
.BgClassName
{
background-color: #BC6ECD;
}
</style>
border-color css
<style>
span { border-color: #BC6ECD; }
span { border-color: rgb(188,110,205); }
td.TdClassName
{
border-color: #BC6ECD;
}
.TagClassName
{
border-color: #BC6ECD;
}
</style>