#BA8BDB

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

Shades of Wisteria #BA8BDB

Tints of Wisteria #BA8BDB

Color information

#BA8BDB (or 0xBA8BDB) is unknown color: approx Wisteria. HEX triplet: BA, 8B and DB. RGB value is (186,139,219). Sum of RGB (Red+Green+Blue) = 186+139+219=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDB is #457424. Grayscale: #A1A1A1. Windows color (decimal): -4551717 or 14388154. OLE color: 14388154.

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

Color convert

RGB186139219-
CMYK0.150.3700.14
HSL275.25º52.63%70.2%-
HSV(B)275.25º36.53%85.88%-
XYZ42.2734.0271.36-
YUV162.17160.07145-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 219 (85.94% from 255) = 40.26%
R=34.19%
G=25.55%
B=40.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861392190.150.3700.14275.2552.6370.2
HexBA8BDBF250E1133546
Octal272213333174501642365106
Binary1011101010001011110110111111100101011101000100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BDB; }

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

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

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

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

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

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

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

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