#ba7edf

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

Shades of Wisteria #BA7EDF

Tints of Wisteria #BA7EDF

Color information

#BA7EDF (or 0xBA7EDF) is unknown color: approx Wisteria. HEX triplet: BA, 7E and DF. RGB value is (186,126,223). Sum of RGB (Red+Green+Blue) = 186+126+223=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EDF is #458120. Grayscale: #9A9A9A. Windows color (decimal): -4555041 or 14646970. OLE color: 14646970.

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

Color convert

RGB186126223-
CMYK0.170.4300.13
HSL277.11º60.25%68.43%-
HSV(B)277.11º43.5%87.45%-
XYZ41.0330.6973.57-
YUV155166.38150.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 126 (49.61% from 255) = 23.55%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=34.77%
G=23.55%
B=41.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861262230.170.4300.13277.1160.2568.43
HexBA7EDF112B0D1153c44
Octal272176337215301542574104
Binary1011101011111101101111110001101011011011000101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba7edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba7edf; }

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

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

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

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

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

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

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

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