#BA7AE0

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

Shades of Wisteria #BA7AE0

Tints of Wisteria #BA7AE0

Color information

#BA7AE0 (or 0xBA7AE0) is unknown color: approx Wisteria. HEX triplet: BA, 7A and E0. RGB value is (186,122,224). Sum of RGB (Red+Green+Blue) = 186+122+224=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA7AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AE0 is #45851F. Grayscale: #989898. Windows color (decimal): -4556064 or 14711482. OLE color: 14711482.

HSL color Cylindrical-coordinate representation of color #BA7AE0: hue angle of 277.65º degrees, saturation: 0.62, 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 #BA7AE0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186122224-
CMYK0.170.4600.12
HSL277.65º62.2%67.84%-
HSV(B)277.65º45.54%87.84%-
XYZ40.6629.7474.12-
YUV152.76168.2151.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 224 (87.89% from 255) = 42.11%
R=34.96%
G=22.93%
B=42.11%

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
Decimal1861222240.170.4600.12277.6562.267.84
HexBA7AE0112E0C1163e44
Octal272172340215601442676104
Binary1011101011110101110000010001101110011001000101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AE0; }

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

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

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

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

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

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

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

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