Shades of Medium Orchid #BC40D6
Tints of Medium Orchid #BC40D6
RGB
CMYK
RGB Variations
Color information
#BC40D6 (or 0xBC40D6) is known color: Medium Orchid. HEX triplet: BC, 40 and D6. RGB value is (188,64,214). Sum of RGB (Red+Green+Blue) = 188+64+214=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC40D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40D6 is #43BF29. Grayscale: #757575. Windows color (decimal): -4439850 or 14041276. OLE color: 14041276.
HSL color Cylindrical-coordinate representation of color #BC40D6: hue angle of 289.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC40D6 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 64 | 214 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.16 |
| HSL | 289.6º | 0.65% | 0.55% | - |
| HSV(B) | 289.6º | 0.7% | 0.84% | - |
| XYZ | 34.71 | 19.21 | 65.5 | - |
| YUV | 118.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 214 | 0.12 | 0.70 | 0 | 0.16 | 289.6 | 0.65 | 0.55 |
| Hex | BC | 40 | D6 | C | 46 | 0 | 10 | 122 | 41 | 37 |
| Octal | 274 | 100 | 326 | 14 | 106 | 0 | 20 | 442 | 101 | 67 |
| Binary | 10111100 | 1000000 | 11010110 | 1100 | 1000110 | 0 | 10000 | 100100010 | 1000001 | 110111 |
Color Harmonies of #BC40D6
Complementary color
Monochromatic Colors of #BC40D6
Black with #BC40D6
Text Example
Text Example
White with #BC40D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40D6; }
p { color: rgb(188,64,214); }
H1.HeaderClassName
{
color: #BC40D6;
}
.AnyTagClassName
{
color: #BC40D6;
}
</style>
background-color css
<style>
a { background-color: #BC40D6; }
a { background-color: rgb(188,64,214); }
div.DivClassName
{
background-color: #BC40D6;
}
.BgClassName
{
background-color: #BC40D6;
}
</style>
border-color css
<style>
span { border-color: #BC40D6; }
span { border-color: rgb(188,64,214); }
td.TdClassName
{
border-color: #BC40D6;
}
.TagClassName
{
border-color: #BC40D6;
}
</style>