#BB89D5

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

Shades of Wisteria #BB89D5

Tints of Wisteria #BB89D5

Color information

#BB89D5 (or 0xBB89D5) is unknown color: approx Wisteria. HEX triplet: BB, 89 and D5. RGB value is (187,137,213). Sum of RGB (Red+Green+Blue) = 187+137+213=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89D5 is #44762A. Grayscale: #A0A0A0. Windows color (decimal): -4486699 or 13994427. OLE color: 13994427.

HSL color Cylindrical-coordinate representation of color #BB89D5: hue angle of 279.47º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB89D5 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187137213-
CMYK0.120.3600.16
HSL279.47º47.5%68.63%-
HSV(B)279.47º35.68%83.53%-
XYZ41.4533.2667.19-
YUV160.61157.56146.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=34.82%
G=25.51%
B=39.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871372130.120.3600.16279.4747.568.63
HexBB89D5C240101172f45
Octal273211325144402042757105
Binary10111011100010011101010111001001000100001000101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89D5; }

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

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

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

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

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

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

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

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