Shades of Medium Orchid #BC56DD
Tints of Medium Orchid #BC56DD
RGB
CMYK
RGB Variations
Color information
#BC56DD (or 0xBC56DD) is known color: Medium Orchid. HEX triplet: BC, 56 and DD. RGB value is (188,86,221). Sum of RGB (Red+Green+Blue) = 188+86+221=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56DD is #43A922. Grayscale: #838383. Windows color (decimal): -4434211 or 14505660. OLE color: 14505660.
HSL color Cylindrical-coordinate representation of color #BC56DD: hue angle of 285.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC56DD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 86 | 221 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.13 |
| HSL | 285.33º | 0.67% | 0.6% | - |
| HSV(B) | 285.33º | 0.61% | 0.87% | - |
| XYZ | 37.12 | 22.57 | 70.81 | - |
| YUV | 131.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 221 | 0.15 | 0.61 | 0 | 0.13 | 285.33 | 0.67 | 0.6 |
| Hex | BC | 56 | DD | F | 3D | 0 | D | 11D | 43 | 3C |
| Octal | 274 | 126 | 335 | 17 | 75 | 0 | 15 | 435 | 103 | 74 |
| Binary | 10111100 | 1010110 | 11011101 | 1111 | 111101 | 0 | 1101 | 100011101 | 1000011 | 111100 |
Color Harmonies of #BC56DD
Complementary color
Monochromatic Colors of #BC56DD
Black with #BC56DD
Text Example
Text Example
White with #BC56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56DD; }
p { color: rgb(188,86,221); }
H1.HeaderClassName
{
color: #BC56DD;
}
.AnyTagClassName
{
color: #BC56DD;
}
</style>
background-color css
<style>
a { background-color: #BC56DD; }
a { background-color: rgb(188,86,221); }
div.DivClassName
{
background-color: #BC56DD;
}
.BgClassName
{
background-color: #BC56DD;
}
</style>
border-color css
<style>
span { border-color: #BC56DD; }
span { border-color: rgb(188,86,221); }
td.TdClassName
{
border-color: #BC56DD;
}
.TagClassName
{
border-color: #BC56DD;
}
</style>