COLOR #B57ECC

HEX: #B57ECC RGB: (181,126,204)

Color info

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

RGB color model

#B57ECC color RGB value is (181,126,204).

RGB: (181,126,204) (71%, 49%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 126 of 255 = 49%
B 204 of 255 = 80%

181
126
204

R + G + B ~ 67%. #B57ECC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 126 + 204 = 511 (100%)
R 181 of 511 ~ 35.42%
G 126 of 511 ~ 24.66%
B 204 of 511 ~ 39.92'%

%35.42
%24.66
%39.92

CMYK color model

#B57ECC color CMYK value is (11,38,0,20).

  • cyan value is 11.27%
  • magenta value is 38.24%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (11,38,0,20)
C11M38Y0K20 (11%, 38%, 0%, 20%)
(0.11 / 0.38 / 0.00 / 0.20)

CMYK percentages

%11.27
%38.24
%0
%20

Codes

Color #B57ECC in popluar color models

B5 7E CC
RGB 181 126 204
HSL 282° 43.33% 64.71%
HSB/HSV 282° 38.24% 80.00%
CMYK 11.27% 38.24% 0.00%
20.00%

Color #B57ECC in popluar number systems.

HEX B5 7E CC
Decimal 181 126 204
Binary 10110101 1111110 11001100
Octal 265 176 314

Shades and tints

Shades of #B57ECC

#B57ECC
(181,126,204)
#A573BA
(165,115,186)
#9568A8
(149,104,168)
#855D96
(133,93,150)
#755284
(117,82,132)
#654772
(101,71,114)
#553C60
(85,60,96)
#45314E
(69,49,78)
#35263C
(53,38,60)
#251B2A
(37,27,42)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #B57ECC

#B57ECC
(181,126,204)
#BB89D0
(187,137,208)
#C194D4
(193,148,212)
#C79FD8
(199,159,216)
#CDAADC
(205,170,220)
#D3B5E0
(211,181,224)
#D9C0E4
(217,192,228)
#DFCBE8
(223,203,232)
#E5D6EC
(229,214,236)
#EBE1F0
(235,225,240)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57ECC color. Also use rgb(181,126,204) instead hex code.

Text Font Color

.myTextColor { color: #B57ECC; }

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

This text font color is #B57ECC.

Background Color

.myBgColor { background-color: #B57ECC; }

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

This div background color is #B57ECC.

Border color

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

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

This div border color is #B57ECC.

Opacity

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

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

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

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

This text has shadow with #B57ECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57ECC.

Preview

Color preview on black background

This text has color #B57ECC on black background.


Color preview on white background

This text has color #B57ECC on white background.


Black color preview on #B57ECC background

This text has black color on #B57ECC background.


White color preview on #B57ECC background

This text has white color on #B57ECC background.


Related colors

Complementary color

Complementary color for #hex is #4A8133.


I love getcolorcode.com

Triadic colors

1 #CCB57E and #7ECCB5 with #B57ECC are triadic colors.

2 #CC7EB5 and #7EB5CC with #B57ECC are triadic colors.