#BC6EC7

Color #BC6EC7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BC6EC7

Tints of Medium Orchid #BC6EC7

Color information

#BC6EC7 (or 0xBC6EC7) is unknown color: approx Medium Orchid. HEX triplet: BC, 6E and C7. RGB value is (188,110,199). Sum of RGB (Red+Green+Blue) = 188+110+199=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 199 (78.12% from 255 or 40.04% from 497); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EC7 is #439138. Grayscale: #8F8F8F. Windows color (decimal): -4428089 or 13070012. OLE color: 13070012.

HSL color Cylindrical-coordinate representation of color #BC6EC7: hue angle of 292.58º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6EC7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188110199-
CMYK0.060.4500.22
HSL292.58º44.28%60.59%-
HSV(B)292.58º44.72%78.04%-
XYZ36.6225.9757.11-
YUV143.47159.34159.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 199 (78.12% from 255) = 40.04%
R=37.83%
G=22.13%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881101990.060.4500.22292.5844.2860.59
HexBC6EC762D0161252c3d
Octal2741563076550264455475
Binary10111100110111011000111110101101010110100100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EC7; }

 p { color: rgb(188,110,199); }

 H1.HeaderClassName
 {
   color: #BC6EC7;
 }
 .AnyTagClassName
 {
   color: #BC6EC7;
 }
</style>
background-color css

<style>
 a { background-color: #BC6EC7; }

 a { background-color: rgb(188,110,199); }

 div.DivClassName
 {
   background-color: #BC6EC7;
 }
 .BgClassName
 {
   background-color: #BC6EC7;
 }
</style>
border-color css

<style>
 span { border-color: #BC6EC7; }

 span { border-color: rgb(188,110,199); }

 td.TdClassName
 {
   border-color: #BC6EC7;
 }
 .TagClassName
 {
   border-color: #BC6EC7;
 }
</style>