#BC6EDE

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

Shades of Medium Orchid #BC6EDE

Tints of Medium Orchid #BC6EDE

Color information

#BC6EDE (or 0xBC6EDE) is unknown color: approx Medium Orchid. HEX triplet: BC, 6E and DE. RGB value is (188,110,222). Sum of RGB (Red+Green+Blue) = 188+110+222=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6EDE is #439121. Grayscale: #919191. Windows color (decimal): -4428066 or 14577340. OLE color: 14577340.

HSL color Cylindrical-coordinate representation of color #BC6EDE: hue angle of 281.79º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6EDE is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188110222-
CMYK0.150.5000.13
HSL281.79º62.92%65.1%-
HSV(B)281.79º50.45%87.06%-
XYZ39.527.1272.26-
YUV146.09170.84157.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=36.15%
G=21.15%
B=42.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881102220.150.5000.13281.7962.9265.1
HexBC6EDEF320D11a3f41
Octal274156336176201543277101
Binary101111001101110110111101111110010011011000110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6EDE; }

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

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

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

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

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

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

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

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