COLOR #BA71B4

HEX: #BA71B4
RGB: (186,113,180)

Color info

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

RGB color model

#BA71B4 color RGB value is (186,113,180).

  • red value is 186;
  • green value is 113;
  • blue value is 180.
RGB:
(186,113,180)
(73%,44%,71%)

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 180 of 255 = 71%

186
113
180

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

Portions of RGB colors in percentages

R + G + B =
186 + 113 + 180 = 479 (100%)
R 186 of 479 ~ 38.83%
G 113 of 479 ~ 23.59%
B 180 of 479 ~ 37.58%

%38.83
%23.59
%37.58

CMYK color model

#BA71B4 color CMYK value is (0,39,3,27).

  • cyan value is 0.00%
  • magenta value is 39.25%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(0,39,3,27)
C0M39Y3K27 
(0%,39%,3%,27%)
(0.00/0.39/0.03/0.27)	

CMYK percentages

%0
%39.25
%3.23
%27.06

Codes

Color #BA71B4 in popluar color models

BA71B4
RGB186113180
HSL305°34.60%58.63%
HSB/HSV305°39.25%72.94%
CMYK0.00%39.25%3.23%
27.06%

Color #BA71B4 in popluar number systems.

HEXBA71B4
Decimal186113180
Binary10111010111000110110100
Octal272161264

Shades and tints

Shades of #BA71B4

#BA71B4
(186,113,180)
#AA67A4
(170,103,164)
#9A5D94
(154,93,148)
#8A5384
(138,83,132)
#7A4974
(122,73,116)
#6A3F64
(106,63,100)
#5A3554
(90,53,84)
#4A2B44
(74,43,68)
#3A2134
(58,33,52)
#2A1724
(42,23,36)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #BA71B4

#BA71B4
(186,113,180)
#C07DBA
(192,125,186)
#C689C0
(198,137,192)
#CC95C6
(204,149,198)
#D2A1CC
(210,161,204)
#D8ADD2
(216,173,210)
#DEB9D8
(222,185,216)
#E4C5DE
(228,197,222)
#EAD1E4
(234,209,228)
#F0DDEA
(240,221,234)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA71B4; }

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

This text font color is #BA71B4.


Background Color

.myBgColor { background-color: #BA71B4; }

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

This div background color is #BA71B4.


Border color

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

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

This div border color is #BA71B4.


Opacity

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

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

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

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

This text has shadow with #BA71B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA71B4 on black background.


Color preview on white background

This text has color #BA71B4 on white background.



Black color preview on #BA71B4 background

This text has black color on #BA71B4 background.


White color preview on #BA71B4 background

This text has white color on #BA71B4 background.