Shades of Medium Orchid #BC47D2
Tints of Medium Orchid #BC47D2
RGB
CMYK
RGB Variations
Color information
#BC47D2 (or 0xBC47D2) is known color: Medium Orchid. HEX triplet: BC, 47 and D2. RGB value is (188,71,210). Sum of RGB (Red+Green+Blue) = 188+71+210=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC47D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47D2 is #43B82D. Grayscale: #797979. Windows color (decimal): -4438062 or 13780924. OLE color: 13780924.
HSL color Cylindrical-coordinate representation of color #BC47D2: hue angle of 290.5º degrees, saturation: 0.61, 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 #BC47D2 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 71 | 210 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.18 |
| HSL | 290.5º | 0.61% | 0.55% | - |
| HSV(B) | 290.5º | 0.66% | 0.82% | - |
| XYZ | 34.63 | 19.85 | 62.98 | - |
| YUV | 121.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 210 | 0.10 | 0.66 | 0 | 0.18 | 290.5 | 0.61 | 0.55 |
| Hex | BC | 47 | D2 | A | 42 | 0 | 12 | 123 | 3D | 37 |
| Octal | 274 | 107 | 322 | 12 | 102 | 0 | 22 | 443 | 75 | 67 |
| Binary | 10111100 | 1000111 | 11010010 | 1010 | 1000010 | 0 | 10010 | 100100011 | 111101 | 110111 |
Color Harmonies of #BC47D2
Complementary color
Monochromatic Colors of #BC47D2
Black with #BC47D2
Text Example
Text Example
White with #BC47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47D2; }
p { color: rgb(188,71,210); }
H1.HeaderClassName
{
color: #BC47D2;
}
.AnyTagClassName
{
color: #BC47D2;
}
</style>
background-color css
<style>
a { background-color: #BC47D2; }
a { background-color: rgb(188,71,210); }
div.DivClassName
{
background-color: #BC47D2;
}
.BgClassName
{
background-color: #BC47D2;
}
</style>
border-color css
<style>
span { border-color: #BC47D2; }
span { border-color: rgb(188,71,210); }
td.TdClassName
{
border-color: #BC47D2;
}
.TagClassName
{
border-color: #BC47D2;
}
</style>