#BB87DB

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

Shades of Wisteria #BB87DB

Tints of Wisteria #BB87DB

Color information

#BB87DB (or 0xBB87DB) is unknown color: approx Wisteria. HEX triplet: BB, 87 and DB. RGB value is (187,135,219). Sum of RGB (Red+Green+Blue) = 187+135+219=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87DB is #447824. Grayscale: #9F9F9F. Windows color (decimal): -4487205 or 14387131. OLE color: 14387131.

HSL color Cylindrical-coordinate representation of color #BB87DB: hue angle of 277.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB87DB is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187135219-
CMYK0.150.3800.14
HSL277.14º53.85%69.41%-
HSV(B)277.14º38.36%85.88%-
XYZ41.9433.0171.18-
YUV160.12161.23147.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 135 (53.12% from 255) = 24.95%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=34.57%
G=24.95%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871352190.150.3800.14277.1453.8569.41
HexBB87DBF260E1153645
Octal273207333174601642566105
Binary1011101110000111110110111111100110011101000101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87DB; }

 p { color: rgb(187,135,219); }

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

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

 a { background-color: rgb(187,135,219); }

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

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

 span { border-color: rgb(187,135,219); }

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