#BA8CD6

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

Shades of Wisteria #BA8CD6

Tints of Wisteria #BA8CD6

Color information

#BA8CD6 (or 0xBA8CD6) is unknown color: approx Wisteria. HEX triplet: BA, 8C and D6. RGB value is (186,140,214). Sum of RGB (Red+Green+Blue) = 186+140+214=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA8CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CD6 is #457329. Grayscale: #A1A1A1. Windows color (decimal): -4551466 or 14060730. OLE color: 14060730.

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

Color convert

RGB186140214-
CMYK0.130.3500.16
HSL277.3º47.44%69.41%-
HSV(B)277.3º34.58%83.92%-
XYZ41.7734.0567.99-
YUV162.19157.24144.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=34.44%
G=25.93%
B=39.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861402140.130.3500.16277.347.4469.41
HexBA8CD6D230101152f45
Octal272214326154302042557105
Binary10111010100011001101011011011000110100001000101011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CD6; }

 p { color: rgb(186,140,214); }

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

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

 a { background-color: rgb(186,140,214); }

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

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

 span { border-color: rgb(186,140,214); }

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