Shades of Medium Orchid #BC56ED
Tints of Medium Orchid #BC56ED
RGB
CMYK
RGB Variations
Color information
#BC56ED (or 0xBC56ED) is known color: Medium Orchid. HEX triplet: BC, 56 and ED. RGB value is (188,86,237). Sum of RGB (Red+Green+Blue) = 188+86+237=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC56ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56ED is #43A912. Grayscale: #858585. Windows color (decimal): -4434195 or 15554236. OLE color: 15554236.
HSL color Cylindrical-coordinate representation of color #BC56ED: hue angle of 280.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC56ED is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 86 | 237 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.07 |
| HSL | 280.53º | 0.81% | 0.63% | - |
| HSV(B) | 280.53º | 0.64% | 0.93% | - |
| XYZ | 39.35 | 23.46 | 82.58 | - |
| YUV | 133.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 237 | 0.21 | 0.64 | 0 | 0.07 | 280.53 | 0.81 | 0.63 |
| Hex | BC | 56 | ED | 15 | 40 | 0 | 7 | 119 | 51 | 3F |
| Octal | 274 | 126 | 355 | 25 | 100 | 0 | 7 | 431 | 121 | 77 |
| Binary | 10111100 | 1010110 | 11101101 | 10101 | 1000000 | 0 | 111 | 100011001 | 1010001 | 111111 |
Color Harmonies of #BC56ED
Complementary color
Monochromatic Colors of #BC56ED
Black with #BC56ED
Text Example
Text Example
White with #BC56ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56ED; }
p { color: rgb(188,86,237); }
H1.HeaderClassName
{
color: #BC56ED;
}
.AnyTagClassName
{
color: #BC56ED;
}
</style>
background-color css
<style>
a { background-color: #BC56ED; }
a { background-color: rgb(188,86,237); }
div.DivClassName
{
background-color: #BC56ED;
}
.BgClassName
{
background-color: #BC56ED;
}
</style>
border-color css
<style>
span { border-color: #BC56ED; }
span { border-color: rgb(188,86,237); }
td.TdClassName
{
border-color: #BC56ED;
}
.TagClassName
{
border-color: #BC56ED;
}
</style>