COLOR #BC6EA7

HEX: #BC6EA7
RGB: (188,110,167)

Color info

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

RGB color model

#BC6EA7 color RGB value is (188,110,167).

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

RGB channels and saturation

R 188 of 255 = 74%
G 110 of 255 = 43%
B 167 of 255 = 65%

188
110
167

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

Portions of RGB colors in percentages

R + G + B =
188 + 110 + 167 = 465 (100%)
R 188 of 465 ~ 40.43%
G 110 of 465 ~ 23.66%
B 167 of 465 ~ 35.91%

%40.43
%23.66
%35.91

CMYK color model

#BC6EA7 color CMYK value is (0,41,11,26).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(0,41,11,26)
C0M41Y11K26 
(0%,41%,11%,26%)
(0.00/0.41/0.11/0.26)	

CMYK percentages

%0
%41.49
%11.17
%26.27

Codes

Color #BC6EA7 in popluar color models

BC6EA7
RGB188110167
HSL316°36.79%58.43%
HSB/HSV316°41.49%73.73%
CMYK0.00%41.49%11.17%
26.27%

Color #BC6EA7 in popluar number systems.

HEXBC6EA7
Decimal188110167
Binary10111100110111010100111
Octal274156247

Shades and tints

Shades of #BC6EA7

#BC6EA7
(188,110,167)
#AB6498
(171,100,152)
#9A5A89
(154,90,137)
#89507A
(137,80,122)
#78466B
(120,70,107)
#673C5C
(103,60,92)
#56324D
(86,50,77)
#45283E
(69,40,62)
#341E2F
(52,30,47)
#231420
(35,20,32)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #BC6EA7

#BC6EA7
(188,110,167)
#C27BAF
(194,123,175)
#C888B7
(200,136,183)
#CE95BF
(206,149,191)
#D4A2C7
(212,162,199)
#DAAFCF
(218,175,207)
#E0BCD7
(224,188,215)
#E6C9DF
(230,201,223)
#ECD6E7
(236,214,231)
#F2E3EF
(242,227,239)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6EA7; }

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

This text font color is #BC6EA7.


Background Color

.myBgColor { background-color: #BC6EA7; }

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

This div background color is #BC6EA7.


Border color

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

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

This div border color is #BC6EA7.


Opacity

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

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

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

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

This text has shadow with #BC6EA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6EA7 on black background.


Color preview on white background

This text has color #BC6EA7 on white background.



Black color preview on #BC6EA7 background

This text has black color on #BC6EA7 background.


White color preview on #BC6EA7 background

This text has white color on #BC6EA7 background.