#BC91DE

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

Shades of Wisteria #BC91DE

Tints of Wisteria #BC91DE

Color information

#BC91DE (or 0xBC91DE) is unknown color: approx Wisteria. HEX triplet: BC, 91 and DE. RGB value is (188,145,222). Sum of RGB (Red+Green+Blue) = 188+145+222=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91DE is #436E21. Grayscale: #A6A6A6. Windows color (decimal): -4419106 or 14586300. OLE color: 14586300.

HSL color Cylindrical-coordinate representation of color #BC91DE: hue angle of 273.51º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC91DE is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188145222-
CMYK0.150.3500.13
HSL273.51º53.85%71.96%-
HSV(B)273.51º34.68%87.06%-
XYZ44.0536.2273.78-
YUV166.64159.25143.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 145 (57.03% from 255) = 26.13%
BLUE value IS 222 (87.11% from 255) = 40%
R=33.87%
G=26.13%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881452220.150.3500.13273.5153.8571.96
HexBC91DEF230D1123648
Octal274221336174301542266110
Binary1011110010010001110111101111100011011011000100101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91DE; }

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

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

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

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

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

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

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

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