Shades of Medium Orchid #BC47E7
Tints of Medium Orchid #BC47E7
RGB
CMYK
RGB Variations
Color information
#BC47E7 (or 0xBC47E7) is known color: Medium Orchid. HEX triplet: BC, 47 and E7. RGB value is (188,71,231). Sum of RGB (Red+Green+Blue) = 188+71+231=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC47E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47E7 is #43B818. Grayscale: #7B7B7B. Windows color (decimal): -4438041 or 15157180. OLE color: 15157180.
HSL color Cylindrical-coordinate representation of color #BC47E7: hue angle of 283.88º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC47E7 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 71 | 231 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.09 |
| HSL | 283.88º | 0.77% | 0.59% | - |
| HSV(B) | 283.88º | 0.69% | 0.91% | - |
| XYZ | 37.42 | 20.97 | 77.68 | - |
| YUV | 124.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 231 | 0.19 | 0.69 | 0 | 0.09 | 283.88 | 0.77 | 0.59 |
| Hex | BC | 47 | E7 | 13 | 45 | 0 | 9 | 11C | 4D | 3B |
| Octal | 274 | 107 | 347 | 23 | 105 | 0 | 11 | 434 | 115 | 73 |
| Binary | 10111100 | 1000111 | 11100111 | 10011 | 1000101 | 0 | 1001 | 100011100 | 1001101 | 111011 |
Color Harmonies of #BC47E7
Complementary color
Monochromatic Colors of #BC47E7
Black with #BC47E7
Text Example
Text Example
White with #BC47E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47E7; }
p { color: rgb(188,71,231); }
H1.HeaderClassName
{
color: #BC47E7;
}
.AnyTagClassName
{
color: #BC47E7;
}
</style>
background-color css
<style>
a { background-color: #BC47E7; }
a { background-color: rgb(188,71,231); }
div.DivClassName
{
background-color: #BC47E7;
}
.BgClassName
{
background-color: #BC47E7;
}
</style>
border-color css
<style>
span { border-color: #BC47E7; }
span { border-color: rgb(188,71,231); }
td.TdClassName
{
border-color: #BC47E7;
}
.TagClassName
{
border-color: #BC47E7;
}
</style>