#BA87DD

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

Shades of Wisteria #BA87DD

Tints of Wisteria #BA87DD

Color information

#BA87DD (or 0xBA87DD) is unknown color: approx Wisteria. HEX triplet: BA, 87 and DD. RGB value is (186,135,221). Sum of RGB (Red+Green+Blue) = 186+135+221=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87DD is #457822. Grayscale: #9F9F9F. Windows color (decimal): -4552739 or 14518202. OLE color: 14518202.

HSL color Cylindrical-coordinate representation of color #BA87DD: hue angle of 275.58º degrees, saturation: 0.56, 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 #BA87DD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186135221-
CMYK0.160.3900.13
HSL275.58º55.84%69.8%-
HSV(B)275.58º38.91%86.67%-
XYZ41.9632.9972.56-
YUV160.05162.4146.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 135 (53.12% from 255) = 24.91%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=34.32%
G=24.91%
B=40.77%

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
Decimal1861352210.160.3900.13275.5855.8469.8
HexBA87DD10270D1143846
Octal272207335204701542470106
Binary10111010100001111101110110000100111011011000101001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA87DD; }

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

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

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

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

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

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

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

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