COLOR #BA71D2

HEX: #BA71D2
RGB: (186,113,210)

Color info

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

RGB color model

#BA71D2 color RGB value is (186,113,210).

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

RGB channels and saturation

R 186 of 255 = 73%
G 113 of 255 = 44%
B 210 of 255 = 82%

186
113
210

R + G + B ~ 66%. #BA71D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 113 + 210 = 509 (100%)
R 186 of 509 ~ 36.54%
G 113 of 509 ~ 22.2%
B 210 of 509 ~ 41.26%

%36.54
%22.2
%41.26

CMYK color model

#BA71D2 color CMYK value is (11,46,0,18).

  • cyan value is 11.43%
  • magenta value is 46.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(11,46,0,18)
C11M46Y0K18 
(11%,46%,0%,18%)
(0.11/0.46/0.00/0.18)	

CMYK percentages

%11.43
%46.19
%0
%17.65

Codes

Color #BA71D2 in popluar color models

BA71D2
RGB186113210
HSL285°51.87%63.33%
HSB/HSV285°46.19%82.35%
CMYK11.43%46.19%0.00%
17.65%

Color #BA71D2 in popluar number systems.

HEXBA71D2
Decimal186113210
Binary10111010111000111010010
Octal272161322

Shades and tints

Shades of #BA71D2

#BA71D2
(186,113,210)
#AA67BF
(170,103,191)
#9A5DAC
(154,93,172)
#8A5399
(138,83,153)
#7A4986
(122,73,134)
#6A3F73
(106,63,115)
#5A3560
(90,53,96)
#4A2B4D
(74,43,77)
#3A213A
(58,33,58)
#2A1727
(42,23,39)
#1A0D14
(26,13,20)
#000000
(0,0,0)

Tints of #BA71D2

#BA71D2
(186,113,210)
#C07DD6
(192,125,214)
#C689DA
(198,137,218)
#CC95DE
(204,149,222)
#D2A1E2
(210,161,226)
#D8ADE6
(216,173,230)
#DEB9EA
(222,185,234)
#E4C5EE
(228,197,238)
#EAD1F2
(234,209,242)
#F0DDF6
(240,221,246)
#F6E9FA
(246,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA71D2; }

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

This text font color is #BA71D2.


Background Color

.myBgColor { background-color: #BA71D2; }

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

This div background color is #BA71D2.


Border color

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

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

This div border color is #BA71D2.


Opacity

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

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

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

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

This text has shadow with #BA71D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA71D2 on black background.


Color preview on white background

This text has color #BA71D2 on white background.



Black color preview on #BA71D2 background

This text has black color on #BA71D2 background.


White color preview on #BA71D2 background

This text has white color on #BA71D2 background.