#BA8ADC

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

Shades of Wisteria #BA8ADC

Tints of Wisteria #BA8ADC

Color information

#BA8ADC (or 0xBA8ADC) is unknown color: approx Wisteria. HEX triplet: BA, 8A and DC. RGB value is (186,138,220). Sum of RGB (Red+Green+Blue) = 186+138+220=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADC is #457523. Grayscale: #A1A1A1. Windows color (decimal): -4551972 or 14453434. OLE color: 14453434.

HSL color Cylindrical-coordinate representation of color #BA8ADC: hue angle of 275.12º 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 #BA8ADC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186138220-
CMYK0.150.3700.14
HSL275.12º53.95%70.2%-
HSV(B)275.12º37.27%86.27%-
XYZ42.2633.7872-
YUV161.7160.9145.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 138 (54.30% from 255) = 25.37%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=34.19%
G=25.37%
B=40.44%

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
Decimal1861382200.150.3700.14275.1253.9570.2
HexBA8ADCF250E1133646
Octal272212334174501642366106
Binary1011101010001010110111001111100101011101000100111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8ADC; }

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

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

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

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

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

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

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

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