#BA7CE9

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

Shades of Wisteria #BA7CE9

Tints of Wisteria #BA7CE9

Color information

#BA7CE9 (or 0xBA7CE9) is unknown color: approx Wisteria. HEX triplet: BA, 7C and E9. RGB value is (186,124,233). Sum of RGB (Red+Green+Blue) = 186+124+233=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA7CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7CE9 is #458316. Grayscale: #9A9A9A. Windows color (decimal): -4555543 or 15301818. OLE color: 15301818.

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

Color convert

RGB186124233-
CMYK0.200.4700.09
HSL274.13º71.24%70%-
HSV(B)274.13º46.78%91.37%-
XYZ42.1730.7480.8-
YUV154.96172.04150.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=34.25%
G=22.84%
B=42.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861242330.200.4700.09274.1371.2470
HexBA7CE9142F091124746
Octal2721743512457011422107106
Binary10111010111110011101001101001011110100110001001010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CE9; }

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

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

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

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

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

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

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

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