COLOR #BC7FAC

HEX: #BC7FAC RGB: (188,127,172)

Color info

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

RGB color model

#BC7FAC color RGB value is (188,127,172).

RGB: (188,127,172) (74%, 50%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 172 of 255 = 67%

188
127
172

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

Portions of RGB colors in percentages

R + G + B = 188 + 127 + 172 = 487 (100%)
R 188 of 487 ~ 38.6%
G 127 of 487 ~ 26.08%
B 172 of 487 ~ 35.32'%

%38.6
%26.08
%35.32

CMYK color model

#BC7FAC color CMYK value is (0,32,9,26).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 8.51%
  • key color value is 26.27%

CMYK: (0,32,9,26)
C0M32Y9K26 (0%, 32%, 9%, 26%)
(0.00 / 0.32 / 0.09 / 0.26)

CMYK percentages

%0
%32.45
%8.51
%26.27

Codes

Color #BC7FAC in popluar color models

BC 7F AC
RGB 188 127 172
HSL 316° 31.28% 61.76%
HSB/HSV 316° 32.45% 73.73%
CMYK 0.00% 32.45% 8.51%
26.27%

Color #BC7FAC in popluar number systems.

HEX BC 7F AC
Decimal 188 127 172
Binary 10111100 1111111 10101100
Octal 274 177 254

Shades and tints

Shades of #BC7FAC

#BC7FAC
(188,127,172)
#AB749D
(171,116,157)
#9A698E
(154,105,142)
#895E7F
(137,94,127)
#785370
(120,83,112)
#674861
(103,72,97)
#563D52
(86,61,82)
#453243
(69,50,67)
#342734
(52,39,52)
#231C25
(35,28,37)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #BC7FAC

#BC7FAC
(188,127,172)
#C28AB3
(194,138,179)
#C895BA
(200,149,186)
#CEA0C1
(206,160,193)
#D4ABC8
(212,171,200)
#DAB6CF
(218,182,207)
#E0C1D6
(224,193,214)
#E6CCDD
(230,204,221)
#ECD7E4
(236,215,228)
#F2E2EB
(242,226,235)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7FAC color. Also use rgb(188,127,172) instead hex code.

Text Font Color

.myTextColor { color: #BC7FAC; }

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

This text font color is #BC7FAC.

Background Color

.myBgColor { background-color: #BC7FAC; }

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

This div background color is #BC7FAC.

Border color

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

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

This div border color is #BC7FAC.

Opacity

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

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

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

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

This text has shadow with #BC7FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7FAC.

Preview

Color preview on black background

This text has color #BC7FAC on black background.


Color preview on white background

This text has color #BC7FAC on white background.


Black color preview on #BC7FAC background

This text has black color on #BC7FAC background.


White color preview on #BC7FAC background

This text has white color on #BC7FAC background.


Related colors

Complementary color

Complementary color for #hex is #438053.


I love getcolorcode.com

Triadic colors

1 #ACBC7F and #7FACBC with #BC7FAC are triadic colors.

2 #AC7FBC and #7FBCAC with #BC7FAC are triadic colors.