COLOR #BC7FA7

HEX: #BC7FA7
RGB: (188,127,167)

Color info

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

RGB color model

#BC7FA7 color RGB value is (188,127,167).

  • red value is 188;
  • green value is 127;
  • blue value is 167.
RGB:
(188,127,167)
(74%,50%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 167 of 255 = 65%

188
127
167

R + G + B ~ 63%. #BC7FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 127 + 167 = 482 (100%)
R 188 of 482 ~ 39%
G 127 of 482 ~ 26.35%
B 167 of 482 ~ 34.65%

%39
%26.35
%34.65

CMYK color model

#BC7FA7 color CMYK value is (0,32,11,26).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,32,11,26)
C0M32Y11K26 
(0%,32%,11%,26%)
(0.00/0.32/0.11/0.26)	

CMYK percentages

%0
%32.45
%11.17
%26.27

Codes

Color #BC7FA7 in popluar color models

BC7FA7
RGB188127167
HSL321°31.28%61.76%
HSB/HSV321°32.45%73.73%
CMYK0.00%32.45%11.17%
26.27%

Color #BC7FA7 in popluar number systems.

HEXBC7FA7
Decimal188127167
Binary10111100111111110100111
Octal274177247

Shades and tints

Shades of #BC7FA7

#BC7FA7
(188,127,167)
#AB7498
(171,116,152)
#9A6989
(154,105,137)
#895E7A
(137,94,122)
#78536B
(120,83,107)
#67485C
(103,72,92)
#563D4D
(86,61,77)
#45323E
(69,50,62)
#34272F
(52,39,47)
#231C20
(35,28,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #BC7FA7

#BC7FA7
(188,127,167)
#C28AAF
(194,138,175)
#C895B7
(200,149,183)
#CEA0BF
(206,160,191)
#D4ABC7
(212,171,199)
#DAB6CF
(218,182,207)
#E0C1D7
(224,193,215)
#E6CCDF
(230,204,223)
#ECD7E7
(236,215,231)
#F2E2EF
(242,226,239)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC7FA7; }

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

This text font color is #BC7FA7.


Background Color

.myBgColor { background-color: #BC7FA7; }

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

This div background color is #BC7FA7.


Border color

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

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

This div border color is #BC7FA7.


Opacity

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

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

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

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

This text has shadow with #BC7FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7FA7 on black background.


Color preview on white background

This text has color #BC7FA7 on white background.



Black color preview on #BC7FA7 background

This text has black color on #BC7FA7 background.


White color preview on #BC7FA7 background

This text has white color on #BC7FA7 background.