#BA7ED5

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

Shades of East Side #BA7ED5

Tints of East Side #BA7ED5

Color information

#BA7ED5 (or 0xBA7ED5) is unknown color: approx East Side. HEX triplet: BA, 7E and D5. RGB value is (186,126,213). Sum of RGB (Red+Green+Blue) = 186+126+213=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ED5 is #45812A. Grayscale: #999999. Windows color (decimal): -4555051 or 13991610. OLE color: 13991610.

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

Color convert

RGB186126213-
CMYK0.130.4100.16
HSL281.38º50.88%66.47%-
HSV(B)281.38º40.85%83.53%-
XYZ39.7230.1666.68-
YUV153.86161.38150.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=35.43%
G=24%
B=40.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861262130.130.4100.16281.3850.8866.47
HexBA7ED5D290101193342
Octal272176325155102043163102
Binary1011101011111101101010111011010010100001000110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7ED5; }

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

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

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

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

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

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

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

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