#BA8DD2

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

Shades of Wisteria #BA8DD2

Tints of Wisteria #BA8DD2

Color information

#BA8DD2 (or 0xBA8DD2) is unknown color: approx Wisteria. HEX triplet: BA, 8D and D2. RGB value is (186,141,210). Sum of RGB (Red+Green+Blue) = 186+141+210=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 141 (55.47% from 255 or 26.26% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA8DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DD2 is #45722D. Grayscale: #A2A2A2. Windows color (decimal): -4551214 or 13798842. OLE color: 13798842.

HSL color Cylindrical-coordinate representation of color #BA8DD2: hue angle of 279.13º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA8DD2 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186141210-
CMYK0.110.3300.18
HSL279.13º43.4%68.82%-
HSV(B)279.13º32.86%82.35%-
XYZ41.4134.1465.38-
YUV162.32154.91144.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 141 (55.47% from 255) = 26.26%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=34.64%
G=26.26%
B=39.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861412100.110.3300.18279.1343.468.82
HexBA8DD2B210121172b45
Octal272215322134102242753105
Binary10111010100011011101001010111000010100101000101111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DD2; }

 p { color: rgb(186,141,210); }

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

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

 a { background-color: rgb(186,141,210); }

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

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

 span { border-color: rgb(186,141,210); }

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