COLOR #BC5D83

HEX: #BC5D83
RGB: (188,93,131)

Color info

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

RGB color model

#BC5D83 color RGB value is (188,93,131).

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

RGB channels and saturation

R 188 of 255 = 74%
G 93 of 255 = 36%
B 131 of 255 = 51%

188
93
131

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

Portions of RGB colors in percentages

R + G + B =
188 + 93 + 131 = 412 (100%)
R 188 of 412 ~ 45.63%
G 93 of 412 ~ 22.57%
B 131 of 412 ~ 31.8%

%45.63
%22.57
%31.8

CMYK color model

#BC5D83 color CMYK value is (0,51,30,26).

  • cyan value is 0.00%
  • magenta value is 50.53%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(0,51,30,26)
C0M51Y30K26 
(0%,51%,30%,26%)
(0.00/0.51/0.30/0.26)	

CMYK percentages

%0
%50.53
%30.32
%26.27

Codes

Color #BC5D83 in popluar color models

BC5D83
RGB18893131
HSL336°41.48%55.10%
HSB/HSV336°50.53%73.73%
CMYK0.00%50.53%30.32%
26.27%

Color #BC5D83 in popluar number systems.

HEXBC5D83
Decimal18893131
Binary10111100101110110000011
Octal274135203

Shades and tints

Shades of #BC5D83

#BC5D83
(188,93,131)
#AB5578
(171,85,120)
#9A4D6D
(154,77,109)
#894562
(137,69,98)
#783D57
(120,61,87)
#67354C
(103,53,76)
#562D41
(86,45,65)
#452536
(69,37,54)
#341D2B
(52,29,43)
#231520
(35,21,32)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #BC5D83

#BC5D83
(188,93,131)
#C26B8E
(194,107,142)
#C87999
(200,121,153)
#CE87A4
(206,135,164)
#D495AF
(212,149,175)
#DAA3BA
(218,163,186)
#E0B1C5
(224,177,197)
#E6BFD0
(230,191,208)
#ECCDDB
(236,205,219)
#F2DBE6
(242,219,230)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5D83; }

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

This text font color is #BC5D83.


Background Color

.myBgColor { background-color: #BC5D83; }

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

This div background color is #BC5D83.


Border color

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

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

This div border color is #BC5D83.


Opacity

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

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

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

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

This text has shadow with #BC5D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5D83 on black background.


Color preview on white background

This text has color #BC5D83 on white background.



Black color preview on #BC5D83 background

This text has black color on #BC5D83 background.


White color preview on #BC5D83 background

This text has white color on #BC5D83 background.