#BA84DC

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

Shades of Wisteria #BA84DC

Tints of Wisteria #BA84DC

Color information

#BA84DC (or 0xBA84DC) is unknown color: approx Wisteria. HEX triplet: BA, 84 and DC. RGB value is (186,132,220). Sum of RGB (Red+Green+Blue) = 186+132+220=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84DC is #457B23. Grayscale: #9D9D9D. Windows color (decimal): -4553508 or 14451898. OLE color: 14451898.

HSL color Cylindrical-coordinate representation of color #BA84DC: hue angle of 276.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA84DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186132220-
CMYK0.150.4000.14
HSL276.82º55.7%69.02%-
HSV(B)276.82º40%86.27%-
XYZ41.4232.1171.72-
YUV158.18162.89147.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=34.57%
G=24.54%
B=40.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861322200.150.4000.14276.8255.769.02
HexBA84DCF280E1153845
Octal272204334175001642570105
Binary1011101010000100110111001111101000011101000101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84DC; }

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

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

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

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

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

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

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

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