#BA81DD

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

Shades of Wisteria #BA81DD

Tints of Wisteria #BA81DD

Color information

#BA81DD (or 0xBA81DD) is unknown color: approx Wisteria. HEX triplet: BA, 81 and DD. RGB value is (186,129,221). Sum of RGB (Red+Green+Blue) = 186+129+221=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA81DD is #457E22. Grayscale: #9C9C9C. Windows color (decimal): -4554275 or 14516666. OLE color: 14516666.

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

Color convert

RGB186129221-
CMYK0.160.4200.13
HSL277.17º57.5%68.63%-
HSV(B)277.17º41.63%86.67%-
XYZ41.1531.3672.29-
YUV156.53164.38149.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=34.70%
G=24.07%
B=41.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861292210.160.4200.13277.1757.568.63
HexBA81DD102A0D1153a45
Octal272201335205201542572105
Binary10111010100000011101110110000101010011011000101011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81DD; }

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

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

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

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

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

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

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

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