#BB88D5

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

Shades of Wisteria #BB88D5

Tints of Wisteria #BB88D5

Color information

#BB88D5 (or 0xBB88D5) is unknown color: approx Wisteria. HEX triplet: BB, 88 and D5. RGB value is (187,136,213). Sum of RGB (Red+Green+Blue) = 187+136+213=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 136 (53.52% from 255 or 25.37% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88D5 is #44772A. Grayscale: #9F9F9F. Windows color (decimal): -4486955 or 13994171. OLE color: 13994171.

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

Color convert

RGB187136213-
CMYK0.120.3600.16
HSL279.74º47.83%68.43%-
HSV(B)279.74º36.15%83.53%-
XYZ41.3132.9867.14-
YUV160.03157.9147.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 136 (53.52% from 255) = 25.37%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=34.89%
G=25.37%
B=39.74%

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
Decimal1871362130.120.3600.16279.7447.8368.43
HexBB88D5C240101183044
Octal273210325144402043060104
Binary10111011100010001101010111001001000100001000110001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88D5; }

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

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

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

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

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

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

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

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