Shades of Medium Orchid #BC6ADC
Tints of Medium Orchid #BC6ADC
RGB
CMYK
RGB Variations
Color information
#BC6ADC (or 0xBC6ADC) is known color: Medium Orchid. HEX triplet: BC, 6A and DC. RGB value is (188,106,220). Sum of RGB (Red+Green+Blue) = 188+106+220=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ADC is #439523. Grayscale: #8F8F8F. Windows color (decimal): -4429092 or 14445244. OLE color: 14445244.
HSL color Cylindrical-coordinate representation of color #BC6ADC: hue angle of 283.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6ADC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 106 | 220 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.14 |
| HSL | 283.16º | 0.62% | 0.64% | - |
| HSV(B) | 283.16º | 0.52% | 0.86% | - |
| XYZ | 38.81 | 26.17 | 70.72 | - |
| YUV | 143.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 220 | 0.15 | 0.52 | 0 | 0.14 | 283.16 | 0.62 | 0.64 |
| Hex | BC | 6A | DC | F | 34 | 0 | E | 11B | 3E | 40 |
| Octal | 274 | 152 | 334 | 17 | 64 | 0 | 16 | 433 | 76 | 100 |
| Binary | 10111100 | 1101010 | 11011100 | 1111 | 110100 | 0 | 1110 | 100011011 | 111110 | 1000000 |
Color Harmonies of #BC6ADC
Complementary color
Monochromatic Colors of #BC6ADC
Black with #BC6ADC
Text Example
Text Example
White with #BC6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ADC; }
p { color: rgb(188,106,220); }
H1.HeaderClassName
{
color: #BC6ADC;
}
.AnyTagClassName
{
color: #BC6ADC;
}
</style>
background-color css
<style>
a { background-color: #BC6ADC; }
a { background-color: rgb(188,106,220); }
div.DivClassName
{
background-color: #BC6ADC;
}
.BgClassName
{
background-color: #BC6ADC;
}
</style>
border-color css
<style>
span { border-color: #BC6ADC; }
span { border-color: rgb(188,106,220); }
td.TdClassName
{
border-color: #BC6ADC;
}
.TagClassName
{
border-color: #BC6ADC;
}
</style>