COLOR #BC3785

HEX: #BC3785
RGB: (188,55,133)

Color info

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

RGB color model

#BC3785 color RGB value is (188,55,133).

  • red value is 188;
  • green value is 55;
  • blue value is 133.
RGB:
(188,55,133)
(74%,22%,52%)

RGB channels and saturation

R 188 of 255 = 74%
G 55 of 255 = 22%
B 133 of 255 = 52%

188
55
133

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

Portions of RGB colors in percentages

R + G + B =
188 + 55 + 133 = 376 (100%)
R 188 of 376 ~ 50%
G 55 of 376 ~ 14.63%
B 133 of 376 ~ 35.37%

%50
%14.63
%35.37

CMYK color model

#BC3785 color CMYK value is (0,71,29,26).

  • cyan value is 0.00%
  • magenta value is 70.74%
  • yellow value is 29.26%
  • key color value is 26.27%
CMYK:
(0,71,29,26)
C0M71Y29K26 
(0%,71%,29%,26%)
(0.00/0.71/0.29/0.26)	

CMYK percentages

%0
%70.74
%29.26
%26.27

Codes

Color #BC3785 in popluar color models

BC3785
RGB18855133
HSL325°54.73%47.65%
HSB/HSV325°70.74%73.73%
CMYK0.00%70.74%29.26%
26.27%

Color #BC3785 in popluar number systems.

HEXBC3785
Decimal18855133
Binary1011110011011110000101
Octal27467205

Shades and tints

Shades of #BC3785

#BC3785
(188,55,133)
#AB3279
(171,50,121)
#9A2D6D
(154,45,109)
#892861
(137,40,97)
#782355
(120,35,85)
#671E49
(103,30,73)
#56193D
(86,25,61)
#451431
(69,20,49)
#340F25
(52,15,37)
#230A19
(35,10,25)
#12050D
(18,5,13)
#000000
(0,0,0)

Tints of #BC3785

#BC3785
(188,55,133)
#C24990
(194,73,144)
#C85B9B
(200,91,155)
#CE6DA6
(206,109,166)
#D47FB1
(212,127,177)
#DA91BC
(218,145,188)
#E0A3C7
(224,163,199)
#E6B5D2
(230,181,210)
#ECC7DD
(236,199,221)
#F2D9E8
(242,217,232)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3785 color. Also use rgb(188,55,133) instead hex code.

Text Font Color

.myTextColor { color: #BC3785; }

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

This text font color is #BC3785.


Background Color

.myBgColor { background-color: #BC3785; }

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

This div background color is #BC3785.


Border color

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

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

This div border color is #BC3785.


Opacity

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

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

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

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

This text has shadow with #BC3785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC3785 on black background.


Color preview on white background

This text has color #BC3785 on white background.



Black color preview on #BC3785 background

This text has black color on #BC3785 background.


White color preview on #BC3785 background

This text has white color on #BC3785 background.