Shades of Medium Orchid #BC78D5
Tints of Medium Orchid #BC78D5
RGB
CMYK
RGB Variations
Color information
#BC78D5 (or 0xBC78D5) is known color: Medium Orchid. HEX triplet: BC, 78 and D5. RGB value is (188,120,213). Sum of RGB (Red+Green+Blue) = 188+120+213=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC78D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78D5 is #43872A. Grayscale: #969696. Windows color (decimal): -4425515 or 13990076. OLE color: 13990076.
HSL color Cylindrical-coordinate representation of color #BC78D5: hue angle of 283.87º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC78D5 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 120 | 213 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.16 |
| HSL | 283.87º | 0.53% | 0.65% | - |
| HSV(B) | 283.87º | 0.44% | 0.84% | - |
| XYZ | 39.47 | 28.93 | 66.45 | - |
| YUV | 150.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 213 | 0.12 | 0.44 | 0 | 0.16 | 283.87 | 0.53 | 0.65 |
| Hex | BC | 78 | D5 | C | 2C | 0 | 10 | 11C | 35 | 41 |
| Octal | 274 | 170 | 325 | 14 | 54 | 0 | 20 | 434 | 65 | 101 |
| Binary | 10111100 | 1111000 | 11010101 | 1100 | 101100 | 0 | 10000 | 100011100 | 110101 | 1000001 |
Color Harmonies of #BC78D5
Complementary color
Monochromatic Colors of #BC78D5
Black with #BC78D5
Text Example
Text Example
White with #BC78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78D5; }
p { color: rgb(188,120,213); }
H1.HeaderClassName
{
color: #BC78D5;
}
.AnyTagClassName
{
color: #BC78D5;
}
</style>
background-color css
<style>
a { background-color: #BC78D5; }
a { background-color: rgb(188,120,213); }
div.DivClassName
{
background-color: #BC78D5;
}
.BgClassName
{
background-color: #BC78D5;
}
</style>
border-color css
<style>
span { border-color: #BC78D5; }
span { border-color: rgb(188,120,213); }
td.TdClassName
{
border-color: #BC78D5;
}
.TagClassName
{
border-color: #BC78D5;
}
</style>