COLOR #BC5D8A

HEX: #BC5D8A
RGB: (188,93,138)

Color info

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

RGB color model

#BC5D8A color RGB value is (188,93,138).

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

RGB channels and saturation

R 188 of 255 = 74%
G 93 of 255 = 36%
B 138 of 255 = 54%

188
93
138

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

Portions of RGB colors in percentages

R + G + B =
188 + 93 + 138 = 419 (100%)
R 188 of 419 ~ 44.87%
G 93 of 419 ~ 22.2%
B 138 of 419 ~ 32.94%

%44.87
%22.2
%32.94

CMYK color model

#BC5D8A color CMYK value is (0,51,27,26).

  • cyan value is 0.00%
  • magenta value is 50.53%
  • yellow value is 26.60%
  • key color value is 26.27%
CMYK:
(0,51,27,26)
C0M51Y27K26 
(0%,51%,27%,26%)
(0.00/0.51/0.27/0.26)	

CMYK percentages

%0
%50.53
%26.6
%26.27

Codes

Color #BC5D8A in popluar color models

BC5D8A
RGB18893138
HSL332°41.48%55.10%
HSB/HSV332°50.53%73.73%
CMYK0.00%50.53%26.60%
26.27%

Color #BC5D8A in popluar number systems.

HEXBC5D8A
Decimal18893138
Binary10111100101110110001010
Octal274135212

Shades and tints

Shades of #BC5D8A

#BC5D8A
(188,93,138)
#AB557E
(171,85,126)
#9A4D72
(154,77,114)
#894566
(137,69,102)
#783D5A
(120,61,90)
#67354E
(103,53,78)
#562D42
(86,45,66)
#452536
(69,37,54)
#341D2A
(52,29,42)
#23151E
(35,21,30)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #BC5D8A

#BC5D8A
(188,93,138)
#C26B94
(194,107,148)
#C8799E
(200,121,158)
#CE87A8
(206,135,168)
#D495B2
(212,149,178)
#DAA3BC
(218,163,188)
#E0B1C6
(224,177,198)
#E6BFD0
(230,191,208)
#ECCDDA
(236,205,218)
#F2DBE4
(242,219,228)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC5D8A; }

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

This text font color is #BC5D8A.


Background Color

.myBgColor { background-color: #BC5D8A; }

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

This div background color is #BC5D8A.


Border color

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

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

This div border color is #BC5D8A.


Opacity

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

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

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

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

This text has shadow with #BC5D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5D8A on black background.


Color preview on white background

This text has color #BC5D8A on white background.



Black color preview on #BC5D8A background

This text has black color on #BC5D8A background.


White color preview on #BC5D8A background

This text has white color on #BC5D8A background.