#BB91DE

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

Shades of Wisteria #BB91DE

Tints of Wisteria #BB91DE

Color information

#BB91DE (or 0xBB91DE) is unknown color: approx Wisteria. HEX triplet: BB, 91 and DE. RGB value is (187,145,222). Sum of RGB (Red+Green+Blue) = 187+145+222=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB91DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DE is #446E21. Grayscale: #A6A6A6. Windows color (decimal): -4484642 or 14586299. OLE color: 14586299.

HSL color Cylindrical-coordinate representation of color #BB91DE: hue angle of 272.73º 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 #BB91DE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187145222-
CMYK0.160.3500.13
HSL272.73º53.85%71.96%-
HSV(B)272.73º34.68%87.06%-
XYZ43.836.0973.76-
YUV166.34159.41142.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=33.75%
G=26.17%
B=40.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871452220.160.3500.13272.7353.8571.96
HexBB91DE10230D1113648
Octal273221336204301542166110
Binary10111011100100011101111010000100011011011000100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91DE; }

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

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

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

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

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

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

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

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