COLOR #BC7CB5

HEX: #BC7CB5
RGB: (188,124,181)

Color info

#BC7CB5 contains mainly red and blue colors. Web safe color of #BC7CB5 is #CC66CC (or #C6C).

RGB color model

#BC7CB5 color RGB value is (188,124,181).

  • red value is 188;
  • green value is 124;
  • blue value is 181.
RGB:
(188,124,181)
(74%,49%,71%)

RGB channels and saturation

R 188 of 255 = 74%
G 124 of 255 = 49%
B 181 of 255 = 71%

188
124
181

R + G + B ~ 65%. #BC7CB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 124 + 181 = 493 (100%)
R 188 of 493 ~ 38.13%
G 124 of 493 ~ 25.15%
B 181 of 493 ~ 36.71%

%38.13
%25.15
%36.71

CMYK color model

#BC7CB5 color CMYK value is (0,34,4,26).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 3.72%
  • key color value is 26.27%
CMYK:
(0,34,4,26)
C0M34Y4K26 
(0%,34%,4%,26%)
(0.00/0.34/0.04/0.26)	

CMYK percentages

%0
%34.04
%3.72
%26.27

Codes

Color #BC7CB5 in popluar color models

BC7CB5
RGB188124181
HSL307°32.32%61.18%
HSB/HSV307°34.04%73.73%
CMYK0.00%34.04%3.72%
26.27%

Color #BC7CB5 in popluar number systems.

HEXBC7CB5
Decimal188124181
Binary10111100111110010110101
Octal274174265

Shades and tints

Shades of #BC7CB5

#BC7CB5
(188,124,181)
#AB71A5
(171,113,165)
#9A6695
(154,102,149)
#895B85
(137,91,133)
#785075
(120,80,117)
#674565
(103,69,101)
#563A55
(86,58,85)
#452F45
(69,47,69)
#342435
(52,36,53)
#231925
(35,25,37)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #BC7CB5

#BC7CB5
(188,124,181)
#C287BB
(194,135,187)
#C892C1
(200,146,193)
#CE9DC7
(206,157,199)
#D4A8CD
(212,168,205)
#DAB3D3
(218,179,211)
#E0BED9
(224,190,217)
#E6C9DF
(230,201,223)
#ECD4E5
(236,212,229)
#F2DFEB
(242,223,235)
#F8EAF1
(248,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7CB5 color. Also use rgb(188,124,181) instead hex code.

Text Font Color

.myTextColor { color: #BC7CB5; }

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

This text font color is #BC7CB5.


Background Color

.myBgColor { background-color: #BC7CB5; }

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

This div background color is #BC7CB5.


Border color

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

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

This div border color is #BC7CB5.


Opacity

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

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

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

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

This text has shadow with #BC7CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7CB5 on black background.


Color preview on white background

This text has color #BC7CB5 on white background.



Black color preview on #BC7CB5 background

This text has black color on #BC7CB5 background.


White color preview on #BC7CB5 background

This text has white color on #BC7CB5 background.