COLOR #BC5C93

HEX: #BC5C93
RGB: (188,92,147)

Color info

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

RGB color model

#BC5C93 color RGB value is (188,92,147).

  • red value is 188;
  • green value is 92;
  • blue value is 147.
RGB:
(188,92,147)
(74%,36%,58%)

RGB channels and saturation

R 188 of 255 = 74%
G 92 of 255 = 36%
B 147 of 255 = 58%

188
92
147

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

Portions of RGB colors in percentages

R + G + B =
188 + 92 + 147 = 427 (100%)
R 188 of 427 ~ 44.03%
G 92 of 427 ~ 21.55%
B 147 of 427 ~ 34.43%

%44.03
%21.55
%34.43

CMYK color model

#BC5C93 color CMYK value is (0,51,22,26).

  • cyan value is 0.00%
  • magenta value is 51.06%
  • yellow value is 21.81%
  • key color value is 26.27%
CMYK:
(0,51,22,26)
C0M51Y22K26 
(0%,51%,22%,26%)
(0.00/0.51/0.22/0.26)	

CMYK percentages

%0
%51.06
%21.81
%26.27

Codes

Color #BC5C93 in popluar color models

BC5C93
RGB18892147
HSL326°41.74%54.90%
HSB/HSV326°51.06%73.73%
CMYK0.00%51.06%21.81%
26.27%

Color #BC5C93 in popluar number systems.

HEXBC5C93
Decimal18892147
Binary10111100101110010010011
Octal274134223

Shades and tints

Shades of #BC5C93

#BC5C93
(188,92,147)
#AB5486
(171,84,134)
#9A4C79
(154,76,121)
#89446C
(137,68,108)
#783C5F
(120,60,95)
#673452
(103,52,82)
#562C45
(86,44,69)
#452438
(69,36,56)
#341C2B
(52,28,43)
#23141E
(35,20,30)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #BC5C93

#BC5C93
(188,92,147)
#C26A9C
(194,106,156)
#C878A5
(200,120,165)
#CE86AE
(206,134,174)
#D494B7
(212,148,183)
#DAA2C0
(218,162,192)
#E0B0C9
(224,176,201)
#E6BED2
(230,190,210)
#ECCCDB
(236,204,219)
#F2DAE4
(242,218,228)
#F8E8ED
(248,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC5C93 color. Also use rgb(188,92,147) instead hex code.

Text Font Color

.myTextColor { color: #BC5C93; }

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

This text font color is #BC5C93.


Background Color

.myBgColor { background-color: #BC5C93; }

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

This div background color is #BC5C93.


Border color

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

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

This div border color is #BC5C93.


Opacity

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

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

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

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

This text has shadow with #BC5C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC5C93 on black background.


Color preview on white background

This text has color #BC5C93 on white background.



Black color preview on #BC5C93 background

This text has black color on #BC5C93 background.


White color preview on #BC5C93 background

This text has white color on #BC5C93 background.