#BA86DB

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

Shades of Wisteria #BA86DB

Tints of Wisteria #BA86DB

Color information

#BA86DB (or 0xBA86DB) is unknown color: approx Wisteria. HEX triplet: BA, 86 and DB. RGB value is (186,134,219). Sum of RGB (Red+Green+Blue) = 186+134+219=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86DB is #457924. Grayscale: #9E9E9E. Windows color (decimal): -4552997 or 14386874. OLE color: 14386874.

HSL color Cylindrical-coordinate representation of color #BA86DB: hue angle of 276.71º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA86DB is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186134219-
CMYK0.150.3900.14
HSL276.71º54.14%69.22%-
HSV(B)276.71º38.81%85.88%-
XYZ41.5632.671.12-
YUV159.24161.73147.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 134 (52.73% from 255) = 24.86%
BLUE value IS 219 (85.94% from 255) = 40.63%
R=34.51%
G=24.86%
B=40.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861342190.150.3900.14276.7154.1469.22
HexBA86DBF270E1153645
Octal272206333174701642566105
Binary1011101010000110110110111111100111011101000101011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86DB; }

 p { color: rgb(186,134,219); }

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

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

 a { background-color: rgb(186,134,219); }

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

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

 span { border-color: rgb(186,134,219); }

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