COLOR #BC7FAE

HEX: #BC7FAE RGB: (188,127,174)

Color info

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

RGB color model

#BC7FAE color RGB value is (188,127,174).

RGB: (188,127,174) (74%, 50%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 127 of 255 = 50%
B 174 of 255 = 68%

188
127
174

R + G + B ~ 64%. #BC7FAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 127 + 174 = 489 (100%)
R 188 of 489 ~ 38.45%
G 127 of 489 ~ 25.97%
B 174 of 489 ~ 35.58'%

%38.45
%25.97
%35.58

CMYK color model

#BC7FAE color CMYK value is (0,32,7,26).

  • cyan value is 0.00%
  • magenta value is 32.45%
  • yellow value is 7.45%
  • key color value is 26.27%

CMYK: (0,32,7,26)
C0M32Y7K26 (0%, 32%, 7%, 26%)
(0.00 / 0.32 / 0.07 / 0.26)

CMYK percentages

%0
%32.45
%7.45
%26.27

Codes

Color #BC7FAE in popluar color models

BC 7F AE
RGB 188 127 174
HSL 314° 31.28% 61.76%
HSB/HSV 314° 32.45% 73.73%
CMYK 0.00% 32.45% 7.45%
26.27%

Color #BC7FAE in popluar number systems.

HEX BC 7F AE
Decimal 188 127 174
Binary 10111100 1111111 10101110
Octal 274 177 256

Shades and tints

Shades of #BC7FAE

#BC7FAE
(188,127,174)
#AB749F
(171,116,159)
#9A6990
(154,105,144)
#895E81
(137,94,129)
#785372
(120,83,114)
#674863
(103,72,99)
#563D54
(86,61,84)
#453245
(69,50,69)
#342736
(52,39,54)
#231C27
(35,28,39)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #BC7FAE

#BC7FAE
(188,127,174)
#C28AB5
(194,138,181)
#C895BC
(200,149,188)
#CEA0C3
(206,160,195)
#D4ABCA
(212,171,202)
#DAB6D1
(218,182,209)
#E0C1D8
(224,193,216)
#E6CCDF
(230,204,223)
#ECD7E6
(236,215,230)
#F2E2ED
(242,226,237)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7FAE color. Also use rgb(188,127,174) instead hex code.

Text Font Color

.myTextColor { color: #BC7FAE; }

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

This text font color is #BC7FAE.

Background Color

.myBgColor { background-color: #BC7FAE; }

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

This div background color is #BC7FAE.

Border color

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

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

This div border color is #BC7FAE.

Opacity

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

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

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

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

This text has shadow with #BC7FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7FAE.

Preview

Color preview on black background

This text has color #BC7FAE on black background.


Color preview on white background

This text has color #BC7FAE on white background.


Black color preview on #BC7FAE background

This text has black color on #BC7FAE background.


White color preview on #BC7FAE background

This text has white color on #BC7FAE background.


Related colors

Complementary color

Complementary color for #hex is #438051.


I love getcolorcode.com

Triadic colors

1 #AEBC7F and #7FAEBC with #BC7FAE are triadic colors.

2 #AE7FBC and #7FBCAE with #BC7FAE are triadic colors.