COLOR #BC7BAD

HEX: #BC7BAD
RGB: (188,123,173)

Color info

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

RGB color model

#BC7BAD color RGB value is (188,123,173).

  • red value is 188;
  • green value is 123;
  • blue value is 173.
RGB:
(188,123,173)
(74%,48%,68%)

RGB channels and saturation

R 188 of 255 = 74%
G 123 of 255 = 48%
B 173 of 255 = 68%

188
123
173

R + G + B ~ 63%. #BC7BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 123 + 173 = 484 (100%)
R 188 of 484 ~ 38.84%
G 123 of 484 ~ 25.41%
B 173 of 484 ~ 35.74%

%38.84
%25.41
%35.74

CMYK color model

#BC7BAD color CMYK value is (0,35,8,26).

  • cyan value is 0.00%
  • magenta value is 34.57%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(0,35,8,26)
C0M35Y8K26 
(0%,35%,8%,26%)
(0.00/0.35/0.08/0.26)	

CMYK percentages

%0
%34.57
%7.98
%26.27

Codes

Color #BC7BAD in popluar color models

BC7BAD
RGB188123173
HSL314°32.66%60.98%
HSB/HSV314°34.57%73.73%
CMYK0.00%34.57%7.98%
26.27%

Color #BC7BAD in popluar number systems.

HEXBC7BAD
Decimal188123173
Binary10111100111101110101101
Octal274173255

Shades and tints

Shades of #BC7BAD

#BC7BAD
(188,123,173)
#AB709E
(171,112,158)
#9A658F
(154,101,143)
#895A80
(137,90,128)
#784F71
(120,79,113)
#674462
(103,68,98)
#563953
(86,57,83)
#452E44
(69,46,68)
#342335
(52,35,53)
#231826
(35,24,38)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #BC7BAD

#BC7BAD
(188,123,173)
#C287B4
(194,135,180)
#C893BB
(200,147,187)
#CE9FC2
(206,159,194)
#D4ABC9
(212,171,201)
#DAB7D0
(218,183,208)
#E0C3D7
(224,195,215)
#E6CFDE
(230,207,222)
#ECDBE5
(236,219,229)
#F2E7EC
(242,231,236)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7BAD color. Also use rgb(188,123,173) instead hex code.

Text Font Color

.myTextColor { color: #BC7BAD; }

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

This text font color is #BC7BAD.


Background Color

.myBgColor { background-color: #BC7BAD; }

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

This div background color is #BC7BAD.


Border color

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

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

This div border color is #BC7BAD.


Opacity

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

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

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

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

This text has shadow with #BC7BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC7BAD on black background.


Color preview on white background

This text has color #BC7BAD on white background.



Black color preview on #BC7BAD background

This text has black color on #BC7BAD background.


White color preview on #BC7BAD background

This text has white color on #BC7BAD background.