#BA79E9

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

Shades of Wisteria #BA79E9

Tints of Wisteria #BA79E9

Color information

#BA79E9 (or 0xBA79E9) is unknown color: approx Wisteria. HEX triplet: BA, 79 and E9. RGB value is (186,121,233). Sum of RGB (Red+Green+Blue) = 186+121+233=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA79E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA79E9 is #458616. Grayscale: #989898. Windows color (decimal): -4556311 or 15301050. OLE color: 15301050.

HSL color Cylindrical-coordinate representation of color #BA79E9: hue angle of 274.82º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA79E9 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186121233-
CMYK0.200.4800.09
HSL274.82º71.79%69.41%-
HSV(B)274.82º48.07%91.37%-
XYZ41.83080.68-
YUV153.2173.03151.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 121 (47.66% from 255) = 22.41%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=34.44%
G=22.41%
B=43.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861212330.200.4800.09274.8271.7969.41
HexBA79E91430091134845
Octal2721713512460011423110105
Binary10111010111100111101001101001100000100110001001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79E9; }

 p { color: rgb(186,121,233); }

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

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

 a { background-color: rgb(186,121,233); }

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

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

 span { border-color: rgb(186,121,233); }

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