Shades of Medium Orchid #BC56DA
Tints of Medium Orchid #BC56DA
RGB
CMYK
RGB Variations
Color information
#BC56DA (or 0xBC56DA) is known color: Medium Orchid. HEX triplet: BC, 56 and DA. RGB value is (188,86,218). Sum of RGB (Red+Green+Blue) = 188+86+218=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 86 (33.98% from 255 or 17.48% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56DA is #43A925. Grayscale: #838383. Windows color (decimal): -4434214 or 14309052. OLE color: 14309052.
HSL color Cylindrical-coordinate representation of color #BC56DA: hue angle of 286.36º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC56DA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 86 | 218 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.15 |
| HSL | 286.36º | 0.64% | 0.6% | - |
| HSV(B) | 286.36º | 0.61% | 0.85% | - |
| XYZ | 36.72 | 22.41 | 68.72 | - |
| YUV | 131.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 218 | 0.14 | 0.61 | 0 | 0.15 | 286.36 | 0.64 | 0.6 |
| Hex | BC | 56 | DA | E | 3D | 0 | F | 11E | 40 | 3C |
| Octal | 274 | 126 | 332 | 16 | 75 | 0 | 17 | 436 | 100 | 74 |
| Binary | 10111100 | 1010110 | 11011010 | 1110 | 111101 | 0 | 1111 | 100011110 | 1000000 | 111100 |
Color Harmonies of #BC56DA
Complementary color
Monochromatic Colors of #BC56DA
Black with #BC56DA
Text Example
Text Example
White with #BC56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC56DA; }
p { color: rgb(188,86,218); }
H1.HeaderClassName
{
color: #BC56DA;
}
.AnyTagClassName
{
color: #BC56DA;
}
</style>
background-color css
<style>
a { background-color: #BC56DA; }
a { background-color: rgb(188,86,218); }
div.DivClassName
{
background-color: #BC56DA;
}
.BgClassName
{
background-color: #BC56DA;
}
</style>
border-color css
<style>
span { border-color: #BC56DA; }
span { border-color: rgb(188,86,218); }
td.TdClassName
{
border-color: #BC56DA;
}
.TagClassName
{
border-color: #BC56DA;
}
</style>