#BB89EA

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

Shades of Wisteria #BB89EA

Tints of Wisteria #BB89EA

Color information

#BB89EA (or 0xBB89EA) is unknown color: approx Wisteria. HEX triplet: BB, 89 and EA. RGB value is (187,137,234). Sum of RGB (Red+Green+Blue) = 187+137+234=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89EA is #447615. Grayscale: #A2A2A2. Windows color (decimal): -4486678 or 15370683. OLE color: 15370683.

HSL color Cylindrical-coordinate representation of color #BB89EA: hue angle of 270.93º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB89EA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187137234-
CMYK0.200.4100.08
HSL270.93º69.78%72.75%-
HSV(B)270.93º41.45%91.76%-
XYZ44.2934.482.15-
YUV163.01168.06145.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 137 (53.91% from 255) = 24.55%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=33.51%
G=24.55%
B=41.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871372340.200.4100.08270.9369.7872.75
HexBB89EA14290810f4649
Octal2732113522451010417106111
Binary101110111000100111101010101001010010100010000111110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89EA; }

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

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

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

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

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

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

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

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