COLOR #BC73A2

HEX: #BC73A2 RGB: (188,115,162)

Color info

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

RGB color model

#BC73A2 color RGB value is (188,115,162).

RGB: (188,115,162) (74%, 45%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 115 of 255 = 45%
B 162 of 255 = 64%

188
115
162

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

Portions of RGB colors in percentages

R + G + B = 188 + 115 + 162 = 465 (100%)
R 188 of 465 ~ 40.43%
G 115 of 465 ~ 24.73%
B 162 of 465 ~ 34.84'%

%40.43
%24.73
%34.84

CMYK color model

#BC73A2 color CMYK value is (0,39,14,26).

  • cyan value is 0.00%
  • magenta value is 38.83%
  • yellow value is 13.83%
  • key color value is 26.27%
CMYK: (0,39,14,26) C0M39Y14K26 (0%,39%,14%,26%) (0.00/0.39/0.14/0.26) 

CMYK percentages

%0
%38.83
%13.83
%26.27

Codes

Color #BC73A2 in popluar color models

BC 73 A2
RGB 188 115 162
HSL 321° 35.27% 59.41%
HSB/HSV 321° 38.83% 73.73%
CMYK 0.00% 38.83% 13.83%
26.27%

Color #BC73A2 in popluar number systems.

HEX BC 73 A2
Decimal 188 115 162
Binary 10111100 1110011 10100010
Octal 274 163 242

Shades and tints

Shades of #BC73A2

#BC73A2
(188,115,162)
#AB6994
(171,105,148)
#9A5F86
(154,95,134)
#895578
(137,85,120)
#784B6A
(120,75,106)
#67415C
(103,65,92)
#56374E
(86,55,78)
#452D40
(69,45,64)
#342332
(52,35,50)
#231924
(35,25,36)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #BC73A2

#BC73A2
(188,115,162)
#C27FAA
(194,127,170)
#C88BB2
(200,139,178)
#CE97BA
(206,151,186)
#D4A3C2
(212,163,194)
#DAAFCA
(218,175,202)
#E0BBD2
(224,187,210)
#E6C7DA
(230,199,218)
#ECD3E2
(236,211,226)
#F2DFEA
(242,223,234)
#F8EBF2
(248,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC73A2; }

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

This text font color is #BC73A2.

Background Color

.myBgColor { background-color: #BC73A2; }

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

This div background color is #BC73A2.

Border color

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

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

This div border color is #BC73A2.

Opacity

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

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

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

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

This text has shadow with #BC73A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC73A2.

Preview

Color preview on black background

This text has color #BC73A2 on black background.


Color preview on white background

This text has color #BC73A2 on white background.


Black color preview on #BC73A2 background

This text has black color on #BC73A2 background.


White color preview on #BC73A2 background

This text has white color on #BC73A2 background.


Related colors

Complementary color

Complementary color for #hex is #438C5D.


I love getcolorcode.com

Triadic colors

1 #A2BC73 and #73A2BC with #BC73A2 are triadic colors.

2 #A273BC and #73BCA2 with #BC73A2 are triadic colors.