COLOR #BC3B82

HEX: #BC3B82
RGB: (188,59,130)

Color info

#BC3B82 contains mainly red and blue colors. Web safe color of #BC3B82 is #CC3399 (or #C39).

RGB color model

#BC3B82 color RGB value is (188,59,130).

  • red value is 188;
  • green value is 59;
  • blue value is 130.
RGB:
(188,59,130)
(74%,23%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 59 of 255 = 23%
B 130 of 255 = 51%

188
59
130

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

Portions of RGB colors in percentages

R + G + B =
188 + 59 + 130 = 377 (100%)
R 188 of 377 ~ 49.87%
G 59 of 377 ~ 15.65%
B 130 of 377 ~ 34.48%

%49.87
%15.65
%34.48

CMYK color model

#BC3B82 color CMYK value is (0,69,31,26).

  • cyan value is 0.00%
  • magenta value is 68.62%
  • yellow value is 30.85%
  • key color value is 26.27%
CMYK:
(0,69,31,26)
C0M69Y31K26 
(0%,69%,31%,26%)
(0.00/0.69/0.31/0.26)	

CMYK percentages

%0
%68.62
%30.85
%26.27

Codes

Color #BC3B82 in popluar color models

BC3B82
RGB18859130
HSL327°52.23%48.43%
HSB/HSV327°68.62%73.73%
CMYK0.00%68.62%30.85%
26.27%

Color #BC3B82 in popluar number systems.

HEXBC3B82
Decimal18859130
Binary1011110011101110000010
Octal27473202

Shades and tints

Shades of #BC3B82

#BC3B82
(188,59,130)
#AB3677
(171,54,119)
#9A316C
(154,49,108)
#892C61
(137,44,97)
#782756
(120,39,86)
#67224B
(103,34,75)
#561D40
(86,29,64)
#451835
(69,24,53)
#34132A
(52,19,42)
#230E1F
(35,14,31)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #BC3B82

#BC3B82
(188,59,130)
#C24C8D
(194,76,141)
#C85D98
(200,93,152)
#CE6EA3
(206,110,163)
#D47FAE
(212,127,174)
#DA90B9
(218,144,185)
#E0A1C4
(224,161,196)
#E6B2CF
(230,178,207)
#ECC3DA
(236,195,218)
#F2D4E5
(242,212,229)
#F8E5F0
(248,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3B82 color. Also use rgb(188,59,130) instead hex code.

Text Font Color

.myTextColor { color: #BC3B82; }

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

This text font color is #BC3B82.


Background Color

.myBgColor { background-color: #BC3B82; }

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

This div background color is #BC3B82.


Border color

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

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

This div border color is #BC3B82.


Opacity

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

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

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

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

This text has shadow with #BC3B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3B82 on black background.


Color preview on white background

This text has color #BC3B82 on white background.



Black color preview on #BC3B82 background

This text has black color on #BC3B82 background.


White color preview on #BC3B82 background

This text has white color on #BC3B82 background.