COLOR #BC4893

HEX: #BC4893 RGB: (188,72,147)

Color info

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

RGB color model

#BC4893 color RGB value is (188,72,147).

RGB: (188,72,147) (74%, 28%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 72 of 255 = 28%
B 147 of 255 = 58%

188
72
147

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

Portions of RGB colors in percentages

R + G + B = 188 + 72 + 147 = 407 (100%)
R 188 of 407 ~ 46.19%
G 72 of 407 ~ 17.69%
B 147 of 407 ~ 36.12'%

%46.19
%17.69
%36.12

CMYK color model

#BC4893 color CMYK value is (0,62,22,26).

  • cyan value is 0.00%
  • magenta value is 61.70%
  • yellow value is 21.81%
  • key color value is 26.27%

CMYK: (0,62,22,26)
C0M62Y22K26 (0%, 62%, 22%, 26%)
(0.00 / 0.62 / 0.22 / 0.26)

CMYK percentages

%0
%61.7
%21.81
%26.27

Codes

Color #BC4893 in popluar color models

BC 48 93
RGB 188 72 147
HSL 321° 46.40% 50.98%
HSB/HSV 321° 61.70% 73.73%
CMYK 0.00% 61.70% 21.81%
26.27%

Color #BC4893 in popluar number systems.

HEX BC 48 93
Decimal 188 72 147
Binary 10111100 1001000 10010011
Octal 274 110 223

Shades and tints

Shades of #BC4893

#BC4893
(188,72,147)
#AB4286
(171,66,134)
#9A3C79
(154,60,121)
#89366C
(137,54,108)
#78305F
(120,48,95)
#672A52
(103,42,82)
#562445
(86,36,69)
#451E38
(69,30,56)
#34182B
(52,24,43)
#23121E
(35,18,30)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #BC4893

#BC4893
(188,72,147)
#C2589C
(194,88,156)
#C868A5
(200,104,165)
#CE78AE
(206,120,174)
#D488B7
(212,136,183)
#DA98C0
(218,152,192)
#E0A8C9
(224,168,201)
#E6B8D2
(230,184,210)
#ECC8DB
(236,200,219)
#F2D8E4
(242,216,228)
#F8E8ED
(248,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC4893 color. Also use rgb(188,72,147) instead hex code.

Text Font Color

.myTextColor { color: #BC4893; }

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

This text font color is #BC4893.

Background Color

.myBgColor { background-color: #BC4893; }

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

This div background color is #BC4893.

Border color

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

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

This div border color is #BC4893.

Opacity

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

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

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

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

This text has shadow with #BC4893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC4893.

Preview

Color preview on black background

This text has color #BC4893 on black background.


Color preview on white background

This text has color #BC4893 on white background.


Black color preview on #BC4893 background

This text has black color on #BC4893 background.


White color preview on #BC4893 background

This text has white color on #BC4893 background.


Related colors

Complementary color

Complementary color for #hex is #43B76C.


I love getcolorcode.com

Triadic colors

1 #93BC48 and #4893BC with #BC4893 are triadic colors.

2 #9348BC and #48BC93 with #BC4893 are triadic colors.