COLOR #BC3D7E

HEX: #BC3D7E RGB: (188,61,126)

Color info

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

RGB color model

#BC3D7E color RGB value is (188,61,126).

RGB: (188,61,126) (74%, 24%, 49%)

RGB channels and saturation

R 188 of 255 = 74%
G 61 of 255 = 24%
B 126 of 255 = 49%

188
61
126

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

Portions of RGB colors in percentages

R + G + B = 188 + 61 + 126 = 375 (100%)
R 188 of 375 ~ 50.13%
G 61 of 375 ~ 16.27%
B 126 of 375 ~ 33.6'%

%50.13
%16.27
%33.6

CMYK color model

#BC3D7E color CMYK value is (0,68,33,26).

  • cyan value is 0.00%
  • magenta value is 67.55%
  • yellow value is 32.98%
  • key color value is 26.27%

CMYK: (0,68,33,26)
C0M68Y33K26 (0%, 68%, 33%, 26%)
(0.00 / 0.68 / 0.33 / 0.26)

CMYK percentages

%0
%67.55
%32.98
%26.27

Codes

Color #BC3D7E in popluar color models

BC 3D 7E
RGB 188 61 126
HSL 329° 51.00% 48.82%
HSB/HSV 329° 67.55% 73.73%
CMYK 0.00% 67.55% 32.98%
26.27%

Color #BC3D7E in popluar number systems.

HEX BC 3D 7E
Decimal 188 61 126
Binary 10111100 111101 1111110
Octal 274 75 176

Shades and tints

Shades of #BC3D7E

#BC3D7E
(188,61,126)
#AB3873
(171,56,115)
#9A3368
(154,51,104)
#892E5D
(137,46,93)
#782952
(120,41,82)
#672447
(103,36,71)
#561F3C
(86,31,60)
#451A31
(69,26,49)
#341526
(52,21,38)
#23101B
(35,16,27)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #BC3D7E

#BC3D7E
(188,61,126)
#C24E89
(194,78,137)
#C85F94
(200,95,148)
#CE709F
(206,112,159)
#D481AA
(212,129,170)
#DA92B5
(218,146,181)
#E0A3C0
(224,163,192)
#E6B4CB
(230,180,203)
#ECC5D6
(236,197,214)
#F2D6E1
(242,214,225)
#F8E7EC
(248,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC3D7E color. Also use rgb(188,61,126) instead hex code.

Text Font Color

.myTextColor { color: #BC3D7E; }

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

This text font color is #BC3D7E.

Background Color

.myBgColor { background-color: #BC3D7E; }

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

This div background color is #BC3D7E.

Border color

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

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

This div border color is #BC3D7E.

Opacity

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

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

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

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

This text has shadow with #BC3D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC3D7E.

Preview

Color preview on black background

This text has color #BC3D7E on black background.


Color preview on white background

This text has color #BC3D7E on white background.


Black color preview on #BC3D7E background

This text has black color on #BC3D7E background.


White color preview on #BC3D7E background

This text has white color on #BC3D7E background.


Related colors

Complementary color

Complementary color for #hex is #43C281.


I love getcolorcode.com

Triadic colors

1 #7EBC3D and #3D7EBC with #BC3D7E are triadic colors.

2 #7E3DBC and #3DBC7E with #BC3D7E are triadic colors.