Shades of Medium Orchid #BC47EE
Tints of Medium Orchid #BC47EE
RGB
CMYK
RGB Variations
Color information
#BC47EE (or 0xBC47EE) is known color: Medium Orchid. HEX triplet: BC, 47 and EE. RGB value is (188,71,238). Sum of RGB (Red+Green+Blue) = 188+71+238=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47EE is #43B811. Grayscale: #7C7C7C. Windows color (decimal): -4438034 or 15615932. OLE color: 15615932.
HSL color Cylindrical-coordinate representation of color #BC47EE: hue angle of 282.04º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC47EE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 71 | 238 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.07 |
| HSL | 282.04º | 0.83% | 0.61% | - |
| HSV(B) | 282.04º | 0.7% | 0.93% | - |
| XYZ | 38.42 | 21.37 | 82.99 | - |
| YUV | 125.02 | 191.76 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 238 | 0.21 | 0.70 | 0 | 0.07 | 282.04 | 0.83 | 0.61 |
| Hex | BC | 47 | EE | 15 | 46 | 0 | 7 | 11A | 53 | 3D |
| Octal | 274 | 107 | 356 | 25 | 106 | 0 | 7 | 432 | 123 | 75 |
| Binary | 10111100 | 1000111 | 11101110 | 10101 | 1000110 | 0 | 111 | 100011010 | 1010011 | 111101 |
Color Harmonies of #BC47EE
Complementary color
Monochromatic Colors of #BC47EE
Black with #BC47EE
Text Example
Text Example
White with #BC47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47EE; }
p { color: rgb(188,71,238); }
H1.HeaderClassName
{
color: #BC47EE;
}
.AnyTagClassName
{
color: #BC47EE;
}
</style>
background-color css
<style>
a { background-color: #BC47EE; }
a { background-color: rgb(188,71,238); }
div.DivClassName
{
background-color: #BC47EE;
}
.BgClassName
{
background-color: #BC47EE;
}
</style>
border-color css
<style>
span { border-color: #BC47EE; }
span { border-color: rgb(188,71,238); }
td.TdClassName
{
border-color: #BC47EE;
}
.TagClassName
{
border-color: #BC47EE;
}
</style>