Shades of Medium Orchid #BC78D2
Tints of Medium Orchid #BC78D2
RGB
CMYK
RGB Variations
Color information
#BC78D2 (or 0xBC78D2) is known color: Medium Orchid. HEX triplet: BC, 78 and D2. RGB value is (188,120,210). Sum of RGB (Red+Green+Blue) = 188+120+210=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC78D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78D2 is #43872D. Grayscale: #969696. Windows color (decimal): -4425518 or 13793468. OLE color: 13793468.
HSL color Cylindrical-coordinate representation of color #BC78D2: hue angle of 285.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC78D2 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 120 | 210 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.18 |
| HSL | 285.33º | 0.5% | 0.65% | - |
| HSV(B) | 285.33º | 0.43% | 0.82% | - |
| XYZ | 39.09 | 28.78 | 64.47 | - |
| YUV | 150.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 210 | 0.10 | 0.43 | 0 | 0.18 | 285.33 | 0.5 | 0.65 |
| Hex | BC | 78 | D2 | A | 2B | 0 | 12 | 11D | 32 | 41 |
| Octal | 274 | 170 | 322 | 12 | 53 | 0 | 22 | 435 | 62 | 101 |
| Binary | 10111100 | 1111000 | 11010010 | 1010 | 101011 | 0 | 10010 | 100011101 | 110010 | 1000001 |
Color Harmonies of #BC78D2
Complementary color
Monochromatic Colors of #BC78D2
Black with #BC78D2
Text Example
Text Example
White with #BC78D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78D2; }
p { color: rgb(188,120,210); }
H1.HeaderClassName
{
color: #BC78D2;
}
.AnyTagClassName
{
color: #BC78D2;
}
</style>
background-color css
<style>
a { background-color: #BC78D2; }
a { background-color: rgb(188,120,210); }
div.DivClassName
{
background-color: #BC78D2;
}
.BgClassName
{
background-color: #BC78D2;
}
</style>
border-color css
<style>
span { border-color: #BC78D2; }
span { border-color: rgb(188,120,210); }
td.TdClassName
{
border-color: #BC78D2;
}
.TagClassName
{
border-color: #BC78D2;
}
</style>