COLOR #BA71B9

HEX: #BA71B9 RGB: (186,113,185)

Color info

#BA71B9 contains mainly red and blue colors. Web safe color of #BA71B9 is #CC66CC (or #C6C).

RGB color model

#BA71B9 color RGB value is (186,113,185).

RGB: (186,113,185) (73%, 44%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 185 of 255 = 73%

186
113
185

R + G + B ~ 63%. #BA71B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 113 + 185 = 484 (100%)
R 186 of 484 ~ 38.43%
G 113 of 484 ~ 23.35%
B 185 of 484 ~ 38.22'%

%38.43
%23.35
%38.22

CMYK color model

#BA71B9 color CMYK value is (0,39,1,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 0.54%
  • key color value is 27.06%

CMYK: (0,39,1,27)
C0M39Y1K27 (0%, 39%, 1%, 27%)
(0.00 / 0.39 / 0.01 / 0.27)

CMYK percentages

%0
%39.25
%0.54
%27.06

Codes

Color #BA71B9 in popluar color models

BA 71 B9
RGB 186 113 185
HSL 301° 34.60% 58.63%
HSB/HSV 301° 39.25% 72.94%
CMYK 0.00% 39.25% 0.54%
27.06%

Color #BA71B9 in popluar number systems.

HEX BA 71 B9
Decimal 186 113 185
Binary 10111010 1110001 10111001
Octal 272 161 271

Shades and tints

Shades of #BA71B9

#BA71B9
(186,113,185)
#AA67A9
(170,103,169)
#9A5D99
(154,93,153)
#8A5389
(138,83,137)
#7A4979
(122,73,121)
#6A3F69
(106,63,105)
#5A3559
(90,53,89)
#4A2B49
(74,43,73)
#3A2139
(58,33,57)
#2A1729
(42,23,41)
#1A0D19
(26,13,25)
#000000
(0,0,0)

Tints of #BA71B9

#BA71B9
(186,113,185)
#C07DBF
(192,125,191)
#C689C5
(198,137,197)
#CC95CB
(204,149,203)
#D2A1D1
(210,161,209)
#D8ADD7
(216,173,215)
#DEB9DD
(222,185,221)
#E4C5E3
(228,197,227)
#EAD1E9
(234,209,233)
#F0DDEF
(240,221,239)
#F6E9F5
(246,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA71B9; }

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

This text font color is #BA71B9.

Background Color

.myBgColor { background-color: #BA71B9; }

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

This div background color is #BA71B9.

Border color

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

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

This div border color is #BA71B9.

Opacity

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

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

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

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

This text has shadow with #BA71B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA71B9.

Preview

Color preview on black background

This text has color #BA71B9 on black background.


Color preview on white background

This text has color #BA71B9 on white background.


Black color preview on #BA71B9 background

This text has black color on #BA71B9 background.


White color preview on #BA71B9 background

This text has white color on #BA71B9 background.


Related colors

Complementary color

Complementary color for #hex is #458E46.


I love getcolorcode.com

Triadic colors

1 #B9BA71 and #71B9BA with #BA71B9 are triadic colors.

2 #B971BA and #71BAB9 with #BA71B9 are triadic colors.