#BA87DE

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

Shades of Wisteria #BA87DE

Tints of Wisteria #BA87DE

Color information

#BA87DE (or 0xBA87DE) is unknown color: approx Wisteria. HEX triplet: BA, 87 and DE. RGB value is (186,135,222). Sum of RGB (Red+Green+Blue) = 186+135+222=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DE is #457821. Grayscale: #9F9F9F. Windows color (decimal): -4552738 or 14583738. OLE color: 14583738.

HSL color Cylindrical-coordinate representation of color #BA87DE: hue angle of 275.17º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA87DE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186135222-
CMYK0.160.3900.13
HSL275.17º56.86%70%-
HSV(B)275.17º39.19%87.06%-
XYZ42.133.0473.27-
YUV160.17162.9146.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 135 (53.12% from 255) = 24.86%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=34.25%
G=24.86%
B=40.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861352220.160.3900.13275.1756.8670
HexBA87DE10270D1133946
Octal272207336204701542371106
Binary10111010100001111101111010000100111011011000100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87DE; }

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

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

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

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

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

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

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

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