COLOR #BC5E94

HEX: #BC5E94
RGB: (188,94,148)

Color info

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

RGB color model

#BC5E94 color RGB value is (188,94,148).

  • red value is 188;
  • green value is 94;
  • blue value is 148.
RGB:
(188,94,148)
(74%,37%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 94 of 255 = 37%
B 148 of 255 = 58%

188
94
148

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

Portions of RGB colors in percentages

R + G + B =
188 + 94 + 148 = 430 (100%)
R 188 of 430 ~ 43.72%
G 94 of 430 ~ 21.86%
B 148 of 430 ~ 34.42%

%43.72
%21.86
%34.42

CMYK color model

#BC5E94 color CMYK value is (0,50,21,26).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 21.28%
  • key color value is 26.27%
CMYK:
(0,50,21,26)
C0M50Y21K26 
(0%,50%,21%,26%)
(0.00/0.50/0.21/0.26)	

CMYK percentages

%0
%50
%21.28
%26.27

Codes

Color #BC5E94 in popluar color models

BC5E94
RGB18894148
HSL326°41.23%55.29%
HSB/HSV326°50.00%73.73%
CMYK0.00%50.00%21.28%
26.27%

Color #BC5E94 in popluar number systems.

HEXBC5E94
Decimal18894148
Binary10111100101111010010100
Octal274136224

Shades and tints

Shades of #BC5E94

#BC5E94
(188,94,148)
#AB5687
(171,86,135)
#9A4E7A
(154,78,122)
#89466D
(137,70,109)
#783E60
(120,62,96)
#673653
(103,54,83)
#562E46
(86,46,70)
#452639
(69,38,57)
#341E2C
(52,30,44)
#23161F
(35,22,31)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #BC5E94

#BC5E94
(188,94,148)
#C26C9D
(194,108,157)
#C87AA6
(200,122,166)
#CE88AF
(206,136,175)
#D496B8
(212,150,184)
#DAA4C1
(218,164,193)
#E0B2CA
(224,178,202)
#E6C0D3
(230,192,211)
#ECCEDC
(236,206,220)
#F2DCE5
(242,220,229)
#F8EAEE
(248,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5E94 color. Also use rgb(188,94,148) instead hex code.

Text Font Color

.myTextColor { color: #BC5E94; }

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

This text font color is #BC5E94.


Background Color

.myBgColor { background-color: #BC5E94; }

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

This div background color is #BC5E94.


Border color

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

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

This div border color is #BC5E94.


Opacity

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

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

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

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

This text has shadow with #BC5E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5E94 on black background.


Color preview on white background

This text has color #BC5E94 on white background.



Black color preview on #BC5E94 background

This text has black color on #BC5E94 background.


White color preview on #BC5E94 background

This text has white color on #BC5E94 background.