Shades of Medium Orchid #BC77D7
Tints of Medium Orchid #BC77D7
RGB
CMYK
RGB Variations
Color information
#BC77D7 (or 0xBC77D7) is known color: Medium Orchid. HEX triplet: BC, 77 and D7. RGB value is (188,119,215). Sum of RGB (Red+Green+Blue) = 188+119+215=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC77D7 is #438828. Grayscale: #969696. Windows color (decimal): -4425769 or 14120892. OLE color: 14120892.
HSL color Cylindrical-coordinate representation of color #BC77D7: hue angle of 283.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC77D7 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 119 | 215 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.16 |
| HSL | 283.13º | 0.55% | 0.65% | - |
| HSV(B) | 283.13º | 0.45% | 0.84% | - |
| XYZ | 39.6 | 28.79 | 67.76 | - |
| YUV | 150.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 215 | 0.13 | 0.45 | 0 | 0.16 | 283.13 | 0.55 | 0.65 |
| Hex | BC | 77 | D7 | D | 2D | 0 | 10 | 11B | 37 | 41 |
| Octal | 274 | 167 | 327 | 15 | 55 | 0 | 20 | 433 | 67 | 101 |
| Binary | 10111100 | 1110111 | 11010111 | 1101 | 101101 | 0 | 10000 | 100011011 | 110111 | 1000001 |
Color Harmonies of #BC77D7
Complementary color
Monochromatic Colors of #BC77D7
Black with #BC77D7
Text Example
Text Example
White with #BC77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC77D7; }
p { color: rgb(188,119,215); }
H1.HeaderClassName
{
color: #BC77D7;
}
.AnyTagClassName
{
color: #BC77D7;
}
</style>
background-color css
<style>
a { background-color: #BC77D7; }
a { background-color: rgb(188,119,215); }
div.DivClassName
{
background-color: #BC77D7;
}
.BgClassName
{
background-color: #BC77D7;
}
</style>
border-color css
<style>
span { border-color: #BC77D7; }
span { border-color: rgb(188,119,215); }
td.TdClassName
{
border-color: #BC77D7;
}
.TagClassName
{
border-color: #BC77D7;
}
</style>