Shades of Medium Orchid #BC6DED
Tints of Medium Orchid #BC6DED
RGB
CMYK
RGB Variations
Color information
#BC6DED (or 0xBC6DED) is known color: Medium Orchid. HEX triplet: BC, 6D and ED. RGB value is (188,109,237). Sum of RGB (Red+Green+Blue) = 188+109+237=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC6DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DED is #439212. Grayscale: #929292. Windows color (decimal): -4428307 or 15560124. OLE color: 15560124.
HSL color Cylindrical-coordinate representation of color #BC6DED: hue angle of 277.03º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6DED is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 109 | 237 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 277.03º | 0.78% | 0.68% | - |
| HSV(B) | 277.03º | 0.54% | 0.93% | - |
| XYZ | 41.49 | 27.74 | 83.29 | - |
| YUV | 147.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 237 | 0.21 | 0.54 | 0 | 0.07 | 277.03 | 0.78 | 0.68 |
| Hex | BC | 6D | ED | 15 | 36 | 0 | 7 | 115 | 4E | 44 |
| Octal | 274 | 155 | 355 | 25 | 66 | 0 | 7 | 425 | 116 | 104 |
| Binary | 10111100 | 1101101 | 11101101 | 10101 | 110110 | 0 | 111 | 100010101 | 1001110 | 1000100 |
Color Harmonies of #BC6DED
Complementary color
Monochromatic Colors of #BC6DED
Black with #BC6DED
Text Example
Text Example
White with #BC6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DED; }
p { color: rgb(188,109,237); }
H1.HeaderClassName
{
color: #BC6DED;
}
.AnyTagClassName
{
color: #BC6DED;
}
</style>
background-color css
<style>
a { background-color: #BC6DED; }
a { background-color: rgb(188,109,237); }
div.DivClassName
{
background-color: #BC6DED;
}
.BgClassName
{
background-color: #BC6DED;
}
</style>
border-color css
<style>
span { border-color: #BC6DED; }
span { border-color: rgb(188,109,237); }
td.TdClassName
{
border-color: #BC6DED;
}
.TagClassName
{
border-color: #BC6DED;
}
</style>