#BA85DE

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

Shades of Wisteria #BA85DE

Tints of Wisteria #BA85DE

Color information

#BA85DE (or 0xBA85DE) is unknown color: approx Wisteria. HEX triplet: BA, 85 and DE. RGB value is (186,133,222). Sum of RGB (Red+Green+Blue) = 186+133+222=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85DE is #457A21. Grayscale: #9E9E9E. Windows color (decimal): -4553250 or 14583226. OLE color: 14583226.

HSL color Cylindrical-coordinate representation of color #BA85DE: hue angle of 275.73º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA85DE is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186133222-
CMYK0.160.4000.13
HSL275.73º57.42%69.61%-
HSV(B)275.73º40.09%87.06%-
XYZ41.8232.4973.17-
YUV158.99163.56147.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=34.38%
G=24.58%
B=41.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861332220.160.4000.13275.7357.4269.61
HexBA85DE10280D1143946
Octal272205336205001542471106
Binary10111010100001011101111010000101000011011000101001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85DE; }

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

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

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

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

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

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

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

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