#BA7AE1

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

Shades of Wisteria #BA7AE1

Tints of Wisteria #BA7AE1

Color information

#BA7AE1 (or 0xBA7AE1) is unknown color: approx Wisteria. HEX triplet: BA, 7A and E1. RGB value is (186,122,225). Sum of RGB (Red+Green+Blue) = 186+122+225=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA7AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AE1 is #45851E. Grayscale: #989898. Windows color (decimal): -4556063 or 14777018. OLE color: 14777018.

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

Color convert

RGB186122225-
CMYK0.170.4600.12
HSL277.28º63.19%68.04%-
HSV(B)277.28º45.78%88.24%-
XYZ40.829.7974.83-
YUV152.88168.7151.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 122 (48.05% from 255) = 22.89%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=34.90%
G=22.89%
B=42.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861222250.170.4600.12277.2863.1968.04
HexBA7AE1112E0C1153f44
Octal272172341215601442577104
Binary1011101011110101110000110001101110011001000101011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AE1; }

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

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

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

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

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

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

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

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