#BA7EE8

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

Shades of Wisteria #BA7EE8

Tints of Wisteria #BA7EE8

Color information

#BA7EE8 (or 0xBA7EE8) is unknown color: approx Wisteria. HEX triplet: BA, 7E and E8. RGB value is (186,126,232). Sum of RGB (Red+Green+Blue) = 186+126+232=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA7EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EE8 is #458117. Grayscale: #9B9B9B. Windows color (decimal): -4555032 or 15236794. OLE color: 15236794.

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

Color convert

RGB186126232-
CMYK0.200.4600.09
HSL273.96º69.74%70.2%-
HSV(B)273.96º45.69%90.98%-
XYZ42.2831.1980.14-
YUV156.02170.88149.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 126 (49.61% from 255) = 23.16%
BLUE value IS 232 (91.02% from 255) = 42.65%
R=34.19%
G=23.16%
B=42.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861262320.200.4600.09273.9669.7470.2
HexBA7EE8142E091124646
Octal2721763502456011422106106
Binary10111010111111011101000101001011100100110001001010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EE8; }

 p { color: rgb(186,126,232); }

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

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

 a { background-color: rgb(186,126,232); }

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

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

 span { border-color: rgb(186,126,232); }

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