COLOR #BC5F7F

HEX: #BC5F7F
RGB: (188,95,127)

Color info

#BC5F7F contains mainly red color. Web safe color of #BC5F7F is #CC6666 (or #C66).

RGB color model

#BC5F7F color RGB value is (188,95,127).

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

RGB channels and saturation

R 188 of 255 = 74%
G 95 of 255 = 37%
B 127 of 255 = 50%

188
95
127

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

Portions of RGB colors in percentages

R + G + B =
188 + 95 + 127 = 410 (100%)
R 188 of 410 ~ 45.85%
G 95 of 410 ~ 23.17%
B 127 of 410 ~ 30.98%

%45.85
%23.17
%30.98

CMYK color model

#BC5F7F color CMYK value is (0,49,32,26).

  • cyan value is 0.00%
  • magenta value is 49.47%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(0,49,32,26)
C0M49Y32K26 
(0%,49%,32%,26%)
(0.00/0.49/0.32/0.26)	

CMYK percentages

%0
%49.47
%32.45
%26.27

Codes

Color #BC5F7F in popluar color models

BC5F7F
RGB18895127
HSL339°40.97%55.49%
HSB/HSV339°49.47%73.73%
CMYK0.00%49.47%32.45%
26.27%

Color #BC5F7F in popluar number systems.

HEXBC5F7F
Decimal18895127
Binary1011110010111111111111
Octal274137177

Shades and tints

Shades of #BC5F7F

#BC5F7F
(188,95,127)
#AB5774
(171,87,116)
#9A4F69
(154,79,105)
#89475E
(137,71,94)
#783F53
(120,63,83)
#673748
(103,55,72)
#562F3D
(86,47,61)
#452732
(69,39,50)
#341F27
(52,31,39)
#23171C
(35,23,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #BC5F7F

#BC5F7F
(188,95,127)
#C26D8A
(194,109,138)
#C87B95
(200,123,149)
#CE89A0
(206,137,160)
#D497AB
(212,151,171)
#DAA5B6
(218,165,182)
#E0B3C1
(224,179,193)
#E6C1CC
(230,193,204)
#ECCFD7
(236,207,215)
#F2DDE2
(242,221,226)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5F7F; }

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

This text font color is #BC5F7F.


Background Color

.myBgColor { background-color: #BC5F7F; }

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

This div background color is #BC5F7F.


Border color

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

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

This div border color is #BC5F7F.


Opacity

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

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

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

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

This text has shadow with #BC5F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5F7F on black background.


Color preview on white background

This text has color #BC5F7F on white background.



Black color preview on #BC5F7F background

This text has black color on #BC5F7F background.


White color preview on #BC5F7F background

This text has white color on #BC5F7F background.