Shades of Medium Orchid #BC6EEE
Tints of Medium Orchid #BC6EEE
RGB
CMYK
RGB Variations
Color information
#BC6EEE (or 0xBC6EEE) is known color: Medium Orchid. HEX triplet: BC, 6E and EE. RGB value is (188,110,238). Sum of RGB (Red+Green+Blue) = 188+110+238=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EEE is #439111. Grayscale: #939393. Windows color (decimal): -4428050 or 15625916. OLE color: 15625916.
HSL color Cylindrical-coordinate representation of color #BC6EEE: hue angle of 276.56º degrees, saturation: 0.79, 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 #BC6EEE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 110 | 238 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.07 |
| HSL | 276.56º | 0.79% | 0.68% | - |
| HSV(B) | 276.56º | 0.54% | 0.93% | - |
| XYZ | 41.75 | 28.02 | 84.1 | - |
| YUV | 147.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 238 | 0.21 | 0.54 | 0 | 0.07 | 276.56 | 0.79 | 0.68 |
| Hex | BC | 6E | EE | 15 | 36 | 0 | 7 | 115 | 4F | 44 |
| Octal | 274 | 156 | 356 | 25 | 66 | 0 | 7 | 425 | 117 | 104 |
| Binary | 10111100 | 1101110 | 11101110 | 10101 | 110110 | 0 | 111 | 100010101 | 1001111 | 1000100 |
Color Harmonies of #BC6EEE
Complementary color
Monochromatic Colors of #BC6EEE
Black with #BC6EEE
Text Example
Text Example
White with #BC6EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EEE; }
p { color: rgb(188,110,238); }
H1.HeaderClassName
{
color: #BC6EEE;
}
.AnyTagClassName
{
color: #BC6EEE;
}
</style>
background-color css
<style>
a { background-color: #BC6EEE; }
a { background-color: rgb(188,110,238); }
div.DivClassName
{
background-color: #BC6EEE;
}
.BgClassName
{
background-color: #BC6EEE;
}
</style>
border-color css
<style>
span { border-color: #BC6EEE; }
span { border-color: rgb(188,110,238); }
td.TdClassName
{
border-color: #BC6EEE;
}
.TagClassName
{
border-color: #BC6EEE;
}
</style>