#bb88e5

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

Shades of Wisteria #BB88E5

Tints of Wisteria #BB88E5

Color information

#BB88E5 (or 0xBB88E5) is unknown color: approx Wisteria. HEX triplet: BB, 88 and E5. RGB value is (187,136,229). Sum of RGB (Red+Green+Blue) = 187+136+229=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB88E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88E5 is #44771A. Grayscale: #A1A1A1. Windows color (decimal): -4486939 or 15042747. OLE color: 15042747.

HSL color Cylindrical-coordinate representation of color #BB88E5: hue angle of 272.9º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB88E5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187136229-
CMYK0.180.4100.10
HSL272.9º64.14%71.57%-
HSV(B)272.9º40.61%89.8%-
XYZ43.4433.8378.37-
YUV161.85165.9145.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 136 (53.52% from 255) = 24.64%
BLUE value IS 229 (89.84% from 255) = 41.49%
R=33.88%
G=24.64%
B=41.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1871362290.180.4100.10272.964.1471.57
HexBB88E512290A1114048
Octal2732103452251012421100110
Binary101110111000100011100101100101010010101010001000110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb88e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb88e5; }

 p { color: rgb(187,136,229); }

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

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

 a { background-color: rgb(187,136,229); }

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

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

 span { border-color: rgb(187,136,229); }

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