COLOR #BC6EB2

HEX: #BC6EB2
RGB: (188,110,178)

Color info

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

RGB color model

#BC6EB2 color RGB value is (188,110,178).

  • red value is 188;
  • green value is 110;
  • blue value is 178.
RGB:
(188,110,178)
(74%,43%,70%)

RGB channels and saturation

R 188 of 255 = 74%
G 110 of 255 = 43%
B 178 of 255 = 70%

188
110
178

R + G + B ~ 62%. #BC6EB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 110 + 178 = 476 (100%)
R 188 of 476 ~ 39.5%
G 110 of 476 ~ 23.11%
B 178 of 476 ~ 37.39%

%39.5
%23.11
%37.39

CMYK color model

#BC6EB2 color CMYK value is (0,41,5,26).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK:
(0,41,5,26)
C0M41Y5K26 
(0%,41%,5%,26%)
(0.00/0.41/0.05/0.26)	

CMYK percentages

%0
%41.49
%5.32
%26.27

Codes

Color #BC6EB2 in popluar color models

BC6EB2
RGB188110178
HSL308°36.79%58.43%
HSB/HSV308°41.49%73.73%
CMYK0.00%41.49%5.32%
26.27%

Color #BC6EB2 in popluar number systems.

HEXBC6EB2
Decimal188110178
Binary10111100110111010110010
Octal274156262

Shades and tints

Shades of #BC6EB2

#BC6EB2
(188,110,178)
#AB64A2
(171,100,162)
#9A5A92
(154,90,146)
#895082
(137,80,130)
#784672
(120,70,114)
#673C62
(103,60,98)
#563252
(86,50,82)
#452842
(69,40,66)
#341E32
(52,30,50)
#231422
(35,20,34)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #BC6EB2

#BC6EB2
(188,110,178)
#C27BB9
(194,123,185)
#C888C0
(200,136,192)
#CE95C7
(206,149,199)
#D4A2CE
(212,162,206)
#DAAFD5
(218,175,213)
#E0BCDC
(224,188,220)
#E6C9E3
(230,201,227)
#ECD6EA
(236,214,234)
#F2E3F1
(242,227,241)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC6EB2 color. Also use rgb(188,110,178) instead hex code.

Text Font Color

.myTextColor { color: #BC6EB2; }

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

This text font color is #BC6EB2.


Background Color

.myBgColor { background-color: #BC6EB2; }

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

This div background color is #BC6EB2.


Border color

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

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

This div border color is #BC6EB2.


Opacity

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

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

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

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

This text has shadow with #BC6EB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC6EB2 on black background.


Color preview on white background

This text has color #BC6EB2 on white background.



Black color preview on #BC6EB2 background

This text has black color on #BC6EB2 background.


White color preview on #BC6EB2 background

This text has white color on #BC6EB2 background.