#BC91E1

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

Shades of Wisteria #BC91E1

Tints of Wisteria #BC91E1

Color information

#BC91E1 (or 0xBC91E1) is unknown color: approx Wisteria. HEX triplet: BC, 91 and E1. RGB value is (188,145,225). Sum of RGB (Red+Green+Blue) = 188+145+225=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 145 (57.03% from 255 or 25.99% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC91E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91E1 is #436E1E. Grayscale: #A6A6A6. Windows color (decimal): -4419103 or 14782908. OLE color: 14782908.

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

Color convert

RGB188145225-
CMYK0.160.3600.12
HSL272.25º57.14%72.55%-
HSV(B)272.25º35.56%88.24%-
XYZ44.4636.3875.91-
YUV166.98160.75143-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 145 (57.03% from 255) = 25.99%
BLUE value IS 225 (88.28% from 255) = 40.32%
R=33.69%
G=25.99%
B=40.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881452250.160.3600.12272.2557.1472.55
HexBC91E110240C1103949
Octal274221341204401442071111
Binary10111100100100011110000110000100100011001000100001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91E1; }

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

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

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

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

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

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

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

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