Shades of Medium Orchid #BC6CDA
Tints of Medium Orchid #BC6CDA
RGB
CMYK
RGB Variations
Color information
#BC6CDA (or 0xBC6CDA) is known color: Medium Orchid. HEX triplet: BC, 6C and DA. RGB value is (188,108,218). Sum of RGB (Red+Green+Blue) = 188+108+218=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CDA is #439325. Grayscale: #909090. Windows color (decimal): -4428582 or 14314684. OLE color: 14314684.
HSL color Cylindrical-coordinate representation of color #BC6CDA: hue angle of 283.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6CDA is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 108 | 218 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.15 |
| HSL | 283.64º | 0.6% | 0.64% | - |
| HSV(B) | 283.64º | 0.5% | 0.85% | - |
| XYZ | 38.76 | 26.48 | 69.4 | - |
| YUV | 144.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 218 | 0.14 | 0.50 | 0 | 0.15 | 283.64 | 0.6 | 0.64 |
| Hex | BC | 6C | DA | E | 32 | 0 | F | 11C | 3C | 40 |
| Octal | 274 | 154 | 332 | 16 | 62 | 0 | 17 | 434 | 74 | 100 |
| Binary | 10111100 | 1101100 | 11011010 | 1110 | 110010 | 0 | 1111 | 100011100 | 111100 | 1000000 |
Color Harmonies of #BC6CDA
Complementary color
Monochromatic Colors of #BC6CDA
Black with #BC6CDA
Text Example
Text Example
White with #BC6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CDA; }
p { color: rgb(188,108,218); }
H1.HeaderClassName
{
color: #BC6CDA;
}
.AnyTagClassName
{
color: #BC6CDA;
}
</style>
background-color css
<style>
a { background-color: #BC6CDA; }
a { background-color: rgb(188,108,218); }
div.DivClassName
{
background-color: #BC6CDA;
}
.BgClassName
{
background-color: #BC6CDA;
}
</style>
border-color css
<style>
span { border-color: #BC6CDA; }
span { border-color: rgb(188,108,218); }
td.TdClassName
{
border-color: #BC6CDA;
}
.TagClassName
{
border-color: #BC6CDA;
}
</style>