#BA81DE

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

Shades of Wisteria #BA81DE

Tints of Wisteria #BA81DE

Color information

#BA81DE (or 0xBA81DE) is unknown color: approx Wisteria. HEX triplet: BA, 81 and DE. RGB value is (186,129,222). Sum of RGB (Red+Green+Blue) = 186+129+222=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81DE is #457E21. Grayscale: #9C9C9C. Windows color (decimal): -4554274 or 14582202. OLE color: 14582202.

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

Color convert

RGB186129222-
CMYK0.160.4200.13
HSL276.77º58.49%68.82%-
HSV(B)276.77º41.89%87.06%-
XYZ41.2831.4172.99-
YUV156.64164.88148.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=34.64%
G=24.02%
B=41.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861292220.160.4200.13276.7758.4968.82
HexBA81DE102A0D1153a45
Octal272201336205201542572105
Binary10111010100000011101111010000101010011011000101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81DE; }

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

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

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

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

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

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

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

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