#BB89E0

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

Shades of Wisteria #BB89E0

Tints of Wisteria #BB89E0

Color information

#BB89E0 (or 0xBB89E0) is unknown color: approx Wisteria. HEX triplet: BB, 89 and E0. RGB value is (187,137,224). Sum of RGB (Red+Green+Blue) = 187+137+224=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB89E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89E0 is #44761F. Grayscale: #A1A1A1. Windows color (decimal): -4486688 or 14715323. OLE color: 14715323.

HSL color Cylindrical-coordinate representation of color #BB89E0: hue angle of 274.48º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB89E0 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187137224-
CMYK0.170.3900.12
HSL274.48º58.39%70.78%-
HSV(B)274.48º38.84%87.84%-
XYZ42.8933.8474.79-
YUV161.87163.06145.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 137 (53.91% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=34.12%
G=25%
B=40.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871372240.170.3900.12274.4858.3970.78
HexBB89E011270C1123a47
Octal273211340214701442272107
Binary10111011100010011110000010001100111011001000100101110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89E0; }

 p { color: rgb(187,137,224); }

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

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

 a { background-color: rgb(187,137,224); }

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

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

 span { border-color: rgb(187,137,224); }

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