COLOR #BC3C94

HEX: #BC3C94
RGB: (188,60,148)

Color info

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

RGB color model

#BC3C94 color RGB value is (188,60,148).

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

RGB channels and saturation

R 188 of 255 = 74%
G 60 of 255 = 24%
B 148 of 255 = 58%

188
60
148

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

Portions of RGB colors in percentages

R + G + B =
188 + 60 + 148 = 396 (100%)
R 188 of 396 ~ 47.47%
G 60 of 396 ~ 15.15%
B 148 of 396 ~ 37.37%

%47.47
%15.15
%37.37

CMYK color model

#BC3C94 color CMYK value is (0,68,21,26).

  • cyan value is 0.00%
  • magenta value is 68.09%
  • yellow value is 21.28%
  • key color value is 26.27%
CMYK:
(0,68,21,26)
C0M68Y21K26 
(0%,68%,21%,26%)
(0.00/0.68/0.21/0.26)	

CMYK percentages

%0
%68.09
%21.28
%26.27

Codes

Color #BC3C94 in popluar color models

BC3C94
RGB18860148
HSL319°51.61%48.63%
HSB/HSV319°68.09%73.73%
CMYK0.00%68.09%21.28%
26.27%

Color #BC3C94 in popluar number systems.

HEXBC3C94
Decimal18860148
Binary1011110011110010010100
Octal27474224

Shades and tints

Shades of #BC3C94

#BC3C94
(188,60,148)
#AB3787
(171,55,135)
#9A327A
(154,50,122)
#892D6D
(137,45,109)
#782860
(120,40,96)
#672353
(103,35,83)
#561E46
(86,30,70)
#451939
(69,25,57)
#34142C
(52,20,44)
#230F1F
(35,15,31)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #BC3C94

#BC3C94
(188,60,148)
#C24D9D
(194,77,157)
#C85EA6
(200,94,166)
#CE6FAF
(206,111,175)
#D480B8
(212,128,184)
#DA91C1
(218,145,193)
#E0A2CA
(224,162,202)
#E6B3D3
(230,179,211)
#ECC4DC
(236,196,220)
#F2D5E5
(242,213,229)
#F8E6EE
(248,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC3C94; }

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

This text font color is #BC3C94.


Background Color

.myBgColor { background-color: #BC3C94; }

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

This div background color is #BC3C94.


Border color

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

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

This div border color is #BC3C94.


Opacity

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

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

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

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

This text has shadow with #BC3C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3C94 on black background.


Color preview on white background

This text has color #BC3C94 on white background.



Black color preview on #BC3C94 background

This text has black color on #BC3C94 background.


White color preview on #BC3C94 background

This text has white color on #BC3C94 background.