Shades of Medium Orchid #BC6DEB
Tints of Medium Orchid #BC6DEB
RGB
CMYK
RGB Variations
Color information
#BC6DEB (or 0xBC6DEB) is known color: Medium Orchid. HEX triplet: BC, 6D and EB. RGB value is (188,109,235). Sum of RGB (Red+Green+Blue) = 188+109+235=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC6DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DEB is #439214. Grayscale: #929292. Windows color (decimal): -4428309 or 15429052. OLE color: 15429052.
HSL color Cylindrical-coordinate representation of color #BC6DEB: hue angle of 277.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6DEB is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 109 | 235 | - |
| CMYK | 0.2 | 0.54 | 0 | 0.08 |
| HSL | 277.62º | 0.76% | 0.67% | - |
| HSV(B) | 277.62º | 0.54% | 0.92% | - |
| XYZ | 41.2 | 27.63 | 81.76 | - |
| YUV | 146.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 235 | 0.2 | 0.54 | 0 | 0.08 | 277.62 | 0.76 | 0.67 |
| Hex | BC | 6D | EB | 14 | 36 | 0 | 8 | 116 | 4C | 43 |
| Octal | 274 | 155 | 353 | 24 | 66 | 0 | 10 | 426 | 114 | 103 |
| Binary | 10111100 | 1101101 | 11101011 | 10100 | 110110 | 0 | 1000 | 100010110 | 1001100 | 1000011 |
Color Harmonies of #BC6DEB
Complementary color
Monochromatic Colors of #BC6DEB
Black with #BC6DEB
Text Example
Text Example
White with #BC6DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DEB; }
p { color: rgb(188,109,235); }
H1.HeaderClassName
{
color: #BC6DEB;
}
.AnyTagClassName
{
color: #BC6DEB;
}
</style>
background-color css
<style>
a { background-color: #BC6DEB; }
a { background-color: rgb(188,109,235); }
div.DivClassName
{
background-color: #BC6DEB;
}
.BgClassName
{
background-color: #BC6DEB;
}
</style>
border-color css
<style>
span { border-color: #BC6DEB; }
span { border-color: rgb(188,109,235); }
td.TdClassName
{
border-color: #BC6DEB;
}
.TagClassName
{
border-color: #BC6DEB;
}
</style>