COLOR #BC4EA7

HEX: #BC4EA7 RGB: (188,78,167)

Color info

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

RGB color model

#BC4EA7 color RGB value is (188,78,167).

RGB: (188,78,167) (74%, 31%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 78 of 255 = 31%
B 167 of 255 = 65%

188
78
167

R + G + B ~ 57%. #BC4EA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 78 + 167 = 433 (100%)
R 188 of 433 ~ 43.42%
G 78 of 433 ~ 18.01%
B 167 of 433 ~ 38.57'%

%43.42
%18.01
%38.57

CMYK color model

#BC4EA7 color CMYK value is (0,59,11,26).

  • cyan value is 0.00%
  • magenta value is 58.51%
  • yellow value is 11.17%
  • key color value is 26.27%

CMYK: (0,59,11,26)
C0M59Y11K26 (0%, 59%, 11%, 26%)
(0.00 / 0.59 / 0.11 / 0.26)

CMYK percentages

%0
%58.51
%11.17
%26.27

Codes

Color #BC4EA7 in popluar color models

BC 4E A7
RGB 188 78 167
HSL 311° 45.08% 52.16%
HSB/HSV 311° 58.51% 73.73%
CMYK 0.00% 58.51% 11.17%
26.27%

Color #BC4EA7 in popluar number systems.

HEX BC 4E A7
Decimal 188 78 167
Binary 10111100 1001110 10100111
Octal 274 116 247

Shades and tints

Shades of #BC4EA7

#BC4EA7
(188,78,167)
#AB4798
(171,71,152)
#9A4089
(154,64,137)
#89397A
(137,57,122)
#78326B
(120,50,107)
#672B5C
(103,43,92)
#56244D
(86,36,77)
#451D3E
(69,29,62)
#34162F
(52,22,47)
#230F20
(35,15,32)
#120811
(18,8,17)
#000000
(0,0,0)

Tints of #BC4EA7

#BC4EA7
(188,78,167)
#C25EAF
(194,94,175)
#C86EB7
(200,110,183)
#CE7EBF
(206,126,191)
#D48EC7
(212,142,199)
#DA9ECF
(218,158,207)
#E0AED7
(224,174,215)
#E6BEDF
(230,190,223)
#ECCEE7
(236,206,231)
#F2DEEF
(242,222,239)
#F8EEF7
(248,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4EA7; }

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

This text font color is #BC4EA7.

Background Color

.myBgColor { background-color: #BC4EA7; }

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

This div background color is #BC4EA7.

Border color

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

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

This div border color is #BC4EA7.

Opacity

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

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

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

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

This text has shadow with #BC4EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC4EA7.

Preview

Color preview on black background

This text has color #BC4EA7 on black background.


Color preview on white background

This text has color #BC4EA7 on white background.


Black color preview on #BC4EA7 background

This text has black color on #BC4EA7 background.


White color preview on #BC4EA7 background

This text has white color on #BC4EA7 background.


Related colors

Complementary color

Complementary color for #hex is #43B158.


I love getcolorcode.com

Triadic colors

1 #A7BC4E and #4EA7BC with #BC4EA7 are triadic colors.

2 #A74EBC and #4EBCA7 with #BC4EA7 are triadic colors.