#BD87DB

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

Shades of Wisteria #BD87DB

Tints of Wisteria #BD87DB

Color information

#BD87DB (or 0xBD87DB) is unknown color: approx Wisteria. HEX triplet: BD, 87 and DB. RGB value is (189,135,219). Sum of RGB (Red+Green+Blue) = 189+135+219=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD87DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87DB is #427824. Grayscale: #A0A0A0. Windows color (decimal): -4356133 or 14387133. OLE color: 14387133.

HSL color Cylindrical-coordinate representation of color #BD87DB: hue angle of 278.57º 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 #BD87DB is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189135219-
CMYK0.140.3800.14
HSL278.57º53.85%69.41%-
HSV(B)278.57º38.36%85.88%-
XYZ42.4433.2671.2-
YUV160.72160.89148.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 219 (85.94% from 255) = 40.33%
R=34.81%
G=24.86%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891352190.140.3800.14278.5753.8569.41
HexBD87DBE260E1173645
Octal275207333164601642766105
Binary1011110110000111110110111110100110011101000101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD87DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD87DB; }

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

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

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

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

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

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

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

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