COLOR #BA47AB

HEX: #BA47AB RGB: (186,71,171)

Color info

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

RGB color model

#BA47AB color RGB value is (186,71,171).

RGB: (186,71,171) (73%, 28%, 67%)

RGB channels and saturation

R 186 of 255 = 73%
G 71 of 255 = 28%
B 171 of 255 = 67%

186
71
171

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

Portions of RGB colors in percentages

R + G + B = 186 + 71 + 171 = 428 (100%)
R 186 of 428 ~ 43.46%
G 71 of 428 ~ 16.59%
B 171 of 428 ~ 39.95'%

%43.46
%16.59
%39.95

CMYK color model

#BA47AB color CMYK value is (0,62,8,27).

  • cyan value is 0.00%
  • magenta value is 61.83%
  • yellow value is 8.06%
  • key color value is 27.06%

CMYK: (0,62,8,27)
C0M62Y8K27 (0%, 62%, 8%, 27%)
(0.00 / 0.62 / 0.08 / 0.27)

CMYK percentages

%0
%61.83
%8.06
%27.06

Codes

Color #BA47AB in popluar color models

BA 47 AB
RGB 186 71 171
HSL 308° 45.45% 50.39%
HSB/HSV 308° 61.83% 72.94%
CMYK 0.00% 61.83% 8.06%
27.06%

Color #BA47AB in popluar number systems.

HEX BA 47 AB
Decimal 186 71 171
Binary 10111010 1000111 10101011
Octal 272 107 253

Shades and tints

Shades of #BA47AB

#BA47AB
(186,71,171)
#AA419C
(170,65,156)
#9A3B8D
(154,59,141)
#8A357E
(138,53,126)
#7A2F6F
(122,47,111)
#6A2960
(106,41,96)
#5A2351
(90,35,81)
#4A1D42
(74,29,66)
#3A1733
(58,23,51)
#2A1124
(42,17,36)
#1A0B15
(26,11,21)
#000000
(0,0,0)

Tints of #BA47AB

#BA47AB
(186,71,171)
#C057B2
(192,87,178)
#C667B9
(198,103,185)
#CC77C0
(204,119,192)
#D287C7
(210,135,199)
#D897CE
(216,151,206)
#DEA7D5
(222,167,213)
#E4B7DC
(228,183,220)
#EAC7E3
(234,199,227)
#F0D7EA
(240,215,234)
#F6E7F1
(246,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA47AB; }

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

This text font color is #BA47AB.

Background Color

.myBgColor { background-color: #BA47AB; }

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

This div background color is #BA47AB.

Border color

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

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

This div border color is #BA47AB.

Opacity

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

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

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

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

This text has shadow with #BA47AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA47AB.

Preview

Color preview on black background

This text has color #BA47AB on black background.


Color preview on white background

This text has color #BA47AB on white background.


Black color preview on #BA47AB background

This text has black color on #BA47AB background.


White color preview on #BA47AB background

This text has white color on #BA47AB background.


Related colors

Complementary color

Complementary color for #hex is #45B854.


I love getcolorcode.com

Triadic colors

1 #ABBA47 and #47ABBA with #BA47AB are triadic colors.

2 #AB47BA and #47BAAB with #BA47AB are triadic colors.