Shades of Medium Orchid #BC78CF
Tints of Medium Orchid #BC78CF
RGB
CMYK
RGB Variations
Color information
#BC78CF (or 0xBC78CF) is known color: Medium Orchid. HEX triplet: BC, 78 and CF. RGB value is (188,120,207). Sum of RGB (Red+Green+Blue) = 188+120+207=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78CF is #438730. Grayscale: #959595. Windows color (decimal): -4425521 or 13596860. OLE color: 13596860.
HSL color Cylindrical-coordinate representation of color #BC78CF: hue angle of 286.9º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC78CF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 120 | 207 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.19 |
| HSL | 286.9º | 0.48% | 0.64% | - |
| HSV(B) | 286.9º | 0.42% | 0.81% | - |
| XYZ | 38.72 | 28.63 | 62.52 | - |
| YUV | 150.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 207 | 0.09 | 0.42 | 0 | 0.19 | 286.9 | 0.48 | 0.64 |
| Hex | BC | 78 | CF | 9 | 2A | 0 | 13 | 11F | 30 | 40 |
| Octal | 274 | 170 | 317 | 11 | 52 | 0 | 23 | 437 | 60 | 100 |
| Binary | 10111100 | 1111000 | 11001111 | 1001 | 101010 | 0 | 10011 | 100011111 | 110000 | 1000000 |
Color Harmonies of #BC78CF
Complementary color
Monochromatic Colors of #BC78CF
Black with #BC78CF
Text Example
Text Example
White with #BC78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC78CF; }
p { color: rgb(188,120,207); }
H1.HeaderClassName
{
color: #BC78CF;
}
.AnyTagClassName
{
color: #BC78CF;
}
</style>
background-color css
<style>
a { background-color: #BC78CF; }
a { background-color: rgb(188,120,207); }
div.DivClassName
{
background-color: #BC78CF;
}
.BgClassName
{
background-color: #BC78CF;
}
</style>
border-color css
<style>
span { border-color: #BC78CF; }
span { border-color: rgb(188,120,207); }
td.TdClassName
{
border-color: #BC78CF;
}
.TagClassName
{
border-color: #BC78CF;
}
</style>