#BA80D9

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

Shades of East Side #BA80D9

Tints of East Side #BA80D9

Color information

#BA80D9 (or 0xBA80D9) is unknown color: approx East Side. HEX triplet: BA, 80 and D9. RGB value is (186,128,217). Sum of RGB (Red+Green+Blue) = 186+128+217=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80D9 is #457F26. Grayscale: #9B9B9B. Windows color (decimal): -4554535 or 14254266. OLE color: 14254266.

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

Color convert

RGB186128217-
CMYK0.140.4100.15
HSL279.1º53.94%67.65%-
HSV(B)279.1º41.01%85.1%-
XYZ40.4930.8969.47-
YUV155.49162.72149.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 128 (50.39% from 255) = 24.11%
BLUE value IS 217 (85.16% from 255) = 40.87%
R=35.03%
G=24.11%
B=40.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861282170.140.4100.15279.153.9467.65
HexBA80D9E290F1173644
Octal272200331165101742766104
Binary1011101010000000110110011110101001011111000101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80D9; }

 p { color: rgb(186,128,217); }

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

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

 a { background-color: rgb(186,128,217); }

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

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

 span { border-color: rgb(186,128,217); }

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