COLOR #BA5E9B

HEX: #BA5E9B
RGB: (186,94,155)

Color info

#BA5E9B contains mainly red and blue colors. Web safe color of #BA5E9B is #CC6699 (or #C69).

RGB color model

#BA5E9B color RGB value is (186,94,155).

  • red value is 186;
  • green value is 94;
  • blue value is 155.
RGB:
(186,94,155)
(73%,37%,61%)

RGB channels and saturation

R 186 of 255 = 73%
G 94 of 255 = 37%
B 155 of 255 = 61%

186
94
155

R + G + B ~ 57%. #BA5E9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 94 + 155 = 435 (100%)
R 186 of 435 ~ 42.76%
G 94 of 435 ~ 21.61%
B 155 of 435 ~ 35.63%

%42.76
%21.61
%35.63

CMYK color model

#BA5E9B color CMYK value is (0,49,17,27).

  • cyan value is 0.00%
  • magenta value is 49.46%
  • yellow value is 16.67%
  • key color value is 27.06%
CMYK:
(0,49,17,27)
C0M49Y17K27 
(0%,49%,17%,27%)
(0.00/0.49/0.17/0.27)	

CMYK percentages

%0
%49.46
%16.67
%27.06

Codes

Color #BA5E9B in popluar color models

BA5E9B
RGB18694155
HSL320°40.00%54.90%
HSB/HSV320°49.46%72.94%
CMYK0.00%49.46%16.67%
27.06%

Color #BA5E9B in popluar number systems.

HEXBA5E9B
Decimal18694155
Binary10111010101111010011011
Octal272136233

Shades and tints

Shades of #BA5E9B

#BA5E9B
(186,94,155)
#AA568D
(170,86,141)
#9A4E7F
(154,78,127)
#8A4671
(138,70,113)
#7A3E63
(122,62,99)
#6A3655
(106,54,85)
#5A2E47
(90,46,71)
#4A2639
(74,38,57)
#3A1E2B
(58,30,43)
#2A161D
(42,22,29)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #BA5E9B

#BA5E9B
(186,94,155)
#C06CA4
(192,108,164)
#C67AAD
(198,122,173)
#CC88B6
(204,136,182)
#D296BF
(210,150,191)
#D8A4C8
(216,164,200)
#DEB2D1
(222,178,209)
#E4C0DA
(228,192,218)
#EACEE3
(234,206,227)
#F0DCEC
(240,220,236)
#F6EAF5
(246,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5E9B color. Also use rgb(186,94,155) instead hex code.

Text Font Color

.myTextColor { color: #BA5E9B; }

<p style="color:#BA5E9B">This sample text font color is #BA5E9B.</p>

This text font color is #BA5E9B.


Background Color

.myBgColor { background-color: #BA5E9B; }

<div style="background-color:#BA5E9B">Inner text</div>

This div background color is #BA5E9B.


Border color

.myBorderColor { border: 1px solid #BA5E9B; }

<div style="border:3px solid #BA5E9B">Div</div>

This div border color is #BA5E9B.


Opacity

.myOpacity80 { color: #BA5E9B; opacity: 0.8; }

<p style="color:#BA5E9B;opacity:0.8;">80%</p>

Text with #BA5E9B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BA5E9B;}

<p style="text-shadow: 3px 3px 1px #BA5E9B">Text here.</p>

This text has shadow with #BA5E9B color.

.textShadow {text-shadow: 3px 3px 1px #BA5E9B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BA5E9B, 5px 5px 20px red">Text here.</p>

This text has shadow with #BA5E9B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BA5E9B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BA5E9B, Direction=45, Strength=4)">Text</p>

This text has shadow with #BA5E9B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BA5E9B;
  -webkit-box-shadow:	1px 1px 3px 2px #BA5E9B;
  box-shadow:		1px 1px 3px 2px #BA5E9B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BA5E9B;
-webkit-box-shadow: 1px 1px 3px 2px #BA5E9B;
box-shadow:1px 1px 3px 2px #BA5E9B;">
Div content here</div>
This div box has shadow with color #BA5E9B.

Preview

Color preview on black background

This text has color #BA5E9B on black background.


Color preview on white background

This text has color #BA5E9B on white background.



Black color preview on #BA5E9B background

This text has black color on #BA5E9B background.


White color preview on #BA5E9B background

This text has white color on #BA5E9B background.