#BA7EDB

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

Shades of Wisteria #BA7EDB

Tints of Wisteria #BA7EDB

Color information

#BA7EDB (or 0xBA7EDB) is unknown color: approx Wisteria. HEX triplet: BA, 7E and DB. RGB value is (186,126,219). Sum of RGB (Red+Green+Blue) = 186+126+219=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7EDB is #458124. Grayscale: #9A9A9A. Windows color (decimal): -4555045 or 14384826. OLE color: 14384826.

HSL color Cylindrical-coordinate representation of color #BA7EDB: hue angle of 278.71º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7EDB is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186126219-
CMYK0.150.4200.14
HSL278.71º56.36%67.65%-
HSV(B)278.71º42.47%85.88%-
XYZ40.530.4870.77-
YUV154.54164.38150.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 219 (85.94% from 255) = 41.24%
R=35.03%
G=23.73%
B=41.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861262190.150.4200.14278.7156.3667.65
HexBA7EDBF2A0E1173844
Octal272176333175201642770104
Binary101110101111110110110111111101010011101000101111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EDB; }

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

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

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

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

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

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

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

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