Shades of Medium Orchid #BC5DEE
Tints of Medium Orchid #BC5DEE
RGB
CMYK
RGB Variations
Color information
#BC5DEE (or 0xBC5DEE) is known color: Medium Orchid. HEX triplet: BC, 5D and EE. RGB value is (188,93,238). Sum of RGB (Red+Green+Blue) = 188+93+238=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DEE is #43A211. Grayscale: #898989. Windows color (decimal): -4432402 or 15621564. OLE color: 15621564.
HSL color Cylindrical-coordinate representation of color #BC5DEE: hue angle of 279.31º degrees, saturation: 0.81, 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 #BC5DEE is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 93 | 238 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.07 |
| HSL | 279.31º | 0.81% | 0.65% | - |
| HSV(B) | 279.31º | 0.61% | 0.93% | - |
| XYZ | 40.09 | 24.69 | 83.54 | - |
| YUV | 137.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 238 | 0.21 | 0.61 | 0 | 0.07 | 279.31 | 0.81 | 0.65 |
| Hex | BC | 5D | EE | 15 | 3D | 0 | 7 | 117 | 51 | 41 |
| Octal | 274 | 135 | 356 | 25 | 75 | 0 | 7 | 427 | 121 | 101 |
| Binary | 10111100 | 1011101 | 11101110 | 10101 | 111101 | 0 | 111 | 100010111 | 1010001 | 1000001 |
Color Harmonies of #BC5DEE
Complementary color
Monochromatic Colors of #BC5DEE
Black with #BC5DEE
Text Example
Text Example
White with #BC5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DEE; }
p { color: rgb(188,93,238); }
H1.HeaderClassName
{
color: #BC5DEE;
}
.AnyTagClassName
{
color: #BC5DEE;
}
</style>
background-color css
<style>
a { background-color: #BC5DEE; }
a { background-color: rgb(188,93,238); }
div.DivClassName
{
background-color: #BC5DEE;
}
.BgClassName
{
background-color: #BC5DEE;
}
</style>
border-color css
<style>
span { border-color: #BC5DEE; }
span { border-color: rgb(188,93,238); }
td.TdClassName
{
border-color: #BC5DEE;
}
.TagClassName
{
border-color: #BC5DEE;
}
</style>