Shades of Medium Orchid #BC78DE
Tints of Medium Orchid #BC78DE
RGB
CMYK
RGB Variations
Color information
#BC78DE (or 0xBC78DE) is known color: Medium Orchid. HEX triplet: BC, 78 and DE. RGB value is (188,120,222). Sum of RGB (Red+Green+Blue) = 188+120+222=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DE is #438721. Grayscale: #979797. Windows color (decimal): -4425506 or 14579900. OLE color: 14579900.
HSL color Cylindrical-coordinate representation of color #BC78DE: hue angle of 280º degrees, saturation: 0.61, 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 #BC78DE is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 120 | 222 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.13 |
| HSL | 280º | 0.61% | 0.67% | - |
| HSV(B) | 280º | 0.46% | 0.87% | - |
| XYZ | 40.64 | 29.4 | 72.64 | - |
| YUV | 151.96 | 167.53 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 222 | 0.15 | 0.46 | 0 | 0.13 | 280 | 0.61 | 0.67 |
| Hex | BC | 78 | DE | F | 2E | 0 | D | 118 | 3D | 43 |
| Octal | 274 | 170 | 336 | 17 | 56 | 0 | 15 | 430 | 75 | 103 |
| Binary | 10111100 | 1111000 | 11011110 | 1111 | 101110 | 0 | 1101 | 100011000 | 111101 | 1000011 |
Color Harmonies of #BC78DE
Complementary color
Monochromatic Colors of #BC78DE
Black with #BC78DE
Text Example
Text Example
White with #BC78DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78DE; }
p { color: rgb(188,120,222); }
H1.HeaderClassName
{
color: #BC78DE;
}
.AnyTagClassName
{
color: #BC78DE;
}
</style>
background-color css
<style>
a { background-color: #BC78DE; }
a { background-color: rgb(188,120,222); }
div.DivClassName
{
background-color: #BC78DE;
}
.BgClassName
{
background-color: #BC78DE;
}
</style>
border-color css
<style>
span { border-color: #BC78DE; }
span { border-color: rgb(188,120,222); }
td.TdClassName
{
border-color: #BC78DE;
}
.TagClassName
{
border-color: #BC78DE;
}
</style>