COLOR #BC2B6F

HEX: #BC2B6F RGB: (188,43,111)

Color info

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

RGB color model

#BC2B6F color RGB value is (188,43,111).

RGB: (188,43,111) (74%, 17%, 44%)

RGB channels and saturation

R 188 of 255 = 74%
G 43 of 255 = 17%
B 111 of 255 = 44%

188
43
111

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

Portions of RGB colors in percentages

R + G + B = 188 + 43 + 111 = 342 (100%)
R 188 of 342 ~ 54.97%
G 43 of 342 ~ 12.57%
B 111 of 342 ~ 32.46'%

%54.97
%12.57
%32.46

CMYK color model

#BC2B6F color CMYK value is (0,77,41,26).

  • cyan value is 0.00%
  • magenta value is 77.13%
  • yellow value is 40.96%
  • key color value is 26.27%

CMYK: (0,77,41,26)
C0M77Y41K26 (0%, 77%, 41%, 26%)
(0.00 / 0.77 / 0.41 / 0.26)

CMYK percentages

%0
%77.13
%40.96
%26.27

Codes

Color #BC2B6F in popluar color models

BC 2B 6F
RGB 188 43 111
HSL 332° 62.77% 45.29%
HSB/HSV 332° 77.13% 73.73%
CMYK 0.00% 77.13% 40.96%
26.27%

Color #BC2B6F in popluar number systems.

HEX BC 2B 6F
Decimal 188 43 111
Binary 10111100 101011 1101111
Octal 274 53 157

Shades and tints

Shades of #BC2B6F

#BC2B6F
(188,43,111)
#AB2865
(171,40,101)
#9A255B
(154,37,91)
#892251
(137,34,81)
#781F47
(120,31,71)
#671C3D
(103,28,61)
#561933
(86,25,51)
#451629
(69,22,41)
#34131F
(52,19,31)
#231015
(35,16,21)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #BC2B6F

#BC2B6F
(188,43,111)
#C23E7C
(194,62,124)
#C85189
(200,81,137)
#CE6496
(206,100,150)
#D477A3
(212,119,163)
#DA8AB0
(218,138,176)
#E09DBD
(224,157,189)
#E6B0CA
(230,176,202)
#ECC3D7
(236,195,215)
#F2D6E4
(242,214,228)
#F8E9F1
(248,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2B6F color. Also use rgb(188,43,111) instead hex code.

Text Font Color

.myTextColor { color: #BC2B6F; }

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

This text font color is #BC2B6F.

Background Color

.myBgColor { background-color: #BC2B6F; }

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

This div background color is #BC2B6F.

Border color

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

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

This div border color is #BC2B6F.

Opacity

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

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

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

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

This text has shadow with #BC2B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC2B6F.

Preview

Color preview on black background

This text has color #BC2B6F on black background.


Color preview on white background

This text has color #BC2B6F on white background.


Black color preview on #BC2B6F background

This text has black color on #BC2B6F background.


White color preview on #BC2B6F background

This text has white color on #BC2B6F background.


Related colors

Complementary color

Complementary color for #hex is #43D490.


I love getcolorcode.com

Triadic colors

1 #6FBC2B and #2B6FBC with #BC2B6F are triadic colors.

2 #6F2BBC and #2BBC6F with #BC2B6F are triadic colors.