Shades of Medium Orchid #BC4ED9
Tints of Medium Orchid #BC4ED9
RGB
CMYK
RGB Variations
Color information
#BC4ED9 (or 0xBC4ED9) is known color: Medium Orchid. HEX triplet: BC, 4E and D9. RGB value is (188,78,217). Sum of RGB (Red+Green+Blue) = 188+78+217=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC4ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ED9 is #43B126. Grayscale: #7E7E7E. Windows color (decimal): -4436263 or 14241468. OLE color: 14241468.
HSL color Cylindrical-coordinate representation of color #BC4ED9: hue angle of 287.48º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4ED9 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 78 | 217 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.15 |
| HSL | 287.48º | 0.65% | 0.58% | - |
| HSV(B) | 287.48º | 0.64% | 0.85% | - |
| XYZ | 35.99 | 21.15 | 67.83 | - |
| YUV | 126.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 217 | 0.13 | 0.64 | 0 | 0.15 | 287.48 | 0.65 | 0.58 |
| Hex | BC | 4E | D9 | D | 40 | 0 | F | 11F | 41 | 3A |
| Octal | 274 | 116 | 331 | 15 | 100 | 0 | 17 | 437 | 101 | 72 |
| Binary | 10111100 | 1001110 | 11011001 | 1101 | 1000000 | 0 | 1111 | 100011111 | 1000001 | 111010 |
Color Harmonies of #BC4ED9
Complementary color
Monochromatic Colors of #BC4ED9
Black with #BC4ED9
Text Example
Text Example
White with #BC4ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ED9; }
p { color: rgb(188,78,217); }
H1.HeaderClassName
{
color: #BC4ED9;
}
.AnyTagClassName
{
color: #BC4ED9;
}
</style>
background-color css
<style>
a { background-color: #BC4ED9; }
a { background-color: rgb(188,78,217); }
div.DivClassName
{
background-color: #BC4ED9;
}
.BgClassName
{
background-color: #BC4ED9;
}
</style>
border-color css
<style>
span { border-color: #BC4ED9; }
span { border-color: rgb(188,78,217); }
td.TdClassName
{
border-color: #BC4ED9;
}
.TagClassName
{
border-color: #BC4ED9;
}
</style>