Shades of Medium Orchid #BC70EC
Tints of Medium Orchid #BC70EC
RGB
CMYK
RGB Variations
Color information
#BC70EC (or 0xBC70EC) is known color: Medium Orchid. HEX triplet: BC, 70 and EC. RGB value is (188,112,236). Sum of RGB (Red+Green+Blue) = 188+112+236=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70EC is #438F13. Grayscale: #949494. Windows color (decimal): -4427540 or 15495356. OLE color: 15495356.
HSL color Cylindrical-coordinate representation of color #BC70EC: hue angle of 276.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC70EC is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 112 | 236 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.07 |
| HSL | 276.77º | 0.77% | 0.68% | - |
| HSV(B) | 276.77º | 0.53% | 0.93% | - |
| XYZ | 41.67 | 28.34 | 82.63 | - |
| YUV | 148.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 236 | 0.20 | 0.53 | 0 | 0.07 | 276.77 | 0.77 | 0.68 |
| Hex | BC | 70 | EC | 14 | 35 | 0 | 7 | 115 | 4D | 44 |
| Octal | 274 | 160 | 354 | 24 | 65 | 0 | 7 | 425 | 115 | 104 |
| Binary | 10111100 | 1110000 | 11101100 | 10100 | 110101 | 0 | 111 | 100010101 | 1001101 | 1000100 |
Color Harmonies of #BC70EC
Complementary color
Monochromatic Colors of #BC70EC
Black with #BC70EC
Text Example
Text Example
White with #BC70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70EC; }
p { color: rgb(188,112,236); }
H1.HeaderClassName
{
color: #BC70EC;
}
.AnyTagClassName
{
color: #BC70EC;
}
</style>
background-color css
<style>
a { background-color: #BC70EC; }
a { background-color: rgb(188,112,236); }
div.DivClassName
{
background-color: #BC70EC;
}
.BgClassName
{
background-color: #BC70EC;
}
</style>
border-color css
<style>
span { border-color: #BC70EC; }
span { border-color: rgb(188,112,236); }
td.TdClassName
{
border-color: #BC70EC;
}
.TagClassName
{
border-color: #BC70EC;
}
</style>