Shades of Medium Orchid #BC71D7
Tints of Medium Orchid #BC71D7
RGB
CMYK
RGB Variations
Color information
#BC71D7 (or 0xBC71D7) is known color: Medium Orchid. HEX triplet: BC, 71 and D7. RGB value is (188,113,215). Sum of RGB (Red+Green+Blue) = 188+113+215=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC71D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D7 is #438E28. Grayscale: #929292. Windows color (decimal): -4427305 or 14119356. OLE color: 14119356.
HSL color Cylindrical-coordinate representation of color #BC71D7: hue angle of 284.12º degrees, saturation: 0.56, 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 #BC71D7 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 113 | 215 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.16 |
| HSL | 284.12º | 0.56% | 0.64% | - |
| HSV(B) | 284.12º | 0.47% | 0.84% | - |
| XYZ | 38.91 | 27.41 | 67.53 | - |
| YUV | 147.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 215 | 0.13 | 0.47 | 0 | 0.16 | 284.12 | 0.56 | 0.64 |
| Hex | BC | 71 | D7 | D | 2F | 0 | 10 | 11C | 38 | 40 |
| Octal | 274 | 161 | 327 | 15 | 57 | 0 | 20 | 434 | 70 | 100 |
| Binary | 10111100 | 1110001 | 11010111 | 1101 | 101111 | 0 | 10000 | 100011100 | 111000 | 1000000 |
Color Harmonies of #BC71D7
Complementary color
Monochromatic Colors of #BC71D7
Black with #BC71D7
Text Example
Text Example
White with #BC71D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71D7; }
p { color: rgb(188,113,215); }
H1.HeaderClassName
{
color: #BC71D7;
}
.AnyTagClassName
{
color: #BC71D7;
}
</style>
background-color css
<style>
a { background-color: #BC71D7; }
a { background-color: rgb(188,113,215); }
div.DivClassName
{
background-color: #BC71D7;
}
.BgClassName
{
background-color: #BC71D7;
}
</style>
border-color css
<style>
span { border-color: #BC71D7; }
span { border-color: rgb(188,113,215); }
td.TdClassName
{
border-color: #BC71D7;
}
.TagClassName
{
border-color: #BC71D7;
}
</style>