Shades of Medium Orchid #BC47DF
Tints of Medium Orchid #BC47DF
RGB
CMYK
RGB Variations
Color information
#BC47DF (or 0xBC47DF) is known color: Medium Orchid. HEX triplet: BC, 47 and DF. RGB value is (188,71,223). Sum of RGB (Red+Green+Blue) = 188+71+223=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47DF is #43B820. Grayscale: #7A7A7A. Windows color (decimal): -4438049 or 14632892. OLE color: 14632892.
HSL color Cylindrical-coordinate representation of color #BC47DF: hue angle of 286.18º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC47DF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 71 | 223 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.13 |
| HSL | 286.18º | 0.7% | 0.58% | - |
| HSV(B) | 286.18º | 0.68% | 0.87% | - |
| XYZ | 36.31 | 20.53 | 71.86 | - |
| YUV | 123.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 223 | 0.16 | 0.68 | 0 | 0.13 | 286.18 | 0.7 | 0.58 |
| Hex | BC | 47 | DF | 10 | 44 | 0 | D | 11E | 46 | 3A |
| Octal | 274 | 107 | 337 | 20 | 104 | 0 | 15 | 436 | 106 | 72 |
| Binary | 10111100 | 1000111 | 11011111 | 10000 | 1000100 | 0 | 1101 | 100011110 | 1000110 | 111010 |
Color Harmonies of #BC47DF
Complementary color
Monochromatic Colors of #BC47DF
Black with #BC47DF
Text Example
Text Example
White with #BC47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47DF; }
p { color: rgb(188,71,223); }
H1.HeaderClassName
{
color: #BC47DF;
}
.AnyTagClassName
{
color: #BC47DF;
}
</style>
background-color css
<style>
a { background-color: #BC47DF; }
a { background-color: rgb(188,71,223); }
div.DivClassName
{
background-color: #BC47DF;
}
.BgClassName
{
background-color: #BC47DF;
}
</style>
border-color css
<style>
span { border-color: #BC47DF; }
span { border-color: rgb(188,71,223); }
td.TdClassName
{
border-color: #BC47DF;
}
.TagClassName
{
border-color: #BC47DF;
}
</style>