#BB89EC

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

Shades of Wisteria #BB89EC

Tints of Wisteria #BB89EC

Color information

#BB89EC (or 0xBB89EC) is unknown color: approx Wisteria. HEX triplet: BB, 89 and EC. RGB value is (187,137,236). Sum of RGB (Red+Green+Blue) = 187+137+236=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89EC is #447613. Grayscale: #A2A2A2. Windows color (decimal): -4486676 or 15501755. OLE color: 15501755.

HSL color Cylindrical-coordinate representation of color #BB89EC: hue angle of 270.3º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB89EC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187137236-
CMYK0.210.4200.07
HSL270.3º72.26%73.14%-
HSV(B)270.3º41.95%92.55%-
XYZ44.5834.5183.67-
YUV163.24169.06144.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 137 (53.91% from 255) = 24.46%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=33.39%
G=24.46%
B=42.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871372360.210.4200.07270.372.2673.14
HexBB89EC152A0710e4849
Octal273211354255207416110111
Binary10111011100010011110110010101101010011110000111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89EC; }

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

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

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

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

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

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

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

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