#BA88DD

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

Shades of Wisteria #BA88DD

Tints of Wisteria #BA88DD

Color information

#BA88DD (or 0xBA88DD) is unknown color: approx Wisteria. HEX triplet: BA, 88 and DD. RGB value is (186,136,221). Sum of RGB (Red+Green+Blue) = 186+136+221=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88DD is #457722. Grayscale: #A0A0A0. Windows color (decimal): -4552483 or 14518458. OLE color: 14518458.

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

Color convert

RGB186136221-
CMYK0.160.3800.13
HSL275.29º55.56%70%-
HSV(B)275.29º38.46%86.67%-
XYZ42.1133.2772.61-
YUV160.64162.06146.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=34.25%
G=25.05%
B=40.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861362210.160.3800.13275.2955.5670
HexBA88DD10260D1133846
Octal272210335204601542370106
Binary10111010100010001101110110000100110011011000100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88DD; }

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

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

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

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

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

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

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

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