#BA8FDA

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

Shades of Wisteria #BA8FDA

Tints of Wisteria #BA8FDA

Color information

#BA8FDA (or 0xBA8FDA) is unknown color: approx Wisteria. HEX triplet: BA, 8F and DA. RGB value is (186,143,218). Sum of RGB (Red+Green+Blue) = 186+143+218=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDA is #457025. Grayscale: #A4A4A4. Windows color (decimal): -4550694 or 14323642. OLE color: 14323642.

HSL color Cylindrical-coordinate representation of color #BA8FDA: hue angle of 274.4º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA8FDA is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186143218-
CMYK0.150.3400.15
HSL274.4º50.34%70.78%-
HSV(B)274.4º34.4%85.49%-
XYZ42.7335.1570.86-
YUV164.41158.25143.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=34.00%
G=26.14%
B=39.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861432180.150.3400.15274.450.3470.78
HexBA8FDAF220F1123247
Octal272217332174201742262107
Binary1011101010001111110110101111100010011111000100101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FDA; }

 p { color: rgb(186,143,218); }

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

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

 a { background-color: rgb(186,143,218); }

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

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

 span { border-color: rgb(186,143,218); }

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