#BA7CDE

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

Shades of Wisteria #BA7CDE

Tints of Wisteria #BA7CDE

Color information

#BA7CDE (or 0xBA7CDE) is unknown color: approx Wisteria. HEX triplet: BA, 7C and DE. RGB value is (186,124,222). Sum of RGB (Red+Green+Blue) = 186+124+222=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CDE is #458321. Grayscale: #999999. Windows color (decimal): -4555554 or 14580922. OLE color: 14580922.

HSL color Cylindrical-coordinate representation of color #BA7CDE: hue angle of 277.96º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7CDE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186124222-
CMYK0.160.4400.13
HSL277.96º59.76%67.84%-
HSV(B)277.96º44.14%87.06%-
XYZ40.6430.1372.78-
YUV153.71166.54151.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 124 (48.83% from 255) = 23.31%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=34.96%
G=23.31%
B=41.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861242220.160.4400.13277.9659.7667.84
HexBA7CDE102C0D1163c44
Octal272174336205401542674104
Binary1011101011111001101111010000101100011011000101101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CDE; }

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

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

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

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

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

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

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

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