COLOR #BC3E7D

HEX: #BC3E7D
RGB: (188,62,125)

Color info

#BC3E7D contains mainly red color. Web safe color of #BC3E7D is #CC3366 (or #C36).

RGB color model

#BC3E7D color RGB value is (188,62,125).

  • red value is 188;
  • green value is 62;
  • blue value is 125.
RGB:
(188,62,125)
(74%,24%,49%)

RGB channels and saturation

R 188 of 255 = 74%
G 62 of 255 = 24%
B 125 of 255 = 49%

188
62
125

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

Portions of RGB colors in percentages

R + G + B =
188 + 62 + 125 = 375 (100%)
R 188 of 375 ~ 50.13%
G 62 of 375 ~ 16.53%
B 125 of 375 ~ 33.33%

%50.13
%16.53
%33.33

CMYK color model

#BC3E7D color CMYK value is (0,67,34,26).

  • cyan value is 0.00%
  • magenta value is 67.02%
  • yellow value is 33.51%
  • key color value is 26.27%
CMYK:
(0,67,34,26)
C0M67Y34K26 
(0%,67%,34%,26%)
(0.00/0.67/0.34/0.26)	

CMYK percentages

%0
%67.02
%33.51
%26.27

Codes

Color #BC3E7D in popluar color models

BC3E7D
RGB18862125
HSL330°50.40%49.02%
HSB/HSV330°67.02%73.73%
CMYK0.00%67.02%33.51%
26.27%

Color #BC3E7D in popluar number systems.

HEXBC3E7D
Decimal18862125
Binary101111001111101111101
Octal27476175

Shades and tints

Shades of #BC3E7D

#BC3E7D
(188,62,125)
#AB3972
(171,57,114)
#9A3467
(154,52,103)
#892F5C
(137,47,92)
#782A51
(120,42,81)
#672546
(103,37,70)
#56203B
(86,32,59)
#451B30
(69,27,48)
#341625
(52,22,37)
#23111A
(35,17,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #BC3E7D

#BC3E7D
(188,62,125)
#C24F88
(194,79,136)
#C86093
(200,96,147)
#CE719E
(206,113,158)
#D482A9
(212,130,169)
#DA93B4
(218,147,180)
#E0A4BF
(224,164,191)
#E6B5CA
(230,181,202)
#ECC6D5
(236,198,213)
#F2D7E0
(242,215,224)
#F8E8EB
(248,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3E7D color. Also use rgb(188,62,125) instead hex code.

Text Font Color

.myTextColor { color: #BC3E7D; }

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

This text font color is #BC3E7D.


Background Color

.myBgColor { background-color: #BC3E7D; }

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

This div background color is #BC3E7D.


Border color

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

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

This div border color is #BC3E7D.


Opacity

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

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

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

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

This text has shadow with #BC3E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3E7D on black background.


Color preview on white background

This text has color #BC3E7D on white background.



Black color preview on #BC3E7D background

This text has black color on #BC3E7D background.


White color preview on #BC3E7D background

This text has white color on #BC3E7D background.