#BA84DF

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

Shades of Wisteria #BA84DF

Tints of Wisteria #BA84DF

Color information

#BA84DF (or 0xBA84DF) is unknown color: approx Wisteria. HEX triplet: BA, 84 and DF. RGB value is (186,132,223). Sum of RGB (Red+Green+Blue) = 186+132+223=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DF is #457B20. Grayscale: #9E9E9E. Windows color (decimal): -4553505 or 14648506. OLE color: 14648506.

HSL color Cylindrical-coordinate representation of color #BA84DF: hue angle of 275.6º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA84DF is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186132223-
CMYK0.170.4100.13
HSL275.6º58.71%69.61%-
HSV(B)275.6º40.81%87.45%-
XYZ41.8232.2773.84-
YUV158.52164.39147.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 132 (51.95% from 255) = 24.40%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=34.38%
G=24.40%
B=41.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861322230.170.4100.13275.658.7169.61
HexBA84DF11290D1143b46
Octal272204337215101542473106
Binary10111010100001001101111110001101001011011000101001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84DF; }

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

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

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

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

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

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

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

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