#BA89DE

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

Shades of Wisteria #BA89DE

Tints of Wisteria #BA89DE

Color information

#BA89DE (or 0xBA89DE) is unknown color: approx Wisteria. HEX triplet: BA, 89 and DE. RGB value is (186,137,222). Sum of RGB (Red+Green+Blue) = 186+137+222=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA89DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89DE is #457621. Grayscale: #A1A1A1. Windows color (decimal): -4552226 or 14584250. OLE color: 14584250.

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

Color convert

RGB186137222-
CMYK0.160.3800.13
HSL274.59º56.29%70.39%-
HSV(B)274.59º38.29%87.06%-
XYZ42.3833.673.36-
YUV161.34162.23145.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=34.13%
G=25.14%
B=40.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861372220.160.3800.13274.5956.2970.39
HexBA89DE10260D1133846
Octal272211336204601542370106
Binary10111010100010011101111010000100110011011000100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89DE; }

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

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

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

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

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

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

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

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