#BA80E0

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

Shades of Wisteria #BA80E0

Tints of Wisteria #BA80E0

Color information

#BA80E0 (or 0xBA80E0) is unknown color: approx Wisteria. HEX triplet: BA, 80 and E0. RGB value is (186,128,224). Sum of RGB (Red+Green+Blue) = 186+128+224=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA80E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80E0 is #457F1F. Grayscale: #9B9B9B. Windows color (decimal): -4554528 or 14713018. OLE color: 14713018.

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

Color convert

RGB186128224-
CMYK0.170.4300.12
HSL276.25º60.76%69.02%-
HSV(B)276.25º42.86%87.84%-
XYZ41.4231.2674.37-
YUV156.29166.22149.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=34.57%
G=23.79%
B=41.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861282240.170.4300.12276.2560.7669.02
HexBA80E0112B0C1143d45
Octal272200340215301442475105
Binary10111010100000001110000010001101011011001000101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80E0; }

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

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

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

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

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

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

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

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