#BA7DDE

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

Shades of Wisteria #BA7DDE

Tints of Wisteria #BA7DDE

Color information

#BA7DDE (or 0xBA7DDE) is unknown color: approx Wisteria. HEX triplet: BA, 7D and DE. RGB value is (186,125,222). Sum of RGB (Red+Green+Blue) = 186+125+222=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DDE is #458221. Grayscale: #999999. Windows color (decimal): -4555298 or 14581178. OLE color: 14581178.

HSL color Cylindrical-coordinate representation of color #BA7DDE: hue angle of 277.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7DDE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186125222-
CMYK0.160.4400.13
HSL277.73º59.51%68.04%-
HSV(B)277.73º43.69%87.06%-
XYZ40.7730.3872.82-
YUV154.3166.21150.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 125 (49.22% from 255) = 23.45%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=34.90%
G=23.45%
B=41.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861252220.160.4400.13277.7359.5168.04
HexBA7DDE102C0D1163c44
Octal272175336205401542674104
Binary1011101011111011101111010000101100011011000101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DDE; }

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

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

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

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

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

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

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

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