#bd87da

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

Shades of Wisteria #BD87DA

Tints of Wisteria #BD87DA

Color information

#BD87DA (or 0xBD87DA) is unknown color: approx Wisteria. HEX triplet: BD, 87 and DA. RGB value is (189,135,218). Sum of RGB (Red+Green+Blue) = 189+135+218=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD87DA is #427825. Grayscale: #A0A0A0. Windows color (decimal): -4356134 or 14321597. OLE color: 14321597.

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

Color convert

RGB189135218-
CMYK0.130.3800.15
HSL279.04º52.87%69.22%-
HSV(B)279.04º38.07%85.49%-
XYZ42.3133.2170.51-
YUV160.61160.39148.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=34.87%
G=24.91%
B=40.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891352180.130.3800.15279.0452.8769.22
HexBD87DAD260F1173545
Octal275207332154601742765105
Binary1011110110000111110110101101100110011111000101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd87da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd87da; }

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

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

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

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

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

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

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

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