COLOR #BC7EBF

HEX: #BC7EBF RGB: (188,126,191)

Color info

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

RGB color model

#BC7EBF color RGB value is (188,126,191).

RGB: (188,126,191) (74%, 49%, 75%)

RGB channels and saturation

R 188 of 255 = 74%
G 126 of 255 = 49%
B 191 of 255 = 75%

188
126
191

R + G + B ~ 66%. #BC7EBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 126 + 191 = 505 (100%)
R 188 of 505 ~ 37.23%
G 126 of 505 ~ 24.95%
B 191 of 505 ~ 37.82'%

%37.23
%24.95
%37.82

CMYK color model

#BC7EBF color CMYK value is (2,34,0,25).

  • cyan value is 1.57%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (2,34,0,25) C2M34Y0K25 (2%,34%,0%,25%) (0.02/0.34/0.00/0.25) 

CMYK percentages

%1.57
%34.03
%0
%25.1

Codes

Color #BC7EBF in popluar color models

BC 7E BF
RGB 188 126 191
HSL 297° 33.68% 62.16%
HSB/HSV 297° 34.03% 74.90%
CMYK 1.57% 34.03% 0.00%
25.10%

Color #BC7EBF in popluar number systems.

HEX BC 7E BF
Decimal 188 126 191
Binary 10111100 1111110 10111111
Octal 274 176 277

Shades and tints

Shades of #BC7EBF

#BC7EBF
(188,126,191)
#AB73AE
(171,115,174)
#9A689D
(154,104,157)
#895D8C
(137,93,140)
#78527B
(120,82,123)
#67476A
(103,71,106)
#563C59
(86,60,89)
#453148
(69,49,72)
#342637
(52,38,55)
#231B26
(35,27,38)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #BC7EBF

#BC7EBF
(188,126,191)
#C289C4
(194,137,196)
#C894C9
(200,148,201)
#CE9FCE
(206,159,206)
#D4AAD3
(212,170,211)
#DAB5D8
(218,181,216)
#E0C0DD
(224,192,221)
#E6CBE2
(230,203,226)
#ECD6E7
(236,214,231)
#F2E1EC
(242,225,236)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC7EBF color. Also use rgb(188,126,191) instead hex code.

Text Font Color

.myTextColor { color: #BC7EBF; }

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

This text font color is #BC7EBF.

Background Color

.myBgColor { background-color: #BC7EBF; }

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

This div background color is #BC7EBF.

Border color

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

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

This div border color is #BC7EBF.

Opacity

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

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

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

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

This text has shadow with #BC7EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BC7EBF.

Preview

Color preview on black background

This text has color #BC7EBF on black background.


Color preview on white background

This text has color #BC7EBF on white background.


Black color preview on #BC7EBF background

This text has black color on #BC7EBF background.


White color preview on #BC7EBF background

This text has white color on #BC7EBF background.


Related colors

Complementary color

Complementary color for #hex is #438140.


I love getcolorcode.com

Triadic colors

1 #BFBC7E and #7EBFBC with #BC7EBF are triadic colors.

2 #BF7EBC and #7EBCBF with #BC7EBF are triadic colors.