Shades of Medium Orchid #BC40D1
Tints of Medium Orchid #BC40D1
RGB
CMYK
RGB Variations
Color information
#BC40D1 (or 0xBC40D1) is known color: Medium Orchid. HEX triplet: BC, 40 and D1. RGB value is (188,64,209). Sum of RGB (Red+Green+Blue) = 188+64+209=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC40D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40D1 is #43BF2E. Grayscale: #757575. Windows color (decimal): -4439855 or 13713596. OLE color: 13713596.
HSL color Cylindrical-coordinate representation of color #BC40D1: hue angle of 291.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC40D1 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 64 | 209 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.18 |
| HSL | 291.31º | 0.61% | 0.54% | - |
| HSV(B) | 291.31º | 0.69% | 0.82% | - |
| XYZ | 34.08 | 18.96 | 62.19 | - |
| YUV | 117.61 | 179.58 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 209 | 0.10 | 0.69 | 0 | 0.18 | 291.31 | 0.61 | 0.54 |
| Hex | BC | 40 | D1 | A | 45 | 0 | 12 | 123 | 3D | 36 |
| Octal | 274 | 100 | 321 | 12 | 105 | 0 | 22 | 443 | 75 | 66 |
| Binary | 10111100 | 1000000 | 11010001 | 1010 | 1000101 | 0 | 10010 | 100100011 | 111101 | 110110 |
Color Harmonies of #BC40D1
Complementary color
Monochromatic Colors of #BC40D1
Black with #BC40D1
Text Example
Text Example
White with #BC40D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40D1; }
p { color: rgb(188,64,209); }
H1.HeaderClassName
{
color: #BC40D1;
}
.AnyTagClassName
{
color: #BC40D1;
}
</style>
background-color css
<style>
a { background-color: #BC40D1; }
a { background-color: rgb(188,64,209); }
div.DivClassName
{
background-color: #BC40D1;
}
.BgClassName
{
background-color: #BC40D1;
}
</style>
border-color css
<style>
span { border-color: #BC40D1; }
span { border-color: rgb(188,64,209); }
td.TdClassName
{
border-color: #BC40D1;
}
.TagClassName
{
border-color: #BC40D1;
}
</style>