#BC8EE1

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

Shades of Wisteria #BC8EE1

Tints of Wisteria #BC8EE1

Color information

#BC8EE1 (or 0xBC8EE1) is unknown color: approx Wisteria. HEX triplet: BC, 8E and E1. RGB value is (188,142,225). Sum of RGB (Red+Green+Blue) = 188+142+225=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EE1 is #43711E. Grayscale: #A4A4A4. Windows color (decimal): -4419871 or 14782140. OLE color: 14782140.

HSL color Cylindrical-coordinate representation of color #BC8EE1: hue angle of 273.25º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8EE1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188142225-
CMYK0.160.3700.12
HSL273.25º58.04%71.96%-
HSV(B)273.25º36.89%88.24%-
XYZ4435.4775.76-
YUV165.22161.74144.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 142 (55.86% from 255) = 25.59%
BLUE value IS 225 (88.28% from 255) = 40.54%
R=33.87%
G=25.59%
B=40.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881422250.160.3700.12273.2558.0471.96
HexBC8EE110250C1113a48
Octal274216341204501442172110
Binary10111100100011101110000110000100101011001000100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8EE1; }

 p { color: rgb(188,142,225); }

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

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

 a { background-color: rgb(188,142,225); }

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

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

 span { border-color: rgb(188,142,225); }

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