#BA8BD9

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

Shades of Wisteria #BA8BD9

Tints of Wisteria #BA8BD9

Color information

#BA8BD9 (or 0xBA8BD9) is unknown color: approx Wisteria. HEX triplet: BA, 8B and D9. RGB value is (186,139,217). Sum of RGB (Red+Green+Blue) = 186+139+217=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA8BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BD9 is #457426. Grayscale: #A1A1A1. Windows color (decimal): -4551719 or 14257082. OLE color: 14257082.

HSL color Cylindrical-coordinate representation of color #BA8BD9: hue angle of 276.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8BD9 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186139217-
CMYK0.140.3600.15
HSL276.15º50.65%69.8%-
HSV(B)276.15º35.94%85.1%-
XYZ42.0133.9169.98-
YUV161.94159.07145.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 217 (85.16% from 255) = 40.04%
R=34.32%
G=25.65%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861392170.140.3600.15276.1550.6569.8
HexBA8BD9E240F1143346
Octal272213331164401742463106
Binary1011101010001011110110011110100100011111000101001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BD9; }

 p { color: rgb(186,139,217); }

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

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

 a { background-color: rgb(186,139,217); }

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

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

 span { border-color: rgb(186,139,217); }

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