#BA85E3

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

Shades of Wisteria #BA85E3

Tints of Wisteria #BA85E3

Color information

#BA85E3 (or 0xBA85E3) is unknown color: approx Wisteria. HEX triplet: BA, 85 and E3. RGB value is (186,133,227). Sum of RGB (Red+Green+Blue) = 186+133+227=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA85E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85E3 is #457A1C. Grayscale: #9F9F9F. Windows color (decimal): -4553245 or 14910906. OLE color: 14910906.

HSL color Cylindrical-coordinate representation of color #BA85E3: hue angle of 273.83º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA85E3 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186133227-
CMYK0.180.4100.11
HSL273.83º62.67%70.59%-
HSV(B)273.83º41.41%89.02%-
XYZ42.532.7676.76-
YUV159.56166.06146.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=34.07%
G=24.36%
B=41.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861332270.180.4100.11273.8362.6770.59
HexBA85E312290B1123f47
Octal272205343225101342277107
Binary10111010100001011110001110010101001010111000100101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85E3; }

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

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

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

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

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

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

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

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