Shades of Medium Orchid #BC56D3
Tints of Medium Orchid #BC56D3
RGB
CMYK
RGB Variations
Color information
#BC56D3 (or 0xBC56D3) is known color: Medium Orchid. HEX triplet: BC, 56 and D3. RGB value is (188,86,211). Sum of RGB (Red+Green+Blue) = 188+86+211=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC56D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56D3 is #43A92C. Grayscale: #828282. Windows color (decimal): -4434221 or 13850300. OLE color: 13850300.
HSL color Cylindrical-coordinate representation of color #BC56D3: hue angle of 288.96º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC56D3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 86 | 211 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.17 |
| HSL | 288.96º | 0.59% | 0.58% | - |
| HSV(B) | 288.96º | 0.59% | 0.83% | - |
| XYZ | 35.82 | 22.05 | 64 | - |
| YUV | 130.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 211 | 0.11 | 0.59 | 0 | 0.17 | 288.96 | 0.59 | 0.58 |
| Hex | BC | 56 | D3 | B | 3B | 0 | 11 | 121 | 3B | 3A |
| Octal | 274 | 126 | 323 | 13 | 73 | 0 | 21 | 441 | 73 | 72 |
| Binary | 10111100 | 1010110 | 11010011 | 1011 | 111011 | 0 | 10001 | 100100001 | 111011 | 111010 |
Color Harmonies of #BC56D3
Complementary color
Monochromatic Colors of #BC56D3
Black with #BC56D3
Text Example
Text Example
White with #BC56D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56D3; }
p { color: rgb(188,86,211); }
H1.HeaderClassName
{
color: #BC56D3;
}
.AnyTagClassName
{
color: #BC56D3;
}
</style>
background-color css
<style>
a { background-color: #BC56D3; }
a { background-color: rgb(188,86,211); }
div.DivClassName
{
background-color: #BC56D3;
}
.BgClassName
{
background-color: #BC56D3;
}
</style>
border-color css
<style>
span { border-color: #BC56D3; }
span { border-color: rgb(188,86,211); }
td.TdClassName
{
border-color: #BC56D3;
}
.TagClassName
{
border-color: #BC56D3;
}
</style>