#BA7DE0

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

Shades of Wisteria #BA7DE0

Tints of Wisteria #BA7DE0

Color information

#BA7DE0 (or 0xBA7DE0) is unknown color: approx Wisteria. HEX triplet: BA, 7D and E0. RGB value is (186,125,224). Sum of RGB (Red+Green+Blue) = 186+125+224=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DE0 is #45821F. Grayscale: #9A9A9A. Windows color (decimal): -4555296 or 14712250. OLE color: 14712250.

HSL color Cylindrical-coordinate representation of color #BA7DE0: hue angle of 276.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7DE0 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186125224-
CMYK0.170.4400.12
HSL276.97º61.49%68.43%-
HSV(B)276.97º44.2%87.84%-
XYZ41.0430.4974.24-
YUV154.52167.21150.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 125 (49.22% from 255) = 23.36%
BLUE value IS 224 (87.89% from 255) = 41.87%
R=34.77%
G=23.36%
B=41.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861252240.170.4400.12276.9761.4968.43
HexBA7DE0112C0C1153d44
Octal272175340215401442575104
Binary1011101011111011110000010001101100011001000101011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DE0; }

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

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

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

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

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

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

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

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