COLOR #BC77A9

HEX: #BC77A9 RGB: (188,119,169)

Color info

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

RGB color model

#BC77A9 color RGB value is (188,119,169).

RGB: (188,119,169) (74%, 47%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 119 of 255 = 47%
B 169 of 255 = 66%

188
119
169

R + G + B ~ 62%. #BC77A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 119 + 169 = 476 (100%)
R 188 of 476 ~ 39.5%
G 119 of 476 ~ 25%
B 169 of 476 ~ 35.5'%

%39.5
%25
%35.5

CMYK color model

#BC77A9 color CMYK value is (0,37,10,26).

  • cyan value is 0.00%
  • magenta value is 36.70%
  • yellow value is 10.11%
  • key color value is 26.27%

CMYK: (0,37,10,26)
C0M37Y10K26 (0%, 37%, 10%, 26%)
(0.00 / 0.37 / 0.10 / 0.26)

CMYK percentages

%0
%36.7
%10.11
%26.27

Codes

Color #BC77A9 in popluar color models

BC 77 A9
RGB 188 119 169
HSL 317° 33.99% 60.20%
HSB/HSV 317° 36.70% 73.73%
CMYK 0.00% 36.70% 10.11%
26.27%

Color #BC77A9 in popluar number systems.

HEX BC 77 A9
Decimal 188 119 169
Binary 10111100 1110111 10101001
Octal 274 167 251

Shades and tints

Shades of #BC77A9

#BC77A9
(188,119,169)
#AB6D9A
(171,109,154)
#9A638B
(154,99,139)
#89597C
(137,89,124)
#784F6D
(120,79,109)
#67455E
(103,69,94)
#563B4F
(86,59,79)
#453140
(69,49,64)
#342731
(52,39,49)
#231D22
(35,29,34)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #BC77A9

#BC77A9
(188,119,169)
#C283B0
(194,131,176)
#C88FB7
(200,143,183)
#CE9BBE
(206,155,190)
#D4A7C5
(212,167,197)
#DAB3CC
(218,179,204)
#E0BFD3
(224,191,211)
#E6CBDA
(230,203,218)
#ECD7E1
(236,215,225)
#F2E3E8
(242,227,232)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC77A9 color. Also use rgb(188,119,169) instead hex code.

Text Font Color

.myTextColor { color: #BC77A9; }

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

This text font color is #BC77A9.

Background Color

.myBgColor { background-color: #BC77A9; }

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

This div background color is #BC77A9.

Border color

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

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

This div border color is #BC77A9.

Opacity

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

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

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

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

This text has shadow with #BC77A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC77A9.

Preview

Color preview on black background

This text has color #BC77A9 on black background.


Color preview on white background

This text has color #BC77A9 on white background.


Black color preview on #BC77A9 background

This text has black color on #BC77A9 background.


White color preview on #BC77A9 background

This text has white color on #BC77A9 background.


Related colors

Complementary color

Complementary color for #hex is #438856.


I love getcolorcode.com

Triadic colors

1 #A9BC77 and #77A9BC with #BC77A9 are triadic colors.

2 #A977BC and #77BCA9 with #BC77A9 are triadic colors.