COLOR #BC47B1

HEX: #BC47B1
RGB: (188,71,177)

Color info

#BC47B1 contains mainly red and blue colors. Web safe color of #BC47B1 is #CC3399 (or #C39).

RGB color model

#BC47B1 color RGB value is (188,71,177).

  • red value is 188;
  • green value is 71;
  • blue value is 177.
RGB:
(188,71,177)
(74%,28%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 71 of 255 = 28%
B 177 of 255 = 69%

188
71
177

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

Portions of RGB colors in percentages

R + G + B =
188 + 71 + 177 = 436 (100%)
R 188 of 436 ~ 43.12%
G 71 of 436 ~ 16.28%
B 177 of 436 ~ 40.6%

%43.12
%16.28
%40.6

CMYK color model

#BC47B1 color CMYK value is (0,62,6,26).

  • cyan value is 0.00%
  • magenta value is 62.23%
  • yellow value is 5.85%
  • key color value is 26.27%
CMYK:
(0,62,6,26)
C0M62Y6K26 
(0%,62%,6%,26%)
(0.00/0.62/0.06/0.26)	

CMYK percentages

%0
%62.23
%5.85
%26.27

Codes

Color #BC47B1 in popluar color models

BC47B1
RGB18871177
HSL306°46.61%50.78%
HSB/HSV306°62.23%73.73%
CMYK0.00%62.23%5.85%
26.27%

Color #BC47B1 in popluar number systems.

HEXBC47B1
Decimal18871177
Binary10111100100011110110001
Octal274107261

Shades and tints

Shades of #BC47B1

#BC47B1
(188,71,177)
#AB41A1
(171,65,161)
#9A3B91
(154,59,145)
#893581
(137,53,129)
#782F71
(120,47,113)
#672961
(103,41,97)
#562351
(86,35,81)
#451D41
(69,29,65)
#341731
(52,23,49)
#231121
(35,17,33)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #BC47B1

#BC47B1
(188,71,177)
#C257B8
(194,87,184)
#C867BF
(200,103,191)
#CE77C6
(206,119,198)
#D487CD
(212,135,205)
#DA97D4
(218,151,212)
#E0A7DB
(224,167,219)
#E6B7E2
(230,183,226)
#ECC7E9
(236,199,233)
#F2D7F0
(242,215,240)
#F8E7F7
(248,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC47B1 color. Also use rgb(188,71,177) instead hex code.

Text Font Color

.myTextColor { color: #BC47B1; }

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

This text font color is #BC47B1.


Background Color

.myBgColor { background-color: #BC47B1; }

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

This div background color is #BC47B1.


Border color

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

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

This div border color is #BC47B1.


Opacity

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

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

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

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

This text has shadow with #BC47B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC47B1 on black background.


Color preview on white background

This text has color #BC47B1 on white background.



Black color preview on #BC47B1 background

This text has black color on #BC47B1 background.


White color preview on #BC47B1 background

This text has white color on #BC47B1 background.