Shades of Medium Orchid #BC71D0
Tints of Medium Orchid #BC71D0
RGB
CMYK
RGB Variations
Color information
#BC71D0 (or 0xBC71D0) is known color: Medium Orchid. HEX triplet: BC, 71 and D0. RGB value is (188,113,208). Sum of RGB (Red+Green+Blue) = 188+113+208=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC71D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D0 is #438E2F. Grayscale: #919191. Windows color (decimal): -4427312 or 13660604. OLE color: 13660604.
HSL color Cylindrical-coordinate representation of color #BC71D0: hue angle of 287.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC71D0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 113 | 208 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.18 |
| HSL | 287.37º | 0.5% | 0.63% | - |
| HSV(B) | 287.37º | 0.46% | 0.82% | - |
| XYZ | 38.03 | 27.06 | 62.89 | - |
| YUV | 146.26 | 162.85 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 208 | 0.10 | 0.46 | 0 | 0.18 | 287.37 | 0.5 | 0.63 |
| Hex | BC | 71 | D0 | A | 2E | 0 | 12 | 11F | 32 | 3F |
| Octal | 274 | 161 | 320 | 12 | 56 | 0 | 22 | 437 | 62 | 77 |
| Binary | 10111100 | 1110001 | 11010000 | 1010 | 101110 | 0 | 10010 | 100011111 | 110010 | 111111 |
Color Harmonies of #BC71D0
Complementary color
Monochromatic Colors of #BC71D0
Black with #BC71D0
Text Example
Text Example
White with #BC71D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71D0; }
p { color: rgb(188,113,208); }
H1.HeaderClassName
{
color: #BC71D0;
}
.AnyTagClassName
{
color: #BC71D0;
}
</style>
background-color css
<style>
a { background-color: #BC71D0; }
a { background-color: rgb(188,113,208); }
div.DivClassName
{
background-color: #BC71D0;
}
.BgClassName
{
background-color: #BC71D0;
}
</style>
border-color css
<style>
span { border-color: #BC71D0; }
span { border-color: rgb(188,113,208); }
td.TdClassName
{
border-color: #BC71D0;
}
.TagClassName
{
border-color: #BC71D0;
}
</style>