COLOR #BA71B0

HEX: #BA71B0 RGB: (186,113,176)

Color info

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

RGB color model

#BA71B0 color RGB value is (186,113,176).

RGB: (186,113,176) (73%, 44%, 69%)

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 176 of 255 = 69%

186
113
176

R + G + B ~ 62%. #BA71B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 113 + 176 = 475 (100%)
R 186 of 475 ~ 39.16%
G 113 of 475 ~ 23.79%
B 176 of 475 ~ 37.05'%

%39.16
%23.79
%37.05

CMYK color model

#BA71B0 color CMYK value is (0,39,5,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 5.38%
  • key color value is 27.06%
CMYK: (0,39,5,27) C0M39Y5K27 (0%,39%,5%,27%) (0.00/0.39/0.05/0.27) 

CMYK percentages

%0
%39.25
%5.38
%27.06

Codes

Color #BA71B0 in popluar color models

BA 71 B0
RGB 186 113 176
HSL 308° 34.60% 58.63%
HSB/HSV 308° 39.25% 72.94%
CMYK 0.00% 39.25% 5.38%
27.06%

Color #BA71B0 in popluar number systems.

HEX BA 71 B0
Decimal 186 113 176
Binary 10111010 1110001 10110000
Octal 272 161 260

Shades and tints

Shades of #BA71B0

#BA71B0
(186,113,176)
#AA67A0
(170,103,160)
#9A5D90
(154,93,144)
#8A5380
(138,83,128)
#7A4970
(122,73,112)
#6A3F60
(106,63,96)
#5A3550
(90,53,80)
#4A2B40
(74,43,64)
#3A2130
(58,33,48)
#2A1720
(42,23,32)
#1A0D10
(26,13,16)
#000000
(0,0,0)

Tints of #BA71B0

#BA71B0
(186,113,176)
#C07DB7
(192,125,183)
#C689BE
(198,137,190)
#CC95C5
(204,149,197)
#D2A1CC
(210,161,204)
#D8ADD3
(216,173,211)
#DEB9DA
(222,185,218)
#E4C5E1
(228,197,225)
#EAD1E8
(234,209,232)
#F0DDEF
(240,221,239)
#F6E9F6
(246,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA71B0 color. Also use rgb(186,113,176) instead hex code.

Text Font Color

.myTextColor { color: #BA71B0; }

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

This text font color is #BA71B0.

Background Color

.myBgColor { background-color: #BA71B0; }

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

This div background color is #BA71B0.

Border color

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

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

This div border color is #BA71B0.

Opacity

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

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

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

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

This text has shadow with #BA71B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA71B0.

Preview

Color preview on black background

This text has color #BA71B0 on black background.


Color preview on white background

This text has color #BA71B0 on white background.


Black color preview on #BA71B0 background

This text has black color on #BA71B0 background.


White color preview on #BA71B0 background

This text has white color on #BA71B0 background.


Related colors

Complementary color

Complementary color for #hex is #458E4F.


I love getcolorcode.com

Triadic colors

1 #B0BA71 and #71B0BA with #BA71B0 are triadic colors.

2 #B071BA and #71BAB0 with #BA71B0 are triadic colors.