#BA8ADE

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

Shades of Wisteria #BA8ADE

Tints of Wisteria #BA8ADE

Color information

#BA8ADE (or 0xBA8ADE) is unknown color: approx Wisteria. HEX triplet: BA, 8A and DE. RGB value is (186,138,222). Sum of RGB (Red+Green+Blue) = 186+138+222=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADE is #457521. Grayscale: #A1A1A1. Windows color (decimal): -4551970 or 14584506. OLE color: 14584506.

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

Color convert

RGB186138222-
CMYK0.160.3800.13
HSL274.29º56%70.59%-
HSV(B)274.29º37.84%87.06%-
XYZ42.5233.8973.41-
YUV161.93161.9145.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 138 (54.30% from 255) = 25.27%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=34.07%
G=25.27%
B=40.66%

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
Decimal1861382220.160.3800.13274.295670.59
HexBA8ADE10260D1123847
Octal272212336204601542270107
Binary10111010100010101101111010000100110011011000100101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8ADE; }

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

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

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

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

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

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

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

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