COLOR #BC537C

HEX: #BC537C RGB: (188,83,124)

Color info

#BC537C contains mainly red color. Web safe color of #BC537C is #CC6666 (or #C66).

RGB color model

#BC537C color RGB value is (188,83,124).

RGB: (188,83,124) (74%, 33%, 49%)

RGB channels and saturation

R 188 of 255 = 74%
G 83 of 255 = 33%
B 124 of 255 = 49%

188
83
124

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

Portions of RGB colors in percentages

R + G + B = 188 + 83 + 124 = 395 (100%)
R 188 of 395 ~ 47.59%
G 83 of 395 ~ 21.01%
B 124 of 395 ~ 31.39'%

%47.59
%21.01
%31.39

CMYK color model

#BC537C color CMYK value is (0,56,34,26).

  • cyan value is 0.00%
  • magenta value is 55.85%
  • yellow value is 34.04%
  • key color value is 26.27%

CMYK: (0,56,34,26)
C0M56Y34K26 (0%, 56%, 34%, 26%)
(0.00 / 0.56 / 0.34 / 0.26)

CMYK percentages

%0
%55.85
%34.04
%26.27

Codes

Color #BC537C in popluar color models

BC 53 7C
RGB 188 83 124
HSL 337° 43.93% 53.14%
HSB/HSV 337° 55.85% 73.73%
CMYK 0.00% 55.85% 34.04%
26.27%

Color #BC537C in popluar number systems.

HEX BC 53 7C
Decimal 188 83 124
Binary 10111100 1010011 1111100
Octal 274 123 174

Shades and tints

Shades of #BC537C

#BC537C
(188,83,124)
#AB4C71
(171,76,113)
#9A4566
(154,69,102)
#893E5B
(137,62,91)
#783750
(120,55,80)
#673045
(103,48,69)
#56293A
(86,41,58)
#45222F
(69,34,47)
#341B24
(52,27,36)
#231419
(35,20,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #BC537C

#BC537C
(188,83,124)
#C26287
(194,98,135)
#C87192
(200,113,146)
#CE809D
(206,128,157)
#D48FA8
(212,143,168)
#DA9EB3
(218,158,179)
#E0ADBE
(224,173,190)
#E6BCC9
(230,188,201)
#ECCBD4
(236,203,212)
#F2DADF
(242,218,223)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC537C color. Also use rgb(188,83,124) instead hex code.

Text Font Color

.myTextColor { color: #BC537C; }

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

This text font color is #BC537C.

Background Color

.myBgColor { background-color: #BC537C; }

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

This div background color is #BC537C.

Border color

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

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

This div border color is #BC537C.

Opacity

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

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

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

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

This text has shadow with #BC537C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC537C.

Preview

Color preview on black background

This text has color #BC537C on black background.


Color preview on white background

This text has color #BC537C on white background.


Black color preview on #BC537C background

This text has black color on #BC537C background.


White color preview on #BC537C background

This text has white color on #BC537C background.


Related colors

Complementary color

Complementary color for #hex is #43AC83.


I love getcolorcode.com

Triadic colors

1 #7CBC53 and #537CBC with #BC537C are triadic colors.

2 #7C53BC and #53BC7C with #BC537C are triadic colors.