#BC93E1

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

Shades of Wisteria #BC93E1

Tints of Wisteria #BC93E1

Color information

#BC93E1 (or 0xBC93E1) is unknown color: approx Wisteria. HEX triplet: BC, 93 and E1. RGB value is (188,147,225). Sum of RGB (Red+Green+Blue) = 188+147+225=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC93E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93E1 is #436C1E. Grayscale: #A7A7A7. Windows color (decimal): -4418591 or 14783420. OLE color: 14783420.

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

Color convert

RGB188147225-
CMYK0.160.3500.12
HSL271.54º56.52%72.94%-
HSV(B)271.54º34.67%88.24%-
XYZ44.763776.02-
YUV168.15160.08142.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 147 (57.81% from 255) = 26.25%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=33.57%
G=26.25%
B=40.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881472250.160.3500.12271.5456.5272.94
HexBC93E110230C1103949
Octal274223341204301442071111
Binary10111100100100111110000110000100011011001000100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93E1; }

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

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

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

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

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

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

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

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