Shades of Medium Orchid #BC6EE3
Tints of Medium Orchid #BC6EE3
RGB
CMYK
RGB Variations
Color information
#BC6EE3 (or 0xBC6EE3) is known color: Medium Orchid. HEX triplet: BC, 6E and E3. RGB value is (188,110,227). Sum of RGB (Red+Green+Blue) = 188+110+227=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC6EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EE3 is #43911C. Grayscale: #929292. Windows color (decimal): -4428061 or 14905020. OLE color: 14905020.
HSL color Cylindrical-coordinate representation of color #BC6EE3: hue angle of 280º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6EE3 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 110 | 227 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.11 |
| HSL | 280º | 0.68% | 0.66% | - |
| HSV(B) | 280º | 0.52% | 0.89% | - |
| XYZ | 40.18 | 27.39 | 75.84 | - |
| YUV | 146.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 227 | 0.17 | 0.52 | 0 | 0.11 | 280 | 0.68 | 0.66 |
| Hex | BC | 6E | E3 | 11 | 34 | 0 | B | 118 | 44 | 42 |
| Octal | 274 | 156 | 343 | 21 | 64 | 0 | 13 | 430 | 104 | 102 |
| Binary | 10111100 | 1101110 | 11100011 | 10001 | 110100 | 0 | 1011 | 100011000 | 1000100 | 1000010 |
Color Harmonies of #BC6EE3
Complementary color
Monochromatic Colors of #BC6EE3
Black with #BC6EE3
Text Example
Text Example
White with #BC6EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EE3; }
p { color: rgb(188,110,227); }
H1.HeaderClassName
{
color: #BC6EE3;
}
.AnyTagClassName
{
color: #BC6EE3;
}
</style>
background-color css
<style>
a { background-color: #BC6EE3; }
a { background-color: rgb(188,110,227); }
div.DivClassName
{
background-color: #BC6EE3;
}
.BgClassName
{
background-color: #BC6EE3;
}
</style>
border-color css
<style>
span { border-color: #BC6EE3; }
span { border-color: rgb(188,110,227); }
td.TdClassName
{
border-color: #BC6EE3;
}
.TagClassName
{
border-color: #BC6EE3;
}
</style>