COLOR #BA47A3

HEX: #BA47A3
RGB: (186,71,163)

Color info

#BA47A3 contains mainly red and blue colors. Web safe color of #BA47A3 is #CC3399 (or #C39).

RGB color model

#BA47A3 color RGB value is (186,71,163).

  • red value is 186;
  • green value is 71;
  • blue value is 163.
RGB:
(186,71,163)
(73%,28%,64%)

RGB channels and saturation

R 186 of 255 = 73%
G 71 of 255 = 28%
B 163 of 255 = 64%

186
71
163

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

Portions of RGB colors in percentages

R + G + B =
186 + 71 + 163 = 420 (100%)
R 186 of 420 ~ 44.29%
G 71 of 420 ~ 16.9%
B 163 of 420 ~ 38.81%

%44.29
%16.9
%38.81

CMYK color model

#BA47A3 color CMYK value is (0,62,12,27).

  • cyan value is 0.00%
  • magenta value is 61.83%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(0,62,12,27)
C0M62Y12K27 
(0%,62%,12%,27%)
(0.00/0.62/0.12/0.27)	

CMYK percentages

%0
%61.83
%12.37
%27.06

Codes

Color #BA47A3 in popluar color models

BA47A3
RGB18671163
HSL312°45.45%50.39%
HSB/HSV312°61.83%72.94%
CMYK0.00%61.83%12.37%
27.06%

Color #BA47A3 in popluar number systems.

HEXBA47A3
Decimal18671163
Binary10111010100011110100011
Octal272107243

Shades and tints

Shades of #BA47A3

#BA47A3
(186,71,163)
#AA4195
(170,65,149)
#9A3B87
(154,59,135)
#8A3579
(138,53,121)
#7A2F6B
(122,47,107)
#6A295D
(106,41,93)
#5A234F
(90,35,79)
#4A1D41
(74,29,65)
#3A1733
(58,23,51)
#2A1125
(42,17,37)
#1A0B17
(26,11,23)
#000000
(0,0,0)

Tints of #BA47A3

#BA47A3
(186,71,163)
#C057AB
(192,87,171)
#C667B3
(198,103,179)
#CC77BB
(204,119,187)
#D287C3
(210,135,195)
#D897CB
(216,151,203)
#DEA7D3
(222,167,211)
#E4B7DB
(228,183,219)
#EAC7E3
(234,199,227)
#F0D7EB
(240,215,235)
#F6E7F3
(246,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA47A3 color. Also use rgb(186,71,163) instead hex code.

Text Font Color

.myTextColor { color: #BA47A3; }

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

This text font color is #BA47A3.


Background Color

.myBgColor { background-color: #BA47A3; }

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

This div background color is #BA47A3.


Border color

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

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

This div border color is #BA47A3.


Opacity

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

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

Text with #BA47A3 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 #BA47A3;}

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

This text has shadow with #BA47A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA47A3 on black background.


Color preview on white background

This text has color #BA47A3 on white background.



Black color preview on #BA47A3 background

This text has black color on #BA47A3 background.


White color preview on #BA47A3 background

This text has white color on #BA47A3 background.