Shades of Medium Orchid #BC5DEC
Tints of Medium Orchid #BC5DEC
RGB
CMYK
RGB Variations
Color information
#BC5DEC (or 0xBC5DEC) is known color: Medium Orchid. HEX triplet: BC, 5D and EC. RGB value is (188,93,236). Sum of RGB (Red+Green+Blue) = 188+93+236=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DEC is #43A213. Grayscale: #898989. Windows color (decimal): -4432404 or 15490492. OLE color: 15490492.
HSL color Cylindrical-coordinate representation of color #BC5DEC: hue angle of 279.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5DEC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 93 | 236 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.07 |
| HSL | 279.86º | 0.79% | 0.65% | - |
| HSV(B) | 279.86º | 0.61% | 0.93% | - |
| XYZ | 39.79 | 24.58 | 82 | - |
| YUV | 137.71 | 183.47 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 236 | 0.20 | 0.61 | 0 | 0.07 | 279.86 | 0.79 | 0.65 |
| Hex | BC | 5D | EC | 14 | 3D | 0 | 7 | 118 | 4F | 41 |
| Octal | 274 | 135 | 354 | 24 | 75 | 0 | 7 | 430 | 117 | 101 |
| Binary | 10111100 | 1011101 | 11101100 | 10100 | 111101 | 0 | 111 | 100011000 | 1001111 | 1000001 |
Color Harmonies of #BC5DEC
Complementary color
Monochromatic Colors of #BC5DEC
Black with #BC5DEC
Text Example
Text Example
White with #BC5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DEC; }
p { color: rgb(188,93,236); }
H1.HeaderClassName
{
color: #BC5DEC;
}
.AnyTagClassName
{
color: #BC5DEC;
}
</style>
background-color css
<style>
a { background-color: #BC5DEC; }
a { background-color: rgb(188,93,236); }
div.DivClassName
{
background-color: #BC5DEC;
}
.BgClassName
{
background-color: #BC5DEC;
}
</style>
border-color css
<style>
span { border-color: #BC5DEC; }
span { border-color: rgb(188,93,236); }
td.TdClassName
{
border-color: #BC5DEC;
}
.TagClassName
{
border-color: #BC5DEC;
}
</style>