#BB89D8

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

Shades of Wisteria #BB89D8

Tints of Wisteria #BB89D8

Color information

#BB89D8 (or 0xBB89D8) is unknown color: approx Wisteria. HEX triplet: BB, 89 and D8. RGB value is (187,137,216). Sum of RGB (Red+Green+Blue) = 187+137+216=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89D8 is #447627. Grayscale: #A0A0A0. Windows color (decimal): -4486696 or 14191035. OLE color: 14191035.

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

Color convert

RGB187137216-
CMYK0.130.3700.15
HSL277.97º50.32%69.22%-
HSV(B)277.97º36.57%84.71%-
XYZ41.8333.4169.21-
YUV160.96159.06146.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 216 (84.77% from 255) = 40%
R=34.63%
G=25.37%
B=40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1871372160.130.3700.15277.9750.3269.22
HexBB89D8D250F1163245
Octal273211330154501742662105
Binary1011101110001001110110001101100101011111000101101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89D8; }

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

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

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

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

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

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

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

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