Shades of Medium Orchid #BC56DB
Tints of Medium Orchid #BC56DB
RGB
CMYK
RGB Variations
Color information
#BC56DB (or 0xBC56DB) is known color: Medium Orchid. HEX triplet: BC, 56 and DB. RGB value is (188,86,219). Sum of RGB (Red+Green+Blue) = 188+86+219=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56DB is #43A924. Grayscale: #838383. Windows color (decimal): -4434213 or 14374588. OLE color: 14374588.
HSL color Cylindrical-coordinate representation of color #BC56DB: hue angle of 286.02º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC56DB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 86 | 219 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.14 |
| HSL | 286.02º | 0.65% | 0.6% | - |
| HSV(B) | 286.02º | 0.61% | 0.86% | - |
| XYZ | 36.85 | 22.46 | 69.41 | - |
| YUV | 131.66 | 177.29 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 219 | 0.14 | 0.61 | 0 | 0.14 | 286.02 | 0.65 | 0.6 |
| Hex | BC | 56 | DB | E | 3D | 0 | E | 11E | 41 | 3C |
| Octal | 274 | 126 | 333 | 16 | 75 | 0 | 16 | 436 | 101 | 74 |
| Binary | 10111100 | 1010110 | 11011011 | 1110 | 111101 | 0 | 1110 | 100011110 | 1000001 | 111100 |
Color Harmonies of #BC56DB
Complementary color
Monochromatic Colors of #BC56DB
Black with #BC56DB
Text Example
Text Example
White with #BC56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56DB; }
p { color: rgb(188,86,219); }
H1.HeaderClassName
{
color: #BC56DB;
}
.AnyTagClassName
{
color: #BC56DB;
}
</style>
background-color css
<style>
a { background-color: #BC56DB; }
a { background-color: rgb(188,86,219); }
div.DivClassName
{
background-color: #BC56DB;
}
.BgClassName
{
background-color: #BC56DB;
}
</style>
border-color css
<style>
span { border-color: #BC56DB; }
span { border-color: rgb(188,86,219); }
td.TdClassName
{
border-color: #BC56DB;
}
.TagClassName
{
border-color: #BC56DB;
}
</style>