Shades of Medium Orchid #BC47D1
Tints of Medium Orchid #BC47D1
RGB
CMYK
RGB Variations
Color information
#BC47D1 (or 0xBC47D1) is known color: Medium Orchid. HEX triplet: BC, 47 and D1. RGB value is (188,71,209). Sum of RGB (Red+Green+Blue) = 188+71+209=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC47D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47D1 is #43B82E. Grayscale: #797979. Windows color (decimal): -4438063 or 13715388. OLE color: 13715388.
HSL color Cylindrical-coordinate representation of color #BC47D1: hue angle of 290.87º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC47D1 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 71 | 209 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.18 |
| HSL | 290.87º | 0.6% | 0.55% | - |
| HSV(B) | 290.87º | 0.66% | 0.82% | - |
| XYZ | 34.5 | 19.8 | 62.33 | - |
| YUV | 121.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 209 | 0.10 | 0.66 | 0 | 0.18 | 290.87 | 0.6 | 0.55 |
| Hex | BC | 47 | D1 | A | 42 | 0 | 12 | 123 | 3C | 37 |
| Octal | 274 | 107 | 321 | 12 | 102 | 0 | 22 | 443 | 74 | 67 |
| Binary | 10111100 | 1000111 | 11010001 | 1010 | 1000010 | 0 | 10010 | 100100011 | 111100 | 110111 |
Color Harmonies of #BC47D1
Complementary color
Monochromatic Colors of #BC47D1
Black with #BC47D1
Text Example
Text Example
White with #BC47D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47D1; }
p { color: rgb(188,71,209); }
H1.HeaderClassName
{
color: #BC47D1;
}
.AnyTagClassName
{
color: #BC47D1;
}
</style>
background-color css
<style>
a { background-color: #BC47D1; }
a { background-color: rgb(188,71,209); }
div.DivClassName
{
background-color: #BC47D1;
}
.BgClassName
{
background-color: #BC47D1;
}
</style>
border-color css
<style>
span { border-color: #BC47D1; }
span { border-color: rgb(188,71,209); }
td.TdClassName
{
border-color: #BC47D1;
}
.TagClassName
{
border-color: #BC47D1;
}
</style>