Shades of Medium Orchid #BC78DD
Tints of Medium Orchid #BC78DD
RGB
CMYK
RGB Variations
Color information
#BC78DD (or 0xBC78DD) is known color: Medium Orchid. HEX triplet: BC, 78 and DD. RGB value is (188,120,221). Sum of RGB (Red+Green+Blue) = 188+120+221=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DD is #438722. Grayscale: #979797. Windows color (decimal): -4425507 or 14514364. OLE color: 14514364.
HSL color Cylindrical-coordinate representation of color #BC78DD: hue angle of 280.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC78DD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 120 | 221 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.13 |
| HSL | 280.4º | 0.6% | 0.67% | - |
| HSV(B) | 280.4º | 0.46% | 0.87% | - |
| XYZ | 40.51 | 29.34 | 71.94 | - |
| YUV | 151.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 221 | 0.15 | 0.46 | 0 | 0.13 | 280.4 | 0.6 | 0.67 |
| Hex | BC | 78 | DD | F | 2E | 0 | D | 118 | 3C | 43 |
| Octal | 274 | 170 | 335 | 17 | 56 | 0 | 15 | 430 | 74 | 103 |
| Binary | 10111100 | 1111000 | 11011101 | 1111 | 101110 | 0 | 1101 | 100011000 | 111100 | 1000011 |
Color Harmonies of #BC78DD
Complementary color
Monochromatic Colors of #BC78DD
Black with #BC78DD
Text Example
Text Example
White with #BC78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78DD; }
p { color: rgb(188,120,221); }
H1.HeaderClassName
{
color: #BC78DD;
}
.AnyTagClassName
{
color: #BC78DD;
}
</style>
background-color css
<style>
a { background-color: #BC78DD; }
a { background-color: rgb(188,120,221); }
div.DivClassName
{
background-color: #BC78DD;
}
.BgClassName
{
background-color: #BC78DD;
}
</style>
border-color css
<style>
span { border-color: #BC78DD; }
span { border-color: rgb(188,120,221); }
td.TdClassName
{
border-color: #BC78DD;
}
.TagClassName
{
border-color: #BC78DD;
}
</style>