Shades of Medium Orchid #BC78DF
Tints of Medium Orchid #BC78DF
RGB
CMYK
RGB Variations
Color information
#BC78DF (or 0xBC78DF) is known color: Medium Orchid. HEX triplet: BC, 78 and DF. RGB value is (188,120,223). Sum of RGB (Red+Green+Blue) = 188+120+223=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78DF is #438720. Grayscale: #979797. Windows color (decimal): -4425505 or 14645436. OLE color: 14645436.
HSL color Cylindrical-coordinate representation of color #BC78DF: hue angle of 279.61º degrees, saturation: 0.62, 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 #BC78DF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 120 | 223 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.13 |
| HSL | 279.61º | 0.62% | 0.67% | - |
| HSV(B) | 279.61º | 0.46% | 0.87% | - |
| XYZ | 40.77 | 29.45 | 73.35 | - |
| YUV | 152.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 223 | 0.16 | 0.46 | 0 | 0.13 | 279.61 | 0.62 | 0.67 |
| Hex | BC | 78 | DF | 10 | 2E | 0 | D | 118 | 3E | 43 |
| Octal | 274 | 170 | 337 | 20 | 56 | 0 | 15 | 430 | 76 | 103 |
| Binary | 10111100 | 1111000 | 11011111 | 10000 | 101110 | 0 | 1101 | 100011000 | 111110 | 1000011 |
Color Harmonies of #BC78DF
Complementary color
Monochromatic Colors of #BC78DF
Black with #BC78DF
Text Example
Text Example
White with #BC78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78DF; }
p { color: rgb(188,120,223); }
H1.HeaderClassName
{
color: #BC78DF;
}
.AnyTagClassName
{
color: #BC78DF;
}
</style>
background-color css
<style>
a { background-color: #BC78DF; }
a { background-color: rgb(188,120,223); }
div.DivClassName
{
background-color: #BC78DF;
}
.BgClassName
{
background-color: #BC78DF;
}
</style>
border-color css
<style>
span { border-color: #BC78DF; }
span { border-color: rgb(188,120,223); }
td.TdClassName
{
border-color: #BC78DF;
}
.TagClassName
{
border-color: #BC78DF;
}
</style>