Shades of Medium Orchid #BC6FD8
Tints of Medium Orchid #BC6FD8
RGB
CMYK
RGB Variations
Color information
#BC6FD8 (or 0xBC6FD8) is known color: Medium Orchid. HEX triplet: BC, 6F and D8. RGB value is (188,111,216). Sum of RGB (Red+Green+Blue) = 188+111+216=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FD8 is #439027. Grayscale: #919191. Windows color (decimal): -4427816 or 14184380. OLE color: 14184380.
HSL color Cylindrical-coordinate representation of color #BC6FD8: hue angle of 284º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6FD8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 111 | 216 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.15 |
| HSL | 284º | 0.57% | 0.64% | - |
| HSV(B) | 284º | 0.49% | 0.85% | - |
| XYZ | 38.82 | 27.02 | 68.13 | - |
| YUV | 145.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 216 | 0.13 | 0.49 | 0 | 0.15 | 284 | 0.57 | 0.64 |
| Hex | BC | 6F | D8 | D | 31 | 0 | F | 11C | 39 | 40 |
| Octal | 274 | 157 | 330 | 15 | 61 | 0 | 17 | 434 | 71 | 100 |
| Binary | 10111100 | 1101111 | 11011000 | 1101 | 110001 | 0 | 1111 | 100011100 | 111001 | 1000000 |
Color Harmonies of #BC6FD8
Complementary color
Monochromatic Colors of #BC6FD8
Black with #BC6FD8
Text Example
Text Example
White with #BC6FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FD8; }
p { color: rgb(188,111,216); }
H1.HeaderClassName
{
color: #BC6FD8;
}
.AnyTagClassName
{
color: #BC6FD8;
}
</style>
background-color css
<style>
a { background-color: #BC6FD8; }
a { background-color: rgb(188,111,216); }
div.DivClassName
{
background-color: #BC6FD8;
}
.BgClassName
{
background-color: #BC6FD8;
}
</style>
border-color css
<style>
span { border-color: #BC6FD8; }
span { border-color: rgb(188,111,216); }
td.TdClassName
{
border-color: #BC6FD8;
}
.TagClassName
{
border-color: #BC6FD8;
}
</style>