COLOR #BC4B7F

HEX: #BC4B7F
RGB: (188,75,127)

Color info

#BC4B7F contains mainly red color. Web safe color of #BC4B7F is #CC3366 (or #C36).

RGB color model

#BC4B7F color RGB value is (188,75,127).

  • red value is 188;
  • green value is 75;
  • blue value is 127.
RGB:
(188,75,127)
(74%,29%,50%)

RGB channels and saturation

R 188 of 255 = 74%
G 75 of 255 = 29%
B 127 of 255 = 50%

188
75
127

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

Portions of RGB colors in percentages

R + G + B =
188 + 75 + 127 = 390 (100%)
R 188 of 390 ~ 48.21%
G 75 of 390 ~ 19.23%
B 127 of 390 ~ 32.56%

%48.21
%19.23
%32.56

CMYK color model

#BC4B7F color CMYK value is (0,60,32,26).

  • cyan value is 0.00%
  • magenta value is 60.11%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(0,60,32,26)
C0M60Y32K26 
(0%,60%,32%,26%)
(0.00/0.60/0.32/0.26)	

CMYK percentages

%0
%60.11
%32.45
%26.27

Codes

Color #BC4B7F in popluar color models

BC4B7F
RGB18875127
HSL332°45.75%51.57%
HSB/HSV332°60.11%73.73%
CMYK0.00%60.11%32.45%
26.27%

Color #BC4B7F in popluar number systems.

HEXBC4B7F
Decimal18875127
Binary1011110010010111111111
Octal274113177

Shades and tints

Shades of #BC4B7F

#BC4B7F
(188,75,127)
#AB4574
(171,69,116)
#9A3F69
(154,63,105)
#89395E
(137,57,94)
#783353
(120,51,83)
#672D48
(103,45,72)
#56273D
(86,39,61)
#452132
(69,33,50)
#341B27
(52,27,39)
#23151C
(35,21,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #BC4B7F

#BC4B7F
(188,75,127)
#C25B8A
(194,91,138)
#C86B95
(200,107,149)
#CE7BA0
(206,123,160)
#D48BAB
(212,139,171)
#DA9BB6
(218,155,182)
#E0ABC1
(224,171,193)
#E6BBCC
(230,187,204)
#ECCBD7
(236,203,215)
#F2DBE2
(242,219,226)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4B7F color. Also use rgb(188,75,127) instead hex code.

Text Font Color

.myTextColor { color: #BC4B7F; }

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

This text font color is #BC4B7F.


Background Color

.myBgColor { background-color: #BC4B7F; }

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

This div background color is #BC4B7F.


Border color

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

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

This div border color is #BC4B7F.


Opacity

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

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

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

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

This text has shadow with #BC4B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC4B7F on black background.


Color preview on white background

This text has color #BC4B7F on white background.



Black color preview on #BC4B7F background

This text has black color on #BC4B7F background.


White color preview on #BC4B7F background

This text has white color on #BC4B7F background.