COLOR #BC2A9A

HEX: #BC2A9A
RGB: (188,42,154)

Color info

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

RGB color model

#BC2A9A color RGB value is (188,42,154).

  • red value is 188;
  • green value is 42;
  • blue value is 154.
RGB:
(188,42,154)
(74%,16%,60%)

RGB channels and saturation

R 188 of 255 = 74%
G 42 of 255 = 16%
B 154 of 255 = 60%

188
42
154

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

Portions of RGB colors in percentages

R + G + B =
188 + 42 + 154 = 384 (100%)
R 188 of 384 ~ 48.96%
G 42 of 384 ~ 10.94%
B 154 of 384 ~ 40.1%

%48.96
%10.94
%40.1

CMYK color model

#BC2A9A color CMYK value is (0,78,18,26).

  • cyan value is 0.00%
  • magenta value is 77.66%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(0,78,18,26)
C0M78Y18K26 
(0%,78%,18%,26%)
(0.00/0.78/0.18/0.26)	

CMYK percentages

%0
%77.66
%18.09
%26.27

Codes

Color #BC2A9A in popluar color models

BC2A9A
RGB18842154
HSL314°63.48%45.10%
HSB/HSV314°77.66%73.73%
CMYK0.00%77.66%18.09%
26.27%

Color #BC2A9A in popluar number systems.

HEXBC2A9A
Decimal18842154
Binary1011110010101010011010
Octal27452232

Shades and tints

Shades of #BC2A9A

#BC2A9A
(188,42,154)
#AB278C
(171,39,140)
#9A247E
(154,36,126)
#892170
(137,33,112)
#781E62
(120,30,98)
#671B54
(103,27,84)
#561846
(86,24,70)
#451538
(69,21,56)
#34122A
(52,18,42)
#230F1C
(35,15,28)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #BC2A9A

#BC2A9A
(188,42,154)
#C23DA3
(194,61,163)
#C850AC
(200,80,172)
#CE63B5
(206,99,181)
#D476BE
(212,118,190)
#DA89C7
(218,137,199)
#E09CD0
(224,156,208)
#E6AFD9
(230,175,217)
#ECC2E2
(236,194,226)
#F2D5EB
(242,213,235)
#F8E8F4
(248,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC2A9A color. Also use rgb(188,42,154) instead hex code.

Text Font Color

.myTextColor { color: #BC2A9A; }

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

This text font color is #BC2A9A.


Background Color

.myBgColor { background-color: #BC2A9A; }

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

This div background color is #BC2A9A.


Border color

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

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

This div border color is #BC2A9A.


Opacity

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

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

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

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

This text has shadow with #BC2A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC2A9A on black background.


Color preview on white background

This text has color #BC2A9A on white background.



Black color preview on #BC2A9A background

This text has black color on #BC2A9A background.


White color preview on #BC2A9A background

This text has white color on #BC2A9A background.