#BA82E1

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

Shades of Wisteria #BA82E1

Tints of Wisteria #BA82E1

Color information

#BA82E1 (or 0xBA82E1) is unknown color: approx Wisteria. HEX triplet: BA, 82 and E1. RGB value is (186,130,225). Sum of RGB (Red+Green+Blue) = 186+130+225=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA82E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82E1 is #457D1E. Grayscale: #9D9D9D. Windows color (decimal): -4554015 or 14779066. OLE color: 14779066.

HSL color Cylindrical-coordinate representation of color #BA82E1: hue angle of 275.37º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA82E1 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186130225-
CMYK0.170.4200.12
HSL275.37º61.29%69.61%-
HSV(B)275.37º42.22%88.24%-
XYZ41.8231.8475.18-
YUV157.57166.05148.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=34.38%
G=24.03%
B=41.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861302250.170.4200.12275.3761.2969.61
HexBA82E1112A0C1133d46
Octal272202341215201442375106
Binary10111010100000101110000110001101010011001000100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82E1; }

 p { color: rgb(186,130,225); }

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

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

 a { background-color: rgb(186,130,225); }

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

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

 span { border-color: rgb(186,130,225); }

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