COLOR #BC73A9

HEX: #BC73A9 RGB: (188,115,169)

Color info

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

RGB color model

#BC73A9 color RGB value is (188,115,169).

RGB: (188,115,169) (74%, 45%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 169 of 255 = 66%

188
115
169

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

Portions of RGB colors in percentages

R + G + B = 188 + 115 + 169 = 472 (100%)
R 188 of 472 ~ 39.83%
G 115 of 472 ~ 24.36%
B 169 of 472 ~ 35.81'%

%39.83
%24.36
%35.81

CMYK color model

#BC73A9 color CMYK value is (0,39,10,26).

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

CMYK: (0,39,10,26)
C0M39Y10K26 (0%, 39%, 10%, 26%)
(0.00 / 0.39 / 0.10 / 0.26)

CMYK percentages

%0
%38.83
%10.11
%26.27

Codes

Color #BC73A9 in popluar color models

BC 73 A9
RGB 188 115 169
HSL 316° 35.27% 59.41%
HSB/HSV 316° 38.83% 73.73%
CMYK 0.00% 38.83% 10.11%
26.27%

Color #BC73A9 in popluar number systems.

HEX BC 73 A9
Decimal 188 115 169
Binary 10111100 1110011 10101001
Octal 274 163 251

Shades and tints

Shades of #BC73A9

#BC73A9
(188,115,169)
#AB699A
(171,105,154)
#9A5F8B
(154,95,139)
#89557C
(137,85,124)
#784B6D
(120,75,109)
#67415E
(103,65,94)
#56374F
(86,55,79)
#452D40
(69,45,64)
#342331
(52,35,49)
#231922
(35,25,34)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #BC73A9

#BC73A9
(188,115,169)
#C27FB0
(194,127,176)
#C88BB7
(200,139,183)
#CE97BE
(206,151,190)
#D4A3C5
(212,163,197)
#DAAFCC
(218,175,204)
#E0BBD3
(224,187,211)
#E6C7DA
(230,199,218)
#ECD3E1
(236,211,225)
#F2DFE8
(242,223,232)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC73A9; }

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

This text font color is #BC73A9.

Background Color

.myBgColor { background-color: #BC73A9; }

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

This div background color is #BC73A9.

Border color

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

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

This div border color is #BC73A9.

Opacity

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

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

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

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

This text has shadow with #BC73A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC73A9.

Preview

Color preview on black background

This text has color #BC73A9 on black background.


Color preview on white background

This text has color #BC73A9 on white background.


Black color preview on #BC73A9 background

This text has black color on #BC73A9 background.


White color preview on #BC73A9 background

This text has white color on #BC73A9 background.


Related colors

Complementary color

Complementary color for #hex is #438C56.


I love getcolorcode.com

Triadic colors

1 #A9BC73 and #73A9BC with #BC73A9 are triadic colors.

2 #A973BC and #73BCA9 with #BC73A9 are triadic colors.