#BC6EE1

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

Shades of Medium Orchid #BC6EE1

Tints of Medium Orchid #BC6EE1

Color information

#BC6EE1 (or 0xBC6EE1) is unknown color: approx 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

RGB188110225-
CMYK0.160.5100.12
HSL280.7º65.71%65.69%-
HSV(B)280.7º51.11%88.24%-
XYZ39.9127.2874.4-
YUV146.43172.34157.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 110 (43.36% from 255) = 21.03%
BLUE value IS 225 (88.28% from 255) = 43.02%
R=35.95%
G=21.03%
B=43.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881102250.160.5100.12280.765.7165.69
HexBC6EE110330C1194242
Octal2741563412063014431102102
Binary10111100110111011100001100001100110110010001100110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>