Shades of Medium Orchid #BC5DEF
Tints of Medium Orchid #BC5DEF
RGB
CMYK
RGB Variations
Color information
#BC5DEF (or 0xBC5DEF) is known color: Medium Orchid. HEX triplet: BC, 5D and EF. RGB value is (188,93,239). Sum of RGB (Red+Green+Blue) = 188+93+239=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC5DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DEF is #43A210. Grayscale: #898989. Windows color (decimal): -4432401 or 15687100. OLE color: 15687100.
HSL color Cylindrical-coordinate representation of color #BC5DEF: hue angle of 279.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5DEF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 93 | 239 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.06 |
| HSL | 279.04º | 0.82% | 0.65% | - |
| HSV(B) | 279.04º | 0.61% | 0.94% | - |
| XYZ | 40.23 | 24.75 | 84.32 | - |
| YUV | 138.05 | 184.97 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 239 | 0.21 | 0.61 | 0 | 0.06 | 279.04 | 0.82 | 0.65 |
| Hex | BC | 5D | EF | 15 | 3D | 0 | 6 | 117 | 52 | 41 |
| Octal | 274 | 135 | 357 | 25 | 75 | 0 | 6 | 427 | 122 | 101 |
| Binary | 10111100 | 1011101 | 11101111 | 10101 | 111101 | 0 | 110 | 100010111 | 1010010 | 1000001 |
Color Harmonies of #BC5DEF
Complementary color
Monochromatic Colors of #BC5DEF
Black with #BC5DEF
Text Example
Text Example
White with #BC5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DEF; }
p { color: rgb(188,93,239); }
H1.HeaderClassName
{
color: #BC5DEF;
}
.AnyTagClassName
{
color: #BC5DEF;
}
</style>
background-color css
<style>
a { background-color: #BC5DEF; }
a { background-color: rgb(188,93,239); }
div.DivClassName
{
background-color: #BC5DEF;
}
.BgClassName
{
background-color: #BC5DEF;
}
</style>
border-color css
<style>
span { border-color: #BC5DEF; }
span { border-color: rgb(188,93,239); }
td.TdClassName
{
border-color: #BC5DEF;
}
.TagClassName
{
border-color: #BC5DEF;
}
</style>