Shades of Medium Orchid #BC71D5
Tints of Medium Orchid #BC71D5
RGB
CMYK
RGB Variations
Color information
#BC71D5 (or 0xBC71D5) is known color: Medium Orchid. HEX triplet: BC, 71 and D5. RGB value is (188,113,213). Sum of RGB (Red+Green+Blue) = 188+113+213=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D5 is #438E2A. Grayscale: #929292. Windows color (decimal): -4427307 or 13988284. OLE color: 13988284.
HSL color Cylindrical-coordinate representation of color #BC71D5: hue angle of 285º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC71D5 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 113 | 213 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.16 |
| HSL | 285º | 0.54% | 0.64% | - |
| HSV(B) | 285º | 0.47% | 0.84% | - |
| XYZ | 38.65 | 27.31 | 66.18 | - |
| YUV | 146.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 213 | 0.12 | 0.47 | 0 | 0.16 | 285 | 0.54 | 0.64 |
| Hex | BC | 71 | D5 | C | 2F | 0 | 10 | 11D | 36 | 40 |
| Octal | 274 | 161 | 325 | 14 | 57 | 0 | 20 | 435 | 66 | 100 |
| Binary | 10111100 | 1110001 | 11010101 | 1100 | 101111 | 0 | 10000 | 100011101 | 110110 | 1000000 |
Color Harmonies of #BC71D5
Complementary color
Monochromatic Colors of #BC71D5
Black with #BC71D5
Text Example
Text Example
White with #BC71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71D5; }
p { color: rgb(188,113,213); }
H1.HeaderClassName
{
color: #BC71D5;
}
.AnyTagClassName
{
color: #BC71D5;
}
</style>
background-color css
<style>
a { background-color: #BC71D5; }
a { background-color: rgb(188,113,213); }
div.DivClassName
{
background-color: #BC71D5;
}
.BgClassName
{
background-color: #BC71D5;
}
</style>
border-color css
<style>
span { border-color: #BC71D5; }
span { border-color: rgb(188,113,213); }
td.TdClassName
{
border-color: #BC71D5;
}
.TagClassName
{
border-color: #BC71D5;
}
</style>