#BB91DA

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

Shades of Wisteria #BB91DA

Tints of Wisteria #BB91DA

Color information

#BB91DA (or 0xBB91DA) is unknown color: approx Wisteria. HEX triplet: BB, 91 and DA. RGB value is (187,145,218). Sum of RGB (Red+Green+Blue) = 187+145+218=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DA is #446E25. Grayscale: #A5A5A5. Windows color (decimal): -4484646 or 14324155. OLE color: 14324155.

HSL color Cylindrical-coordinate representation of color #BB91DA: hue angle of 274.52º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB91DA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187145218-
CMYK0.140.3300.15
HSL274.52º49.66%71.18%-
HSV(B)274.52º33.49%85.49%-
XYZ43.2735.8870.97-
YUV165.88157.41143.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=34%
G=26.36%
B=39.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871452180.140.3300.15274.5249.6671.18
HexBB91DAE210F1133247
Octal273221332164101742362107
Binary1011101110010001110110101110100001011111000100111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91DA; }

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

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

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

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

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

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

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

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