Shades of Medium Orchid #BC69EC
Tints of Medium Orchid #BC69EC
RGB
CMYK
RGB Variations
Color information
#BC69EC (or 0xBC69EC) is known color: Medium Orchid. HEX triplet: BC, 69 and EC. RGB value is (188,105,236). Sum of RGB (Red+Green+Blue) = 188+105+236=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC69EC is #439613. Grayscale: #909090. Windows color (decimal): -4429332 or 15493564. OLE color: 15493564.
HSL color Cylindrical-coordinate representation of color #BC69EC: hue angle of 278.02º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC69EC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 105 | 236 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.07 |
| HSL | 278.02º | 0.78% | 0.67% | - |
| HSV(B) | 278.02º | 0.56% | 0.93% | - |
| XYZ | 40.93 | 26.85 | 82.38 | - |
| YUV | 144.75 | 179.5 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 236 | 0.20 | 0.56 | 0 | 0.07 | 278.02 | 0.78 | 0.67 |
| Hex | BC | 69 | EC | 14 | 38 | 0 | 7 | 116 | 4E | 43 |
| Octal | 274 | 151 | 354 | 24 | 70 | 0 | 7 | 426 | 116 | 103 |
| Binary | 10111100 | 1101001 | 11101100 | 10100 | 111000 | 0 | 111 | 100010110 | 1001110 | 1000011 |
Color Harmonies of #BC69EC
Complementary color
Monochromatic Colors of #BC69EC
Black with #BC69EC
Text Example
Text Example
White with #BC69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69EC; }
p { color: rgb(188,105,236); }
H1.HeaderClassName
{
color: #BC69EC;
}
.AnyTagClassName
{
color: #BC69EC;
}
</style>
background-color css
<style>
a { background-color: #BC69EC; }
a { background-color: rgb(188,105,236); }
div.DivClassName
{
background-color: #BC69EC;
}
.BgClassName
{
background-color: #BC69EC;
}
</style>
border-color css
<style>
span { border-color: #BC69EC; }
span { border-color: rgb(188,105,236); }
td.TdClassName
{
border-color: #BC69EC;
}
.TagClassName
{
border-color: #BC69EC;
}
</style>