#BA97D0

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

Shades of Wisteria #BA97D0

Tints of Wisteria #BA97D0

Color information

#BA97D0 (or 0xBA97D0) is unknown color: approx Wisteria. HEX triplet: BA, 97 and D0. RGB value is (186,151,208). Sum of RGB (Red+Green+Blue) = 186+151+208=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA97D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97D0 is #45682F. Grayscale: #A7A7A7. Windows color (decimal): -4548656 or 13670330. OLE color: 13670330.

HSL color Cylindrical-coordinate representation of color #BA97D0: hue angle of 276.84º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA97D0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186151208-
CMYK0.110.2700.18
HSL276.84º37.75%70.39%-
HSV(B)276.84º27.4%81.57%-
XYZ42.737.1364.59-
YUV167.96150.6140.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=34.13%
G=27.71%
B=38.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861512080.110.2700.18276.8437.7570.39
HexBA97D0B1B0121152646
Octal272227320133302242546106
Binary1011101010010111110100001011110110100101000101011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97D0; }

 p { color: rgb(186,151,208); }

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

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

 a { background-color: rgb(186,151,208); }

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

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

 span { border-color: rgb(186,151,208); }

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