COLOR #BA6FA9

HEX: #BA6FA9 RGB: (186,111,169)

Color info

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

RGB color model

#BA6FA9 color RGB value is (186,111,169).

RGB: (186,111,169) (73%, 44%, 66%)

RGB channels and saturation

R 186 of 255 = 73%
G 111 of 255 = 44%
B 169 of 255 = 66%

186
111
169

R + G + B ~ 61%. #BA6FA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 111 + 169 = 466 (100%)
R 186 of 466 ~ 39.91%
G 111 of 466 ~ 23.82%
B 169 of 466 ~ 36.27'%

%39.91
%23.82
%36.27

CMYK color model

#BA6FA9 color CMYK value is (0,40,9,27).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 9.14%
  • key color value is 27.06%

CMYK: (0,40,9,27)
C0M40Y9K27 (0%, 40%, 9%, 27%)
(0.00 / 0.40 / 0.09 / 0.27)

CMYK percentages

%0
%40.32
%9.14
%27.06

Codes

Color #BA6FA9 in popluar color models

BA 6F A9
RGB 186 111 169
HSL 314° 35.21% 58.24%
HSB/HSV 314° 40.32% 72.94%
CMYK 0.00% 40.32% 9.14%
27.06%

Color #BA6FA9 in popluar number systems.

HEX BA 6F A9
Decimal 186 111 169
Binary 10111010 1101111 10101001
Octal 272 157 251

Shades and tints

Shades of #BA6FA9

#BA6FA9
(186,111,169)
#AA659A
(170,101,154)
#9A5B8B
(154,91,139)
#8A517C
(138,81,124)
#7A476D
(122,71,109)
#6A3D5E
(106,61,94)
#5A334F
(90,51,79)
#4A2940
(74,41,64)
#3A1F31
(58,31,49)
#2A1522
(42,21,34)
#1A0B13
(26,11,19)
#000000
(0,0,0)

Tints of #BA6FA9

#BA6FA9
(186,111,169)
#C07CB0
(192,124,176)
#C689B7
(198,137,183)
#CC96BE
(204,150,190)
#D2A3C5
(210,163,197)
#D8B0CC
(216,176,204)
#DEBDD3
(222,189,211)
#E4CADA
(228,202,218)
#EAD7E1
(234,215,225)
#F0E4E8
(240,228,232)
#F6F1EF
(246,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA6FA9 color. Also use rgb(186,111,169) instead hex code.

Text Font Color

.myTextColor { color: #BA6FA9; }

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

This text font color is #BA6FA9.

Background Color

.myBgColor { background-color: #BA6FA9; }

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

This div background color is #BA6FA9.

Border color

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

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

This div border color is #BA6FA9.

Opacity

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

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

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

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

This text has shadow with #BA6FA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA6FA9.

Preview

Color preview on black background

This text has color #BA6FA9 on black background.


Color preview on white background

This text has color #BA6FA9 on white background.


Black color preview on #BA6FA9 background

This text has black color on #BA6FA9 background.


White color preview on #BA6FA9 background

This text has white color on #BA6FA9 background.


Related colors

Complementary color

Complementary color for #hex is #459056.


I love getcolorcode.com

Triadic colors

1 #A9BA6F and #6FA9BA with #BA6FA9 are triadic colors.

2 #A96FBA and #6FBAA9 with #BA6FA9 are triadic colors.