#BA86DF

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

Shades of Wisteria #BA86DF

Tints of Wisteria #BA86DF

Color information

#BA86DF (or 0xBA86DF) is unknown color: approx Wisteria. HEX triplet: BA, 86 and DF. RGB value is (186,134,223). Sum of RGB (Red+Green+Blue) = 186+134+223=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA86DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86DF is #457920. Grayscale: #9F9F9F. Windows color (decimal): -4552993 or 14649018. OLE color: 14649018.

HSL color Cylindrical-coordinate representation of color #BA86DF: hue angle of 275.06º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA86DF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186134223-
CMYK0.170.4000.13
HSL275.06º58.17%70%-
HSV(B)275.06º39.91%87.45%-
XYZ42.0932.8273.93-
YUV159.69163.73146.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 134 (52.73% from 255) = 24.68%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=34.25%
G=24.68%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861342230.170.4000.13275.0658.1770
HexBA86DF11280D1133a46
Octal272206337215001542372106
Binary10111010100001101101111110001101000011011000100111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA86DF; }

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

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

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

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

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

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

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

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