COLOR #BC6A9E

HEX: #BC6A9E
RGB: (188,106,158)

Color info

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

RGB color model

#BC6A9E color RGB value is (188,106,158).

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

RGB channels and saturation

R 188 of 255 = 74%
G 106 of 255 = 42%
B 158 of 255 = 62%

188
106
158

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

Portions of RGB colors in percentages

R + G + B =
188 + 106 + 158 = 452 (100%)
R 188 of 452 ~ 41.59%
G 106 of 452 ~ 23.45%
B 158 of 452 ~ 34.96%

%41.59
%23.45
%34.96

CMYK color model

#BC6A9E color CMYK value is (0,44,16,26).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(0,44,16,26)
C0M44Y16K26 
(0%,44%,16%,26%)
(0.00/0.44/0.16/0.26)	

CMYK percentages

%0
%43.62
%15.96
%26.27

Codes

Color #BC6A9E in popluar color models

BC6A9E
RGB188106158
HSL322°37.96%57.65%
HSB/HSV322°43.62%73.73%
CMYK0.00%43.62%15.96%
26.27%

Color #BC6A9E in popluar number systems.

HEXBC6A9E
Decimal188106158
Binary10111100110101010011110
Octal274152236

Shades and tints

Shades of #BC6A9E

#BC6A9E
(188,106,158)
#AB6190
(171,97,144)
#9A5882
(154,88,130)
#894F74
(137,79,116)
#784666
(120,70,102)
#673D58
(103,61,88)
#56344A
(86,52,74)
#452B3C
(69,43,60)
#34222E
(52,34,46)
#231920
(35,25,32)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #BC6A9E

#BC6A9E
(188,106,158)
#C277A6
(194,119,166)
#C884AE
(200,132,174)
#CE91B6
(206,145,182)
#D49EBE
(212,158,190)
#DAABC6
(218,171,198)
#E0B8CE
(224,184,206)
#E6C5D6
(230,197,214)
#ECD2DE
(236,210,222)
#F2DFE6
(242,223,230)
#F8ECEE
(248,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC6A9E; }

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

This text font color is #BC6A9E.


Background Color

.myBgColor { background-color: #BC6A9E; }

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

This div background color is #BC6A9E.


Border color

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

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

This div border color is #BC6A9E.


Opacity

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

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

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

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

This text has shadow with #BC6A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6A9E on black background.


Color preview on white background

This text has color #BC6A9E on white background.



Black color preview on #BC6A9E background

This text has black color on #BC6A9E background.


White color preview on #BC6A9E background

This text has white color on #BC6A9E background.