#BA8BDC

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

Shades of Wisteria #BA8BDC

Tints of Wisteria #BA8BDC

Color information

#BA8BDC (or 0xBA8BDC) is unknown color: approx Wisteria. HEX triplet: BA, 8B and DC. RGB value is (186,139,220). Sum of RGB (Red+Green+Blue) = 186+139+220=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDC is #457423. Grayscale: #A2A2A2. Windows color (decimal): -4551716 or 14453690. OLE color: 14453690.

HSL color Cylindrical-coordinate representation of color #BA8BDC: hue angle of 274.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8BDC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186139220-
CMYK0.150.3700.14
HSL274.81º53.64%70.39%-
HSV(B)274.81º36.82%86.27%-
XYZ42.434.0772.05-
YUV162.29160.57144.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 139 (54.69% from 255) = 25.50%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=34.13%
G=25.50%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861392200.150.3700.14274.8153.6470.39
HexBA8BDCF250E1133646
Octal272213334174501642366106
Binary1011101010001011110111001111100101011101000100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BDC; }

 p { color: rgb(186,139,220); }

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

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

 a { background-color: rgb(186,139,220); }

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

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

 span { border-color: rgb(186,139,220); }

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