Shades of Medium Orchid #BC6EE7
Tints of Medium Orchid #BC6EE7
RGB
CMYK
RGB Variations
Color information
#BC6EE7 (or 0xBC6EE7) is known color: Medium Orchid. HEX triplet: BC, 6E and E7. RGB value is (188,110,231). Sum of RGB (Red+Green+Blue) = 188+110+231=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6EE7 is #439118. Grayscale: #929292. Windows color (decimal): -4428057 or 15167164. OLE color: 15167164.
HSL color Cylindrical-coordinate representation of color #BC6EE7: hue angle of 278.68º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6EE7 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 110 | 231 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 278.68º | 0.72% | 0.67% | - |
| HSV(B) | 278.68º | 0.52% | 0.91% | - |
| XYZ | 40.74 | 27.61 | 78.78 | - |
| YUV | 147.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 110 | 231 | 0.19 | 0.52 | 0 | 0.09 | 278.68 | 0.72 | 0.67 |
| Hex | BC | 6E | E7 | 13 | 34 | 0 | 9 | 117 | 48 | 43 |
| Octal | 274 | 156 | 347 | 23 | 64 | 0 | 11 | 427 | 110 | 103 |
| Binary | 10111100 | 1101110 | 11100111 | 10011 | 110100 | 0 | 1001 | 100010111 | 1001000 | 1000011 |
Color Harmonies of #BC6EE7
Complementary color
Monochromatic Colors of #BC6EE7
Black with #BC6EE7
Text Example
Text Example
White with #BC6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6EE7; }
p { color: rgb(188,110,231); }
H1.HeaderClassName
{
color: #BC6EE7;
}
.AnyTagClassName
{
color: #BC6EE7;
}
</style>
background-color css
<style>
a { background-color: #BC6EE7; }
a { background-color: rgb(188,110,231); }
div.DivClassName
{
background-color: #BC6EE7;
}
.BgClassName
{
background-color: #BC6EE7;
}
</style>
border-color css
<style>
span { border-color: #BC6EE7; }
span { border-color: rgb(188,110,231); }
td.TdClassName
{
border-color: #BC6EE7;
}
.TagClassName
{
border-color: #BC6EE7;
}
</style>