Shades of Medium Orchid #BC6CED
Tints of Medium Orchid #BC6CED
RGB
CMYK
RGB Variations
Color information
#BC6CED (or 0xBC6CED) is known color: Medium Orchid. HEX triplet: BC, 6C and ED. RGB value is (188,108,237). Sum of RGB (Red+Green+Blue) = 188+108+237=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CED is #439312. Grayscale: #929292. Windows color (decimal): -4428563 or 15559868. OLE color: 15559868.
HSL color Cylindrical-coordinate representation of color #BC6CED: hue angle of 277.21º 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 #BC6CED is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 108 | 237 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 277.21º | 0.78% | 0.68% | - |
| HSV(B) | 277.21º | 0.54% | 0.93% | - |
| XYZ | 41.39 | 27.53 | 83.25 | - |
| YUV | 146.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 237 | 0.21 | 0.54 | 0 | 0.07 | 277.21 | 0.78 | 0.68 |
| Hex | BC | 6C | ED | 15 | 36 | 0 | 7 | 115 | 4E | 44 |
| Octal | 274 | 154 | 355 | 25 | 66 | 0 | 7 | 425 | 116 | 104 |
| Binary | 10111100 | 1101100 | 11101101 | 10101 | 110110 | 0 | 111 | 100010101 | 1001110 | 1000100 |
Color Harmonies of #BC6CED
Complementary color
Monochromatic Colors of #BC6CED
Black with #BC6CED
Text Example
Text Example
White with #BC6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CED; }
p { color: rgb(188,108,237); }
H1.HeaderClassName
{
color: #BC6CED;
}
.AnyTagClassName
{
color: #BC6CED;
}
</style>
background-color css
<style>
a { background-color: #BC6CED; }
a { background-color: rgb(188,108,237); }
div.DivClassName
{
background-color: #BC6CED;
}
.BgClassName
{
background-color: #BC6CED;
}
</style>
border-color css
<style>
span { border-color: #BC6CED; }
span { border-color: rgb(188,108,237); }
td.TdClassName
{
border-color: #BC6CED;
}
.TagClassName
{
border-color: #BC6CED;
}
</style>