Shades of Medium Orchid #BC56EF
Tints of Medium Orchid #BC56EF
RGB
CMYK
RGB Variations
Color information
#BC56EF (or 0xBC56EF) is known color: Medium Orchid. HEX triplet: BC, 56 and EF. RGB value is (188,86,239). Sum of RGB (Red+Green+Blue) = 188+86+239=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC56EF is #43A910. Grayscale: #858585. Windows color (decimal): -4434193 or 15685308. OLE color: 15685308.
HSL color Cylindrical-coordinate representation of color #BC56EF: hue angle of 280º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC56EF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 86 | 239 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.06 |
| HSL | 280º | 0.83% | 0.64% | - |
| HSV(B) | 280º | 0.64% | 0.94% | - |
| XYZ | 39.65 | 23.58 | 84.12 | - |
| YUV | 133.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 239 | 0.21 | 0.64 | 0 | 0.06 | 280 | 0.83 | 0.64 |
| Hex | BC | 56 | EF | 15 | 40 | 0 | 6 | 118 | 53 | 40 |
| Octal | 274 | 126 | 357 | 25 | 100 | 0 | 6 | 430 | 123 | 100 |
| Binary | 10111100 | 1010110 | 11101111 | 10101 | 1000000 | 0 | 110 | 100011000 | 1010011 | 1000000 |
Color Harmonies of #BC56EF
Complementary color
Monochromatic Colors of #BC56EF
Black with #BC56EF
Text Example
Text Example
White with #BC56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56EF; }
p { color: rgb(188,86,239); }
H1.HeaderClassName
{
color: #BC56EF;
}
.AnyTagClassName
{
color: #BC56EF;
}
</style>
background-color css
<style>
a { background-color: #BC56EF; }
a { background-color: rgb(188,86,239); }
div.DivClassName
{
background-color: #BC56EF;
}
.BgClassName
{
background-color: #BC56EF;
}
</style>
border-color css
<style>
span { border-color: #BC56EF; }
span { border-color: rgb(188,86,239); }
td.TdClassName
{
border-color: #BC56EF;
}
.TagClassName
{
border-color: #BC56EF;
}
</style>