Shades of Medium Orchid #BC6BDC
Tints of Medium Orchid #BC6BDC
RGB
CMYK
RGB Variations
Color information
#BC6BDC (or 0xBC6BDC) is known color: Medium Orchid. HEX triplet: BC, 6B and DC. RGB value is (188,107,220). Sum of RGB (Red+Green+Blue) = 188+107+220=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BDC is #439423. Grayscale: #8F8F8F. Windows color (decimal): -4428836 or 14445500. OLE color: 14445500.
HSL color Cylindrical-coordinate representation of color #BC6BDC: hue angle of 283.01º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6BDC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 107 | 220 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.14 |
| HSL | 283.01º | 0.62% | 0.64% | - |
| HSV(B) | 283.01º | 0.51% | 0.86% | - |
| XYZ | 38.92 | 26.37 | 70.75 | - |
| YUV | 144.1 | 170.84 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 220 | 0.15 | 0.51 | 0 | 0.14 | 283.01 | 0.62 | 0.64 |
| Hex | BC | 6B | DC | F | 33 | 0 | E | 11B | 3E | 40 |
| Octal | 274 | 153 | 334 | 17 | 63 | 0 | 16 | 433 | 76 | 100 |
| Binary | 10111100 | 1101011 | 11011100 | 1111 | 110011 | 0 | 1110 | 100011011 | 111110 | 1000000 |
Color Harmonies of #BC6BDC
Complementary color
Monochromatic Colors of #BC6BDC
Black with #BC6BDC
Text Example
Text Example
White with #BC6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BDC; }
p { color: rgb(188,107,220); }
H1.HeaderClassName
{
color: #BC6BDC;
}
.AnyTagClassName
{
color: #BC6BDC;
}
</style>
background-color css
<style>
a { background-color: #BC6BDC; }
a { background-color: rgb(188,107,220); }
div.DivClassName
{
background-color: #BC6BDC;
}
.BgClassName
{
background-color: #BC6BDC;
}
</style>
border-color css
<style>
span { border-color: #BC6BDC; }
span { border-color: rgb(188,107,220); }
td.TdClassName
{
border-color: #BC6BDC;
}
.TagClassName
{
border-color: #BC6BDC;
}
</style>