#BA89D8

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

Shades of Wisteria #BA89D8

Tints of Wisteria #BA89D8

Color information

#BA89D8 (or 0xBA89D8) is unknown color: approx Wisteria. HEX triplet: BA, 89 and D8. RGB value is (186,137,216). Sum of RGB (Red+Green+Blue) = 186+137+216=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 137 (53.91% from 255 or 25.42% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89D8 is #457627. Grayscale: #A0A0A0. Windows color (decimal): -4552232 or 14191034. OLE color: 14191034.

HSL color Cylindrical-coordinate representation of color #BA89D8: hue angle of 277.22º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA89D8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186137216-
CMYK0.140.3700.15
HSL277.22º50.32%69.22%-
HSV(B)277.22º36.57%84.71%-
XYZ41.5933.2969.2-
YUV160.66159.23146.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 137 (53.91% from 255) = 25.42%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=34.51%
G=25.42%
B=40.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861372160.140.3700.15277.2250.3269.22
HexBA89D8E250F1153245
Octal272211330164501742562105
Binary1011101010001001110110001110100101011111000101011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89D8; }

 p { color: rgb(186,137,216); }

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

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

 a { background-color: rgb(186,137,216); }

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

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

 span { border-color: rgb(186,137,216); }

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