COLOR #BA79BB

HEX: #BA79BB RGB: (186,121,187)

Color info

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

RGB color model

#BA79BB color RGB value is (186,121,187).

RGB: (186,121,187) (73%, 47%, 73%)

RGB channels and saturation

R 186 of 255 = 73%
G 121 of 255 = 47%
B 187 of 255 = 73%

186
121
187

R + G + B ~ 64%. #BA79BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 121 + 187 = 494 (100%)
R 186 of 494 ~ 37.65%
G 121 of 494 ~ 24.49%
B 187 of 494 ~ 37.85'%

%37.65
%24.49
%37.85

CMYK color model

#BA79BB color CMYK value is (1,35,0,27).

  • cyan value is 0.53%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (1,35,0,27)
C1M35Y0K27 (1%, 35%, 0%, 27%)
(0.01 / 0.35 / 0.00 / 0.27)

CMYK percentages

%0.53
%35.29
%0
%26.67

Codes

Color #BA79BB in popluar color models

BA 79 BB
RGB 186 121 187
HSL 299° 32.67% 60.39%
HSB/HSV 299° 35.29% 73.33%
CMYK 0.53% 35.29% 0.00%
26.67%

Color #BA79BB in popluar number systems.

HEX BA 79 BB
Decimal 186 121 187
Binary 10111010 1111001 10111011
Octal 272 171 273

Shades and tints

Shades of #BA79BB

#BA79BB
(186,121,187)
#AA6EAA
(170,110,170)
#9A6399
(154,99,153)
#8A5888
(138,88,136)
#7A4D77
(122,77,119)
#6A4266
(106,66,102)
#5A3755
(90,55,85)
#4A2C44
(74,44,68)
#3A2133
(58,33,51)
#2A1622
(42,22,34)
#1A0B11
(26,11,17)
#000000
(0,0,0)

Tints of #BA79BB

#BA79BB
(186,121,187)
#C085C1
(192,133,193)
#C691C7
(198,145,199)
#CC9DCD
(204,157,205)
#D2A9D3
(210,169,211)
#D8B5D9
(216,181,217)
#DEC1DF
(222,193,223)
#E4CDE5
(228,205,229)
#EAD9EB
(234,217,235)
#F0E5F1
(240,229,241)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA79BB color. Also use rgb(186,121,187) instead hex code.

Text Font Color

.myTextColor { color: #BA79BB; }

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

This text font color is #BA79BB.

Background Color

.myBgColor { background-color: #BA79BB; }

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

This div background color is #BA79BB.

Border color

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

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

This div border color is #BA79BB.

Opacity

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

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

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

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

This text has shadow with #BA79BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA79BB.

Preview

Color preview on black background

This text has color #BA79BB on black background.


Color preview on white background

This text has color #BA79BB on white background.


Black color preview on #BA79BB background

This text has black color on #BA79BB background.


White color preview on #BA79BB background

This text has white color on #BA79BB background.


Related colors

Complementary color

Complementary color for #hex is #458644.


I love getcolorcode.com

Triadic colors

1 #BBBA79 and #79BBBA with #BA79BB are triadic colors.

2 #BB79BA and #79BABB with #BA79BB are triadic colors.