Shades of Medium Orchid #BC6EE1
Tints of Medium Orchid #BC6EE1
RGB
CMYK
RGB Variations
Color information
#BC6EE1 (or 0xBC6EE1) is known color: Medium Orchid. HEX triplet: BC, 6E and E1. RGB value is (188,110,225). Sum of RGB (Red+Green+Blue) = 188+110+225=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EE1 is #43911E. Grayscale: #929292. Windows color (decimal): -4428063 or 14773948. OLE color: 14773948.
HSL color Cylindrical-coordinate representation of color #BC6EE1: hue angle of 280.7º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6EE1 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 110 | 225 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.12 |
| HSL | 280.7º | 0.66% | 0.66% | - |
| HSV(B) | 280.7º | 0.51% | 0.88% | - |
| XYZ | 39.91 | 27.28 | 74.4 | - |
| YUV | 146.43 | 172.34 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 225 | 0.16 | 0.51 | 0 | 0.12 | 280.7 | 0.66 | 0.66 |
| Hex | BC | 6E | E1 | 10 | 33 | 0 | C | 119 | 42 | 42 |
| Octal | 274 | 156 | 341 | 20 | 63 | 0 | 14 | 431 | 102 | 102 |
| Binary | 10111100 | 1101110 | 11100001 | 10000 | 110011 | 0 | 1100 | 100011001 | 1000010 | 1000010 |
Color Harmonies of #BC6EE1
Complementary color
Monochromatic Colors of #BC6EE1
Black with #BC6EE1
Text Example
Text Example
White with #BC6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EE1; }
p { color: rgb(188,110,225); }
H1.HeaderClassName
{
color: #BC6EE1;
}
.AnyTagClassName
{
color: #BC6EE1;
}
</style>
background-color css
<style>
a { background-color: #BC6EE1; }
a { background-color: rgb(188,110,225); }
div.DivClassName
{
background-color: #BC6EE1;
}
.BgClassName
{
background-color: #BC6EE1;
}
</style>
border-color css
<style>
span { border-color: #BC6EE1; }
span { border-color: rgb(188,110,225); }
td.TdClassName
{
border-color: #BC6EE1;
}
.TagClassName
{
border-color: #BC6EE1;
}
</style>