COLOR #BA6DA7

HEX: #BA6DA7 RGB: (186,109,167)

Color info

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

RGB color model

#BA6DA7 color RGB value is (186,109,167).

RGB: (186,109,167) (73%, 43%, 65%)

RGB channels and saturation

R 186 of 255 = 73%
G 109 of 255 = 43%
B 167 of 255 = 65%

186
109
167

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

Portions of RGB colors in percentages

R + G + B = 186 + 109 + 167 = 462 (100%)
R 186 of 462 ~ 40.26%
G 109 of 462 ~ 23.59%
B 167 of 462 ~ 36.15'%

%40.26
%23.59
%36.15

CMYK color model

#BA6DA7 color CMYK value is (0,41,10,27).

  • cyan value is 0.00%
  • magenta value is 41.40%
  • yellow value is 10.22%
  • key color value is 27.06%

CMYK: (0,41,10,27)
C0M41Y10K27 (0%, 41%, 10%, 27%)
(0.00 / 0.41 / 0.10 / 0.27)

CMYK percentages

%0
%41.4
%10.22
%27.06

Codes

Color #BA6DA7 in popluar color models

BA 6D A7
RGB 186 109 167
HSL 315° 35.81% 57.84%
HSB/HSV 315° 41.40% 72.94%
CMYK 0.00% 41.40% 10.22%
27.06%

Color #BA6DA7 in popluar number systems.

HEX BA 6D A7
Decimal 186 109 167
Binary 10111010 1101101 10100111
Octal 272 155 247

Shades and tints

Shades of #BA6DA7

#BA6DA7
(186,109,167)
#AA6498
(170,100,152)
#9A5B89
(154,91,137)
#8A527A
(138,82,122)
#7A496B
(122,73,107)
#6A405C
(106,64,92)
#5A374D
(90,55,77)
#4A2E3E
(74,46,62)
#3A252F
(58,37,47)
#2A1C20
(42,28,32)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BA6DA7

#BA6DA7
(186,109,167)
#C07AAF
(192,122,175)
#C687B7
(198,135,183)
#CC94BF
(204,148,191)
#D2A1C7
(210,161,199)
#D8AECF
(216,174,207)
#DEBBD7
(222,187,215)
#E4C8DF
(228,200,223)
#EAD5E7
(234,213,231)
#F0E2EF
(240,226,239)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6DA7 color. Also use rgb(186,109,167) instead hex code.

Text Font Color

.myTextColor { color: #BA6DA7; }

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

This text font color is #BA6DA7.

Background Color

.myBgColor { background-color: #BA6DA7; }

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

This div background color is #BA6DA7.

Border color

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

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

This div border color is #BA6DA7.

Opacity

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

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

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

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

This text has shadow with #BA6DA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6DA7.

Preview

Color preview on black background

This text has color #BA6DA7 on black background.


Color preview on white background

This text has color #BA6DA7 on white background.


Black color preview on #BA6DA7 background

This text has black color on #BA6DA7 background.


White color preview on #BA6DA7 background

This text has white color on #BA6DA7 background.


Related colors

Complementary color

Complementary color for #hex is #459258.


I love getcolorcode.com

Triadic colors

1 #A7BA6D and #6DA7BA with #BA6DA7 are triadic colors.

2 #A76DBA and #6DBAA7 with #BA6DA7 are triadic colors.