#BA7CDF

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

Shades of Wisteria #BA7CDF

Tints of Wisteria #BA7CDF

Color information

#BA7CDF (or 0xBA7CDF) is unknown color: approx Wisteria. HEX triplet: BA, 7C and DF. RGB value is (186,124,223). Sum of RGB (Red+Green+Blue) = 186+124+223=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CDF is #458320. Grayscale: #999999. Windows color (decimal): -4555553 or 14646458. OLE color: 14646458.

HSL color Cylindrical-coordinate representation of color #BA7CDF: hue angle of 277.58º degrees, saturation: 0.61, 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 #BA7CDF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186124223-
CMYK0.170.4400.13
HSL277.58º60.74%68.04%-
HSV(B)277.58º44.39%87.45%-
XYZ40.7830.1873.49-
YUV153.82167.04150.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 223 (87.5% from 255) = 41.84%
R=34.90%
G=23.26%
B=41.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861242230.170.4400.13277.5860.7468.04
HexBA7CDF112C0D1163d44
Octal272174337215401542675104
Binary1011101011111001101111110001101100011011000101101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CDF; }

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

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

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

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

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

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

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

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