#BA82DD

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

Shades of Wisteria #BA82DD

Tints of Wisteria #BA82DD

Color information

#BA82DD (or 0xBA82DD) is unknown color: approx Wisteria. HEX triplet: BA, 82 and DD. RGB value is (186,130,221). Sum of RGB (Red+Green+Blue) = 186+130+221=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82DD is #457D22. Grayscale: #9C9C9C. Windows color (decimal): -4554019 or 14516922. OLE color: 14516922.

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

Color convert

RGB186130221-
CMYK0.160.4100.13
HSL276.92º57.23%68.82%-
HSV(B)276.92º41.18%86.67%-
XYZ41.2831.6272.33-
YUV157.12164.05148.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=34.64%
G=24.21%
B=41.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861302210.160.4100.13276.9257.2368.82
HexBA82DD10290D1153945
Octal272202335205101542571105
Binary10111010100000101101110110000101001011011000101011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82DD; }

 p { color: rgb(186,130,221); }

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

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

 a { background-color: rgb(186,130,221); }

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

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

 span { border-color: rgb(186,130,221); }

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