COLOR #BC4E83

HEX: #BC4E83
RGB: (188,78,131)

Color info

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

RGB color model

#BC4E83 color RGB value is (188,78,131).

  • red value is 188;
  • green value is 78;
  • blue value is 131.
RGB:
(188,78,131)
(74%,31%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 78 of 255 = 31%
B 131 of 255 = 51%

188
78
131

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

Portions of RGB colors in percentages

R + G + B =
188 + 78 + 131 = 397 (100%)
R 188 of 397 ~ 47.36%
G 78 of 397 ~ 19.65%
B 131 of 397 ~ 33%

%47.36
%19.65
%33

CMYK color model

#BC4E83 color CMYK value is (0,59,30,26).

  • cyan value is 0.00%
  • magenta value is 58.51%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(0,59,30,26)
C0M59Y30K26 
(0%,59%,30%,26%)
(0.00/0.59/0.30/0.26)	

CMYK percentages

%0
%58.51
%30.32
%26.27

Codes

Color #BC4E83 in popluar color models

BC4E83
RGB18878131
HSL331°45.08%52.16%
HSB/HSV331°58.51%73.73%
CMYK0.00%58.51%30.32%
26.27%

Color #BC4E83 in popluar number systems.

HEXBC4E83
Decimal18878131
Binary10111100100111010000011
Octal274116203

Shades and tints

Shades of #BC4E83

#BC4E83
(188,78,131)
#AB4778
(171,71,120)
#9A406D
(154,64,109)
#893962
(137,57,98)
#783257
(120,50,87)
#672B4C
(103,43,76)
#562441
(86,36,65)
#451D36
(69,29,54)
#34162B
(52,22,43)
#230F20
(35,15,32)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #BC4E83

#BC4E83
(188,78,131)
#C25E8E
(194,94,142)
#C86E99
(200,110,153)
#CE7EA4
(206,126,164)
#D48EAF
(212,142,175)
#DA9EBA
(218,158,186)
#E0AEC5
(224,174,197)
#E6BED0
(230,190,208)
#ECCEDB
(236,206,219)
#F2DEE6
(242,222,230)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC4E83; }

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

This text font color is #BC4E83.


Background Color

.myBgColor { background-color: #BC4E83; }

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

This div background color is #BC4E83.


Border color

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

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

This div border color is #BC4E83.


Opacity

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

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

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

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

This text has shadow with #BC4E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4E83 on black background.


Color preview on white background

This text has color #BC4E83 on white background.



Black color preview on #BC4E83 background

This text has black color on #BC4E83 background.


White color preview on #BC4E83 background

This text has white color on #BC4E83 background.