#BA7DDC

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

Shades of Wisteria #BA7DDC

Tints of Wisteria #BA7DDC

Color information

#BA7DDC (or 0xBA7DDC) is unknown color: approx Wisteria. HEX triplet: BA, 7D and DC. RGB value is (186,125,220). Sum of RGB (Red+Green+Blue) = 186+125+220=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDC is #458223. Grayscale: #999999. Windows color (decimal): -4555300 or 14450106. OLE color: 14450106.

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

Color convert

RGB186125220-
CMYK0.150.4300.14
HSL278.53º57.58%67.65%-
HSV(B)278.53º43.18%86.27%-
XYZ40.530.2771.42-
YUV154.07165.21150.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=35.03%
G=23.54%
B=41.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861252200.150.4300.14278.5357.5867.65
HexBA7DDCF2B0E1173a44
Octal272175334175301642772104
Binary101110101111101110111001111101011011101000101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DDC; }

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

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

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

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

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

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

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

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