#BB91DD

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

Shades of Wisteria #BB91DD

Tints of Wisteria #BB91DD

Color information

#BB91DD (or 0xBB91DD) is unknown color: approx Wisteria. HEX triplet: BB, 91 and DD. RGB value is (187,145,221). Sum of RGB (Red+Green+Blue) = 187+145+221=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DD is #446E22. Grayscale: #A5A5A5. Windows color (decimal): -4484643 or 14520763. OLE color: 14520763.

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

Color convert

RGB187145221-
CMYK0.150.3400.13
HSL273.16º52.78%71.76%-
HSV(B)273.16º34.39%86.67%-
XYZ43.6736.0473.06-
YUV166.22158.91142.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 145 (57.03% from 255) = 26.22%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=33.82%
G=26.22%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871452210.150.3400.13273.1652.7871.76
HexBB91DDF220D1113548
Octal273221335174201542165110
Binary1011101110010001110111011111100010011011000100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB91DD; }

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

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

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

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

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

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

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

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