Shades of Medium Orchid #BC6ECE
Tints of Medium Orchid #BC6ECE
RGB
CMYK
RGB Variations
Color information
#BC6ECE (or 0xBC6ECE) is known color: Medium Orchid. HEX triplet: BC, 6E and CE. RGB value is (188,110,206). Sum of RGB (Red+Green+Blue) = 188+110+206=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ECE is #439131. Grayscale: #8F8F8F. Windows color (decimal): -4428082 or 13528764. OLE color: 13528764.
HSL color Cylindrical-coordinate representation of color #BC6ECE: hue angle of 288.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6ECE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 110 | 206 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.19 |
| HSL | 288.75º | 0.49% | 0.62% | - |
| HSV(B) | 288.75º | 0.47% | 0.81% | - |
| XYZ | 37.46 | 26.3 | 61.49 | - |
| YUV | 144.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 206 | 0.09 | 0.47 | 0 | 0.19 | 288.75 | 0.49 | 0.62 |
| Hex | BC | 6E | CE | 9 | 2F | 0 | 13 | 121 | 31 | 3E |
| Octal | 274 | 156 | 316 | 11 | 57 | 0 | 23 | 441 | 61 | 76 |
| Binary | 10111100 | 1101110 | 11001110 | 1001 | 101111 | 0 | 10011 | 100100001 | 110001 | 111110 |
Color Harmonies of #BC6ECE
Complementary color
Monochromatic Colors of #BC6ECE
Black with #BC6ECE
Text Example
Text Example
White with #BC6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ECE; }
p { color: rgb(188,110,206); }
H1.HeaderClassName
{
color: #BC6ECE;
}
.AnyTagClassName
{
color: #BC6ECE;
}
</style>
background-color css
<style>
a { background-color: #BC6ECE; }
a { background-color: rgb(188,110,206); }
div.DivClassName
{
background-color: #BC6ECE;
}
.BgClassName
{
background-color: #BC6ECE;
}
</style>
border-color css
<style>
span { border-color: #BC6ECE; }
span { border-color: rgb(188,110,206); }
td.TdClassName
{
border-color: #BC6ECE;
}
.TagClassName
{
border-color: #BC6ECE;
}
</style>