#BC91E5

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

Shades of Wisteria #BC91E5

Tints of Wisteria #BC91E5

Color information

#BC91E5 (or 0xBC91E5) is unknown color: approx Wisteria. HEX triplet: BC, 91 and E5. RGB value is (188,145,229). Sum of RGB (Red+Green+Blue) = 188+145+229=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91E5 is #436E1A. Grayscale: #A7A7A7. Windows color (decimal): -4419099 or 15045052. OLE color: 15045052.

HSL color Cylindrical-coordinate representation of color #BC91E5: hue angle of 270.71º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC91E5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188145229-
CMYK0.180.3700.10
HSL270.71º61.76%73.33%-
HSV(B)270.71º36.68%89.8%-
XYZ45.0136.678.82-
YUV167.43162.75142.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 145 (57.03% from 255) = 25.80%
BLUE value IS 229 (89.84% from 255) = 40.75%
R=33.45%
G=25.80%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881452290.180.3700.10270.7161.7673.33
HexBC91E512250A10f3e49
Octal274221345224501241776111
Binary10111100100100011110010110010100101010101000011111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91E5; }

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

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

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

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

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

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

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

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