Shades of Medium Orchid #BC47CB
Tints of Medium Orchid #BC47CB
RGB
CMYK
RGB Variations
Color information
#BC47CB (or 0xBC47CB) is known color: Medium Orchid. HEX triplet: BC, 47 and CB. RGB value is (188,71,203). Sum of RGB (Red+Green+Blue) = 188+71+203=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC47CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47CB is #43B834. Grayscale: #787878. Windows color (decimal): -4438069 or 13322172. OLE color: 13322172.
HSL color Cylindrical-coordinate representation of color #BC47CB: hue angle of 293.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC47CB is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 71 | 203 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.20 |
| HSL | 293.18º | 0.56% | 0.54% | - |
| HSV(B) | 293.18º | 0.65% | 0.8% | - |
| XYZ | 33.77 | 19.51 | 58.49 | - |
| YUV | 121.03 | 174.26 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 203 | 0.07 | 0.65 | 0 | 0.20 | 293.18 | 0.56 | 0.54 |
| Hex | BC | 47 | CB | 7 | 41 | 0 | 14 | 125 | 38 | 36 |
| Octal | 274 | 107 | 313 | 7 | 101 | 0 | 24 | 445 | 70 | 66 |
| Binary | 10111100 | 1000111 | 11001011 | 111 | 1000001 | 0 | 10100 | 100100101 | 111000 | 110110 |
Color Harmonies of #BC47CB
Complementary color
Monochromatic Colors of #BC47CB
Black with #BC47CB
Text Example
Text Example
White with #BC47CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC47CB; }
p { color: rgb(188,71,203); }
H1.HeaderClassName
{
color: #BC47CB;
}
.AnyTagClassName
{
color: #BC47CB;
}
</style>
background-color css
<style>
a { background-color: #BC47CB; }
a { background-color: rgb(188,71,203); }
div.DivClassName
{
background-color: #BC47CB;
}
.BgClassName
{
background-color: #BC47CB;
}
</style>
border-color css
<style>
span { border-color: #BC47CB; }
span { border-color: rgb(188,71,203); }
td.TdClassName
{
border-color: #BC47CB;
}
.TagClassName
{
border-color: #BC47CB;
}
</style>