Shades of Medium Orchid #BC6BDD
Tints of Medium Orchid #BC6BDD
RGB
CMYK
RGB Variations
Color information
#BC6BDD (or 0xBC6BDD) is known color: Medium Orchid. HEX triplet: BC, 6B and DD. RGB value is (188,107,221). Sum of RGB (Red+Green+Blue) = 188+107+221=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BDD is #439422. Grayscale: #8F8F8F. Windows color (decimal): -4428835 or 14511036. OLE color: 14511036.
HSL color Cylindrical-coordinate representation of color #BC6BDD: hue angle of 282.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6BDD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 107 | 221 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.13 |
| HSL | 282.63º | 0.63% | 0.64% | - |
| HSV(B) | 282.63º | 0.52% | 0.87% | - |
| XYZ | 39.05 | 26.43 | 71.45 | - |
| YUV | 144.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 221 | 0.15 | 0.52 | 0 | 0.13 | 282.63 | 0.63 | 0.64 |
| Hex | BC | 6B | DD | F | 34 | 0 | D | 11B | 3F | 40 |
| Octal | 274 | 153 | 335 | 17 | 64 | 0 | 15 | 433 | 77 | 100 |
| Binary | 10111100 | 1101011 | 11011101 | 1111 | 110100 | 0 | 1101 | 100011011 | 111111 | 1000000 |
Color Harmonies of #BC6BDD
Complementary color
Monochromatic Colors of #BC6BDD
Black with #BC6BDD
Text Example
Text Example
White with #BC6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BDD; }
p { color: rgb(188,107,221); }
H1.HeaderClassName
{
color: #BC6BDD;
}
.AnyTagClassName
{
color: #BC6BDD;
}
</style>
background-color css
<style>
a { background-color: #BC6BDD; }
a { background-color: rgb(188,107,221); }
div.DivClassName
{
background-color: #BC6BDD;
}
.BgClassName
{
background-color: #BC6BDD;
}
</style>
border-color css
<style>
span { border-color: #BC6BDD; }
span { border-color: rgb(188,107,221); }
td.TdClassName
{
border-color: #BC6BDD;
}
.TagClassName
{
border-color: #BC6BDD;
}
</style>