#BA91D0

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

Shades of Wisteria #BA91D0

Tints of Wisteria #BA91D0

Color information

#BA91D0 (or 0xBA91D0) is unknown color: approx Wisteria. HEX triplet: BA, 91 and D0. RGB value is (186,145,208). Sum of RGB (Red+Green+Blue) = 186+145+208=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91D0 is #456E2F. Grayscale: #A4A4A4. Windows color (decimal): -4550192 or 13668794. OLE color: 13668794.

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

Color convert

RGB186145208-
CMYK0.110.3000.18
HSL279.05º40.13%69.22%-
HSV(B)279.05º30.29%81.57%-
XYZ41.7635.2464.28-
YUV164.44152.58143.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=34.51%
G=26.90%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861452080.110.3000.18279.0540.1369.22
HexBA91D0B1E0121172845
Octal272221320133602242750105
Binary1011101010010001110100001011111100100101000101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA91D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA91D0; }

 p { color: rgb(186,145,208); }

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

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

 a { background-color: rgb(186,145,208); }

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

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

 span { border-color: rgb(186,145,208); }

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