#BA87DA

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

Shades of Wisteria #BA87DA

Tints of Wisteria #BA87DA

Color information

#BA87DA (or 0xBA87DA) is unknown color: approx Wisteria. HEX triplet: BA, 87 and DA. RGB value is (186,135,218). Sum of RGB (Red+Green+Blue) = 186+135+218=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA87DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DA is #457825. Grayscale: #9F9F9F. Windows color (decimal): -4552742 or 14321594. OLE color: 14321594.

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

Color convert

RGB186135218-
CMYK0.150.3800.15
HSL276.87º52.87%69.22%-
HSV(B)276.87º38.07%85.49%-
XYZ41.5732.8370.48-
YUV159.71160.9146.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 135 (53.12% from 255) = 25.05%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=34.51%
G=25.05%
B=40.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861352180.150.3800.15276.8752.8769.22
HexBA87DAF260F1153545
Octal272207332174601742565105
Binary1011101010000111110110101111100110011111000101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87DA; }

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

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

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

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

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

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

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

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