COLOR #BC40A2

HEX: #BC40A2
RGB: (188,64,162)

Color info

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

RGB color model

#BC40A2 color RGB value is (188,64,162).

  • red value is 188;
  • green value is 64;
  • blue value is 162.
RGB:
(188,64,162)
(74%,25%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 64 of 255 = 25%
B 162 of 255 = 64%

188
64
162

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

Portions of RGB colors in percentages

R + G + B =
188 + 64 + 162 = 414 (100%)
R 188 of 414 ~ 45.41%
G 64 of 414 ~ 15.46%
B 162 of 414 ~ 39.13%

%45.41
%15.46
%39.13

CMYK color model

#BC40A2 color CMYK value is (0,66,14,26).

  • cyan value is 0.00%
  • magenta value is 65.96%
  • yellow value is 13.83%
  • key color value is 26.27%
CMYK:
(0,66,14,26)
C0M66Y14K26 
(0%,66%,14%,26%)
(0.00/0.66/0.14/0.26)	

CMYK percentages

%0
%65.96
%13.83
%26.27

Codes

Color #BC40A2 in popluar color models

BC40A2
RGB18864162
HSL313°49.21%49.41%
HSB/HSV313°65.96%73.73%
CMYK0.00%65.96%13.83%
26.27%

Color #BC40A2 in popluar number systems.

HEXBC40A2
Decimal18864162
Binary10111100100000010100010
Octal274100242

Shades and tints

Shades of #BC40A2

#BC40A2
(188,64,162)
#AB3B94
(171,59,148)
#9A3686
(154,54,134)
#893178
(137,49,120)
#782C6A
(120,44,106)
#67275C
(103,39,92)
#56224E
(86,34,78)
#451D40
(69,29,64)
#341832
(52,24,50)
#231324
(35,19,36)
#120E16
(18,14,22)
#000000
(0,0,0)

Tints of #BC40A2

#BC40A2
(188,64,162)
#C251AA
(194,81,170)
#C862B2
(200,98,178)
#CE73BA
(206,115,186)
#D484C2
(212,132,194)
#DA95CA
(218,149,202)
#E0A6D2
(224,166,210)
#E6B7DA
(230,183,218)
#ECC8E2
(236,200,226)
#F2D9EA
(242,217,234)
#F8EAF2
(248,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC40A2 color. Also use rgb(188,64,162) instead hex code.

Text Font Color

.myTextColor { color: #BC40A2; }

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

This text font color is #BC40A2.


Background Color

.myBgColor { background-color: #BC40A2; }

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

This div background color is #BC40A2.


Border color

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

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

This div border color is #BC40A2.


Opacity

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

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

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

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

This text has shadow with #BC40A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC40A2 on black background.


Color preview on white background

This text has color #BC40A2 on white background.



Black color preview on #BC40A2 background

This text has black color on #BC40A2 background.


White color preview on #BC40A2 background

This text has white color on #BC40A2 background.