#BA7ED1

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

Shades of East Side #BA7ED1

Tints of East Side #BA7ED1

Color information

#BA7ED1 (or 0xBA7ED1) is unknown color: approx East Side. HEX triplet: BA, 7E and D1. RGB value is (186,126,209). Sum of RGB (Red+Green+Blue) = 186+126+209=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ED1 is #45812E. Grayscale: #999999. Windows color (decimal): -4555055 or 13729466. OLE color: 13729466.

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

Color convert

RGB186126209-
CMYK0.110.4000.18
HSL283.37º47.43%65.69%-
HSV(B)283.37º39.71%81.96%-
XYZ39.2229.9664.04-
YUV153.4159.38151.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=35.70%
G=24.18%
B=40.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861262090.110.4000.18283.3747.4365.69
HexBA7ED1B2801211b2f42
Octal272176321135002243357102
Binary1011101011111101101000110111010000100101000110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7ED1; }

 p { color: rgb(186,126,209); }

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

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

 a { background-color: rgb(186,126,209); }

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

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

 span { border-color: rgb(186,126,209); }

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