COLOR #BC478D

HEX: #BC478D
RGB: (188,71,141)

Color info

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

RGB color model

#BC478D color RGB value is (188,71,141).

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

RGB channels and saturation

R 188 of 255 = 74%
G 71 of 255 = 28%
B 141 of 255 = 55%

188
71
141

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

Portions of RGB colors in percentages

R + G + B =
188 + 71 + 141 = 400 (100%)
R 188 of 400 ~ 47%
G 71 of 400 ~ 17.75%
B 141 of 400 ~ 35.25%

%47
%17.75
%35.25

CMYK color model

#BC478D color CMYK value is (0,62,25,26).

  • cyan value is 0.00%
  • magenta value is 62.23%
  • yellow value is 25.00%
  • key color value is 26.27%
CMYK:
(0,62,25,26)
C0M62Y25K26 
(0%,62%,25%,26%)
(0.00/0.62/0.25/0.26)	

CMYK percentages

%0
%62.23
%25
%26.27

Codes

Color #BC478D in popluar color models

BC478D
RGB18871141
HSL324°46.61%50.78%
HSB/HSV324°62.23%73.73%
CMYK0.00%62.23%25.00%
26.27%

Color #BC478D in popluar number systems.

HEXBC478D
Decimal18871141
Binary10111100100011110001101
Octal274107215

Shades and tints

Shades of #BC478D

#BC478D
(188,71,141)
#AB4181
(171,65,129)
#9A3B75
(154,59,117)
#893569
(137,53,105)
#782F5D
(120,47,93)
#672951
(103,41,81)
#562345
(86,35,69)
#451D39
(69,29,57)
#34172D
(52,23,45)
#231121
(35,17,33)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #BC478D

#BC478D
(188,71,141)
#C25797
(194,87,151)
#C867A1
(200,103,161)
#CE77AB
(206,119,171)
#D487B5
(212,135,181)
#DA97BF
(218,151,191)
#E0A7C9
(224,167,201)
#E6B7D3
(230,183,211)
#ECC7DD
(236,199,221)
#F2D7E7
(242,215,231)
#F8E7F1
(248,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC478D; }

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

This text font color is #BC478D.


Background Color

.myBgColor { background-color: #BC478D; }

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

This div background color is #BC478D.


Border color

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

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

This div border color is #BC478D.


Opacity

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

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

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

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

This text has shadow with #BC478D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC478D on black background.


Color preview on white background

This text has color #BC478D on white background.



Black color preview on #BC478D background

This text has black color on #BC478D background.


White color preview on #BC478D background

This text has white color on #BC478D background.