Shades of Medium Orchid #BC6CEF
Tints of Medium Orchid #BC6CEF
RGB
CMYK
RGB Variations
Color information
#BC6CEF (or 0xBC6CEF) is known color: Medium Orchid. HEX triplet: BC, 6C and EF. RGB value is (188,108,239). Sum of RGB (Red+Green+Blue) = 188+108+239=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CEF is #439310. Grayscale: #929292. Windows color (decimal): -4428561 or 15690940. OLE color: 15690940.
HSL color Cylindrical-coordinate representation of color #BC6CEF: hue angle of 276.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6CEF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 108 | 239 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.06 |
| HSL | 276.64º | 0.8% | 0.68% | - |
| HSV(B) | 276.64º | 0.55% | 0.94% | - |
| XYZ | 41.68 | 27.65 | 84.8 | - |
| YUV | 146.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 239 | 0.21 | 0.55 | 0 | 0.06 | 276.64 | 0.8 | 0.68 |
| Hex | BC | 6C | EF | 15 | 37 | 0 | 6 | 115 | 50 | 44 |
| Octal | 274 | 154 | 357 | 25 | 67 | 0 | 6 | 425 | 120 | 104 |
| Binary | 10111100 | 1101100 | 11101111 | 10101 | 110111 | 0 | 110 | 100010101 | 1010000 | 1000100 |
Color Harmonies of #BC6CEF
Complementary color
Monochromatic Colors of #BC6CEF
Black with #BC6CEF
Text Example
Text Example
White with #BC6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CEF; }
p { color: rgb(188,108,239); }
H1.HeaderClassName
{
color: #BC6CEF;
}
.AnyTagClassName
{
color: #BC6CEF;
}
</style>
background-color css
<style>
a { background-color: #BC6CEF; }
a { background-color: rgb(188,108,239); }
div.DivClassName
{
background-color: #BC6CEF;
}
.BgClassName
{
background-color: #BC6CEF;
}
</style>
border-color css
<style>
span { border-color: #BC6CEF; }
span { border-color: rgb(188,108,239); }
td.TdClassName
{
border-color: #BC6CEF;
}
.TagClassName
{
border-color: #BC6CEF;
}
</style>