Shades of Medium Orchid #BC47ED
Tints of Medium Orchid #BC47ED
RGB
CMYK
RGB Variations
Color information
#BC47ED (or 0xBC47ED) is known color: Medium Orchid. HEX triplet: BC, 47 and ED. RGB value is (188,71,237). Sum of RGB (Red+Green+Blue) = 188+71+237=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC47ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47ED is #43B812. Grayscale: #7C7C7C. Windows color (decimal): -4438035 or 15550396. OLE color: 15550396.
HSL color Cylindrical-coordinate representation of color #BC47ED: hue angle of 282.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC47ED is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 71 | 237 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.07 |
| HSL | 282.29º | 0.82% | 0.6% | - |
| HSV(B) | 282.29º | 0.7% | 0.93% | - |
| XYZ | 38.28 | 21.31 | 82.22 | - |
| YUV | 124.91 | 191.26 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 237 | 0.21 | 0.70 | 0 | 0.07 | 282.29 | 0.82 | 0.6 |
| Hex | BC | 47 | ED | 15 | 46 | 0 | 7 | 11A | 52 | 3C |
| Octal | 274 | 107 | 355 | 25 | 106 | 0 | 7 | 432 | 122 | 74 |
| Binary | 10111100 | 1000111 | 11101101 | 10101 | 1000110 | 0 | 111 | 100011010 | 1010010 | 111100 |
Color Harmonies of #BC47ED
Complementary color
Monochromatic Colors of #BC47ED
Black with #BC47ED
Text Example
Text Example
White with #BC47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47ED; }
p { color: rgb(188,71,237); }
H1.HeaderClassName
{
color: #BC47ED;
}
.AnyTagClassName
{
color: #BC47ED;
}
</style>
background-color css
<style>
a { background-color: #BC47ED; }
a { background-color: rgb(188,71,237); }
div.DivClassName
{
background-color: #BC47ED;
}
.BgClassName
{
background-color: #BC47ED;
}
</style>
border-color css
<style>
span { border-color: #BC47ED; }
span { border-color: rgb(188,71,237); }
td.TdClassName
{
border-color: #BC47ED;
}
.TagClassName
{
border-color: #BC47ED;
}
</style>