COLOR #BC67A9

HEX: #BC67A9
RGB: (188,103,169)

Color info

#BC67A9 contains mainly red and blue colors. Web safe color of #BC67A9 is #CC6699 (or #C69).

RGB color model

#BC67A9 color RGB value is (188,103,169).

  • red value is 188;
  • green value is 103;
  • blue value is 169.
RGB:
(188,103,169)
(74%,40%,66%)

RGB channels and saturation

R 188 of 255 = 74%
G 103 of 255 = 40%
B 169 of 255 = 66%

188
103
169

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

Portions of RGB colors in percentages

R + G + B =
188 + 103 + 169 = 460 (100%)
R 188 of 460 ~ 40.87%
G 103 of 460 ~ 22.39%
B 169 of 460 ~ 36.74%

%40.87
%22.39
%36.74

CMYK color model

#BC67A9 color CMYK value is (0,45,10,26).

  • cyan value is 0.00%
  • magenta value is 45.21%
  • yellow value is 10.11%
  • key color value is 26.27%
CMYK:
(0,45,10,26)
C0M45Y10K26 
(0%,45%,10%,26%)
(0.00/0.45/0.10/0.26)	

CMYK percentages

%0
%45.21
%10.11
%26.27

Codes

Color #BC67A9 in popluar color models

BC67A9
RGB188103169
HSL313°38.81%57.06%
HSB/HSV313°45.21%73.73%
CMYK0.00%45.21%10.11%
26.27%

Color #BC67A9 in popluar number systems.

HEXBC67A9
Decimal188103169
Binary10111100110011110101001
Octal274147251

Shades and tints

Shades of #BC67A9

#BC67A9
(188,103,169)
#AB5E9A
(171,94,154)
#9A558B
(154,85,139)
#894C7C
(137,76,124)
#78436D
(120,67,109)
#673A5E
(103,58,94)
#56314F
(86,49,79)
#452840
(69,40,64)
#341F31
(52,31,49)
#231622
(35,22,34)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #BC67A9

#BC67A9
(188,103,169)
#C274B0
(194,116,176)
#C881B7
(200,129,183)
#CE8EBE
(206,142,190)
#D49BC5
(212,155,197)
#DAA8CC
(218,168,204)
#E0B5D3
(224,181,211)
#E6C2DA
(230,194,218)
#ECCFE1
(236,207,225)
#F2DCE8
(242,220,232)
#F8E9EF
(248,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC67A9 color. Also use rgb(188,103,169) instead hex code.

Text Font Color

.myTextColor { color: #BC67A9; }

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

This text font color is #BC67A9.


Background Color

.myBgColor { background-color: #BC67A9; }

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

This div background color is #BC67A9.


Border color

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

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

This div border color is #BC67A9.


Opacity

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

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

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

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

This text has shadow with #BC67A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC67A9 on black background.


Color preview on white background

This text has color #BC67A9 on white background.



Black color preview on #BC67A9 background

This text has black color on #BC67A9 background.


White color preview on #BC67A9 background

This text has white color on #BC67A9 background.