#BA8ADD

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

Shades of Wisteria #BA8ADD

Tints of Wisteria #BA8ADD

Color information

#BA8ADD (or 0xBA8ADD) is unknown color: approx Wisteria. HEX triplet: BA, 8A and DD. RGB value is (186,138,221). Sum of RGB (Red+Green+Blue) = 186+138+221=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADD is #457522. Grayscale: #A1A1A1. Windows color (decimal): -4551971 or 14518970. OLE color: 14518970.

HSL color Cylindrical-coordinate representation of color #BA8ADD: hue angle of 274.7º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8ADD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186138221-
CMYK0.160.3800.13
HSL274.7º54.97%70.39%-
HSV(B)274.7º37.56%86.67%-
XYZ42.3933.8472.7-
YUV161.81161.4145.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=34.13%
G=25.32%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861382210.160.3800.13274.754.9770.39
HexBA8ADD10260D1133746
Octal272212335204601542367106
Binary10111010100010101101110110000100110011011000100111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8ADD; }

 p { color: rgb(186,138,221); }

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

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

 a { background-color: rgb(186,138,221); }

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

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

 span { border-color: rgb(186,138,221); }

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