#BA8BD8

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

Shades of Wisteria #BA8BD8

Tints of Wisteria #BA8BD8

Color information

#BA8BD8 (or 0xBA8BD8) is unknown color: approx Wisteria. HEX triplet: BA, 8B and D8. RGB value is (186,139,216). Sum of RGB (Red+Green+Blue) = 186+139+216=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA8BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BD8 is #457427. Grayscale: #A1A1A1. Windows color (decimal): -4551720 or 14191546. OLE color: 14191546.

HSL color Cylindrical-coordinate representation of color #BA8BD8: hue angle of 276.62º degrees, saturation: 0.5, 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 #BA8BD8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186139216-
CMYK0.140.3600.15
HSL276.62º49.68%69.61%-
HSV(B)276.62º35.65%84.71%-
XYZ41.8833.8669.29-
YUV161.83158.57145.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 139 (54.69% from 255) = 25.69%
BLUE value IS 216 (84.77% from 255) = 39.93%
R=34.38%
G=25.69%
B=39.93%

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
Decimal1861392160.140.3600.15276.6249.6869.61
HexBA8BD8E240F1153246
Octal272213330164401742562106
Binary1011101010001011110110001110100100011111000101011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BD8; }

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

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

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

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

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

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

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

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