COLOR #BC639E

HEX: #BC639E
RGB: (188,99,158)

Color info

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

RGB color model

#BC639E color RGB value is (188,99,158).

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

RGB channels and saturation

R 188 of 255 = 74%
G 99 of 255 = 39%
B 158 of 255 = 62%

188
99
158

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

Portions of RGB colors in percentages

R + G + B =
188 + 99 + 158 = 445 (100%)
R 188 of 445 ~ 42.25%
G 99 of 445 ~ 22.25%
B 158 of 445 ~ 35.51%

%42.25
%22.25
%35.51

CMYK color model

#BC639E color CMYK value is (0,47,16,26).

  • cyan value is 0.00%
  • magenta value is 47.34%
  • yellow value is 15.96%
  • key color value is 26.27%
CMYK:
(0,47,16,26)
C0M47Y16K26 
(0%,47%,16%,26%)
(0.00/0.47/0.16/0.26)	

CMYK percentages

%0
%47.34
%15.96
%26.27

Codes

Color #BC639E in popluar color models

BC639E
RGB18899158
HSL320°39.91%56.27%
HSB/HSV320°47.34%73.73%
CMYK0.00%47.34%15.96%
26.27%

Color #BC639E in popluar number systems.

HEXBC639E
Decimal18899158
Binary10111100110001110011110
Octal274143236

Shades and tints

Shades of #BC639E

#BC639E
(188,99,158)
#AB5A90
(171,90,144)
#9A5182
(154,81,130)
#894874
(137,72,116)
#783F66
(120,63,102)
#673658
(103,54,88)
#562D4A
(86,45,74)
#45243C
(69,36,60)
#341B2E
(52,27,46)
#231220
(35,18,32)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #BC639E

#BC639E
(188,99,158)
#C271A6
(194,113,166)
#C87FAE
(200,127,174)
#CE8DB6
(206,141,182)
#D49BBE
(212,155,190)
#DAA9C6
(218,169,198)
#E0B7CE
(224,183,206)
#E6C5D6
(230,197,214)
#ECD3DE
(236,211,222)
#F2E1E6
(242,225,230)
#F8EFEE
(248,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BC639E; }

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

This text font color is #BC639E.


Background Color

.myBgColor { background-color: #BC639E; }

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

This div background color is #BC639E.


Border color

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

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

This div border color is #BC639E.


Opacity

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

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

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

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

This text has shadow with #BC639E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC639E on black background.


Color preview on white background

This text has color #BC639E on white background.



Black color preview on #BC639E background

This text has black color on #BC639E background.


White color preview on #BC639E background

This text has white color on #BC639E background.