Shades of Medium Orchid #BC6FED
Tints of Medium Orchid #BC6FED
RGB
CMYK
RGB Variations
Color information
#BC6FED (or 0xBC6FED) is known color: Medium Orchid. HEX triplet: BC, 6F and ED. RGB value is (188,111,237). Sum of RGB (Red+Green+Blue) = 188+111+237=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC6FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FED is #439012. Grayscale: #939393. Windows color (decimal): -4427795 or 15560636. OLE color: 15560636.
HSL color Cylindrical-coordinate representation of color #BC6FED: hue angle of 276.67º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6FED is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 111 | 237 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.07 |
| HSL | 276.67º | 0.78% | 0.68% | - |
| HSV(B) | 276.67º | 0.53% | 0.93% | - |
| XYZ | 41.71 | 28.17 | 83.36 | - |
| YUV | 148.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 237 | 0.21 | 0.53 | 0 | 0.07 | 276.67 | 0.78 | 0.68 |
| Hex | BC | 6F | ED | 15 | 35 | 0 | 7 | 115 | 4E | 44 |
| Octal | 274 | 157 | 355 | 25 | 65 | 0 | 7 | 425 | 116 | 104 |
| Binary | 10111100 | 1101111 | 11101101 | 10101 | 110101 | 0 | 111 | 100010101 | 1001110 | 1000100 |
Color Harmonies of #BC6FED
Complementary color
Monochromatic Colors of #BC6FED
Black with #BC6FED
Text Example
Text Example
White with #BC6FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FED; }
p { color: rgb(188,111,237); }
H1.HeaderClassName
{
color: #BC6FED;
}
.AnyTagClassName
{
color: #BC6FED;
}
</style>
background-color css
<style>
a { background-color: #BC6FED; }
a { background-color: rgb(188,111,237); }
div.DivClassName
{
background-color: #BC6FED;
}
.BgClassName
{
background-color: #BC6FED;
}
</style>
border-color css
<style>
span { border-color: #BC6FED; }
span { border-color: rgb(188,111,237); }
td.TdClassName
{
border-color: #BC6FED;
}
.TagClassName
{
border-color: #BC6FED;
}
</style>