#BA8DDA

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

Shades of Wisteria #BA8DDA

Tints of Wisteria #BA8DDA

Color information

#BA8DDA (or 0xBA8DDA) is unknown color: approx Wisteria. HEX triplet: BA, 8D and DA. RGB value is (186,141,218). Sum of RGB (Red+Green+Blue) = 186+141+218=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA8DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDA is #457225. Grayscale: #A2A2A2. Windows color (decimal): -4551206 or 14323130. OLE color: 14323130.

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

Color convert

RGB186141218-
CMYK0.150.3500.15
HSL275.06º50.99%70.39%-
HSV(B)275.06º35.32%85.49%-
XYZ42.4334.5570.76-
YUV163.23158.91144.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 218 (85.55% from 255) = 40%
R=34.13%
G=25.87%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861412180.150.3500.15275.0650.9970.39
HexBA8DDAF230F1133346
Octal272215332174301742363106
Binary1011101010001101110110101111100011011111000100111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DDA; }

 p { color: rgb(186,141,218); }

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

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

 a { background-color: rgb(186,141,218); }

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

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

 span { border-color: rgb(186,141,218); }

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