COLOR #BC6692

HEX: #BC6692
RGB: (188,102,146)

Color info

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

RGB color model

#BC6692 color RGB value is (188,102,146).

  • red value is 188;
  • green value is 102;
  • blue value is 146.
RGB:
(188,102,146)
(74%,40%,57%)

RGB channels and saturation

R 188 of 255 = 74%
G 102 of 255 = 40%
B 146 of 255 = 57%

188
102
146

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

Portions of RGB colors in percentages

R + G + B =
188 + 102 + 146 = 436 (100%)
R 188 of 436 ~ 43.12%
G 102 of 436 ~ 23.39%
B 146 of 436 ~ 33.49%

%43.12
%23.39
%33.49

CMYK color model

#BC6692 color CMYK value is (0,46,22,26).

  • cyan value is 0.00%
  • magenta value is 45.74%
  • yellow value is 22.34%
  • key color value is 26.27%
CMYK:
(0,46,22,26)
C0M46Y22K26 
(0%,46%,22%,26%)
(0.00/0.46/0.22/0.26)	

CMYK percentages

%0
%45.74
%22.34
%26.27

Codes

Color #BC6692 in popluar color models

BC6692
RGB188102146
HSL329°39.09%56.86%
HSB/HSV329°45.74%73.73%
CMYK0.00%45.74%22.34%
26.27%

Color #BC6692 in popluar number systems.

HEXBC6692
Decimal188102146
Binary10111100110011010010010
Octal274146222

Shades and tints

Shades of #BC6692

#BC6692
(188,102,146)
#AB5D85
(171,93,133)
#9A5478
(154,84,120)
#894B6B
(137,75,107)
#78425E
(120,66,94)
#673951
(103,57,81)
#563044
(86,48,68)
#452737
(69,39,55)
#341E2A
(52,30,42)
#23151D
(35,21,29)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #BC6692

#BC6692
(188,102,146)
#C2739B
(194,115,155)
#C880A4
(200,128,164)
#CE8DAD
(206,141,173)
#D49AB6
(212,154,182)
#DAA7BF
(218,167,191)
#E0B4C8
(224,180,200)
#E6C1D1
(230,193,209)
#ECCEDA
(236,206,218)
#F2DBE3
(242,219,227)
#F8E8EC
(248,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6692 color. Also use rgb(188,102,146) instead hex code.

Text Font Color

.myTextColor { color: #BC6692; }

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

This text font color is #BC6692.


Background Color

.myBgColor { background-color: #BC6692; }

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

This div background color is #BC6692.


Border color

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

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

This div border color is #BC6692.


Opacity

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

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

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

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

This text has shadow with #BC6692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6692 on black background.


Color preview on white background

This text has color #BC6692 on white background.



Black color preview on #BC6692 background

This text has black color on #BC6692 background.


White color preview on #BC6692 background

This text has white color on #BC6692 background.