#BA84D8

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

Shades of Wisteria #BA84D8

Tints of Wisteria #BA84D8

Color information

#BA84D8 (or 0xBA84D8) is unknown color: approx Wisteria. HEX triplet: BA, 84 and D8. RGB value is (186,132,216). Sum of RGB (Red+Green+Blue) = 186+132+216=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA84D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84D8 is #457B27. Grayscale: #9D9D9D. Windows color (decimal): -4553512 or 14189754. OLE color: 14189754.

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

Color convert

RGB186132216-
CMYK0.140.3900.15
HSL278.57º51.85%68.24%-
HSV(B)278.57º38.89%84.71%-
XYZ40.931.968.97-
YUV157.72160.89148.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=34.83%
G=24.72%
B=40.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861322160.140.3900.15278.5751.8568.24
HexBA84D8E270F1173444
Octal272204330164701742764104
Binary1011101010000100110110001110100111011111000101111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84D8; }

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

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

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

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

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

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

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

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