COLOR #BA77BB

HEX: #BA77BB RGB: (186,119,187)

Color info

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

RGB color model

#BA77BB color RGB value is (186,119,187).

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

RGB channels and saturation

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

186
119
187

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

Portions of RGB colors in percentages

R + G + B = 186 + 119 + 187 = 492 (100%)
R 186 of 492 ~ 37.8%
G 119 of 492 ~ 24.19%
B 187 of 492 ~ 38.01'%

%37.8
%24.19
%38.01

CMYK color model

#BA77BB color CMYK value is (1,36,0,27).

  • cyan value is 0.53%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (1,36,0,27) C1M36Y0K27 (1%,36%,0%,27%) (0.01/0.36/0.00/0.27) 

CMYK percentages

%0.53
%36.36
%0
%26.67

Codes

Color #BA77BB in popluar color models

BA 77 BB
RGB 186 119 187
HSL 299° 33.33% 60.00%
HSB/HSV 299° 36.36% 73.33%
CMYK 0.53% 36.36% 0.00%
26.67%

Color #BA77BB in popluar number systems.

HEX BA 77 BB
Decimal 186 119 187
Binary 10111010 1110111 10111011
Octal 272 167 273

Shades and tints

Shades of #BA77BB

#BA77BB
(186,119,187)
#AA6DAA
(170,109,170)
#9A6399
(154,99,153)
#8A5988
(138,89,136)
#7A4F77
(122,79,119)
#6A4566
(106,69,102)
#5A3B55
(90,59,85)
#4A3144
(74,49,68)
#3A2733
(58,39,51)
#2A1D22
(42,29,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #BA77BB

#BA77BB
(186,119,187)
#C083C1
(192,131,193)
#C68FC7
(198,143,199)
#CC9BCD
(204,155,205)
#D2A7D3
(210,167,211)
#D8B3D9
(216,179,217)
#DEBFDF
(222,191,223)
#E4CBE5
(228,203,229)
#EAD7EB
(234,215,235)
#F0E3F1
(240,227,241)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA77BB; }

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

This text font color is #BA77BB.

Background Color

.myBgColor { background-color: #BA77BB; }

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

This div background color is #BA77BB.

Border color

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

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

This div border color is #BA77BB.

Opacity

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

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

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

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

This text has shadow with #BA77BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BA77BB.

Preview

Color preview on black background

This text has color #BA77BB on black background.


Color preview on white background

This text has color #BA77BB on white background.


Black color preview on #BA77BB background

This text has black color on #BA77BB background.


White color preview on #BA77BB background

This text has white color on #BA77BB background.


Related colors

Complementary color

Complementary color for #hex is #458844.


I love getcolorcode.com

Triadic colors

1 #BBBA77 and #77BBBA with #BA77BB are triadic colors.

2 #BB77BA and #77BABB with #BA77BB are triadic colors.