Shades of Medium Orchid #BC6ECF
Tints of Medium Orchid #BC6ECF
RGB
CMYK
RGB Variations
Color information
#BC6ECF (or 0xBC6ECF) is known color: Medium Orchid. HEX triplet: BC, 6E and CF. RGB value is (188,110,207). Sum of RGB (Red+Green+Blue) = 188+110+207=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ECF is #439130. Grayscale: #909090. Windows color (decimal): -4428081 or 13594300. OLE color: 13594300.
HSL color Cylindrical-coordinate representation of color #BC6ECF: hue angle of 288.25º degrees, saturation: 0.5, 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 #BC6ECF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 110 | 207 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.19 |
| HSL | 288.25º | 0.5% | 0.62% | - |
| HSV(B) | 288.25º | 0.47% | 0.81% | - |
| XYZ | 37.58 | 26.35 | 62.14 | - |
| YUV | 144.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 207 | 0.09 | 0.47 | 0 | 0.19 | 288.25 | 0.5 | 0.62 |
| Hex | BC | 6E | CF | 9 | 2F | 0 | 13 | 120 | 32 | 3E |
| Octal | 274 | 156 | 317 | 11 | 57 | 0 | 23 | 440 | 62 | 76 |
| Binary | 10111100 | 1101110 | 11001111 | 1001 | 101111 | 0 | 10011 | 100100000 | 110010 | 111110 |
Color Harmonies of #BC6ECF
Complementary color
Monochromatic Colors of #BC6ECF
Black with #BC6ECF
Text Example
Text Example
White with #BC6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ECF; }
p { color: rgb(188,110,207); }
H1.HeaderClassName
{
color: #BC6ECF;
}
.AnyTagClassName
{
color: #BC6ECF;
}
</style>
background-color css
<style>
a { background-color: #BC6ECF; }
a { background-color: rgb(188,110,207); }
div.DivClassName
{
background-color: #BC6ECF;
}
.BgClassName
{
background-color: #BC6ECF;
}
</style>
border-color css
<style>
span { border-color: #BC6ECF; }
span { border-color: rgb(188,110,207); }
td.TdClassName
{
border-color: #BC6ECF;
}
.TagClassName
{
border-color: #BC6ECF;
}
</style>