COLOR #BC416A

HEX: #BC416A
RGB: (188,65,106)

Color info

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

RGB color model

#BC416A color RGB value is (188,65,106).

  • red value is 188;
  • green value is 65;
  • blue value is 106.
RGB:
(188,65,106)
(74%,25%,42%)

RGB channels and saturation

R 188 of 255 = 74%
G 65 of 255 = 25%
B 106 of 255 = 42%

188
65
106

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

Portions of RGB colors in percentages

R + G + B =
188 + 65 + 106 = 359 (100%)
R 188 of 359 ~ 52.37%
G 65 of 359 ~ 18.11%
B 106 of 359 ~ 29.53%

%52.37
%18.11
%29.53

CMYK color model

#BC416A color CMYK value is (0,65,44,26).

  • cyan value is 0.00%
  • magenta value is 65.43%
  • yellow value is 43.62%
  • key color value is 26.27%
CMYK:
(0,65,44,26)
C0M65Y44K26 
(0%,65%,44%,26%)
(0.00/0.65/0.44/0.26)	

CMYK percentages

%0
%65.43
%43.62
%26.27

Codes

Color #BC416A in popluar color models

BC416A
RGB18865106
HSL340°48.62%49.61%
HSB/HSV340°65.43%73.73%
CMYK0.00%65.43%43.62%
26.27%

Color #BC416A in popluar number systems.

HEXBC416A
Decimal18865106
Binary1011110010000011101010
Octal274101152

Shades and tints

Shades of #BC416A

#BC416A
(188,65,106)
#AB3C61
(171,60,97)
#9A3758
(154,55,88)
#89324F
(137,50,79)
#782D46
(120,45,70)
#67283D
(103,40,61)
#562334
(86,35,52)
#451E2B
(69,30,43)
#341922
(52,25,34)
#231419
(35,20,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #BC416A

#BC416A
(188,65,106)
#C25277
(194,82,119)
#C86384
(200,99,132)
#CE7491
(206,116,145)
#D4859E
(212,133,158)
#DA96AB
(218,150,171)
#E0A7B8
(224,167,184)
#E6B8C5
(230,184,197)
#ECC9D2
(236,201,210)
#F2DADF
(242,218,223)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC416A color. Also use rgb(188,65,106) instead hex code.

Text Font Color

.myTextColor { color: #BC416A; }

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

This text font color is #BC416A.


Background Color

.myBgColor { background-color: #BC416A; }

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

This div background color is #BC416A.


Border color

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

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

This div border color is #BC416A.


Opacity

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

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

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

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

This text has shadow with #BC416A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC416A on black background.


Color preview on white background

This text has color #BC416A on white background.



Black color preview on #BC416A background

This text has black color on #BC416A background.


White color preview on #BC416A background

This text has white color on #BC416A background.