#BA8DDB

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

Shades of Wisteria #BA8DDB

Tints of Wisteria #BA8DDB

Color information

#BA8DDB (or 0xBA8DDB) is unknown color: approx Wisteria. HEX triplet: BA, 8D and DB. RGB value is (186,141,219). Sum of RGB (Red+Green+Blue) = 186+141+219=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDB is #457224. Grayscale: #A3A3A3. Windows color (decimal): -4551205 or 14388666. OLE color: 14388666.

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

Color convert

RGB186141219-
CMYK0.150.3600.14
HSL274.62º52%70.59%-
HSV(B)274.62º35.62%85.88%-
XYZ42.5634.671.45-
YUV163.35159.41144.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=34.07%
G=25.82%
B=40.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861412190.150.3600.14274.625270.59
HexBA8DDBF240E1133447
Octal272215333174401642364107
Binary1011101010001101110110111111100100011101000100111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DDB; }

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

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

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

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

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

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

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

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