COLOR #B57BB1

HEX: #B57BB1 RGB: (181,123,177)

Color info

#B57BB1 contains red, green and blue colors in about the same proportion. Web safe color of #B57BB1 is #CC6699 (or #C69).

RGB color model

#B57BB1 color RGB value is (181,123,177).

RGB: (181,123,177) (71%, 48%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 123 of 255 = 48%
B 177 of 255 = 69%

181
123
177

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

Portions of RGB colors in percentages

R + G + B = 181 + 123 + 177 = 481 (100%)
R 181 of 481 ~ 37.63%
G 123 of 481 ~ 25.57%
B 177 of 481 ~ 36.8'%

%37.63
%25.57
%36.8

CMYK color model

#B57BB1 color CMYK value is (0,32,2,29).

  • cyan value is 0.00%
  • magenta value is 32.04%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (0,32,2,29)
C0M32Y2K29 (0%, 32%, 2%, 29%)
(0.00 / 0.32 / 0.02 / 0.29)

CMYK percentages

%0
%32.04
%2.21
%29.02

Codes

Color #B57BB1 in popluar color models

B5 7B B1
RGB 181 123 177
HSL 304° 28.16% 59.61%
HSB/HSV 304° 32.04% 70.98%
CMYK 0.00% 32.04% 2.21%
29.02%

Color #B57BB1 in popluar number systems.

HEX B5 7B B1
Decimal 181 123 177
Binary 10110101 1111011 10110001
Octal 265 173 261

Shades and tints

Shades of #B57BB1

#B57BB1
(181,123,177)
#A570A1
(165,112,161)
#956591
(149,101,145)
#855A81
(133,90,129)
#754F71
(117,79,113)
#654461
(101,68,97)
#553951
(85,57,81)
#452E41
(69,46,65)
#352331
(53,35,49)
#251821
(37,24,33)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #B57BB1

#B57BB1
(181,123,177)
#BB87B8
(187,135,184)
#C193BF
(193,147,191)
#C79FC6
(199,159,198)
#CDABCD
(205,171,205)
#D3B7D4
(211,183,212)
#D9C3DB
(217,195,219)
#DFCFE2
(223,207,226)
#E5DBE9
(229,219,233)
#EBE7F0
(235,231,240)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57BB1 color. Also use rgb(181,123,177) instead hex code.

Text Font Color

.myTextColor { color: #B57BB1; }

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

This text font color is #B57BB1.

Background Color

.myBgColor { background-color: #B57BB1; }

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

This div background color is #B57BB1.

Border color

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

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

This div border color is #B57BB1.

Opacity

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

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

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

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

This text has shadow with #B57BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57BB1.

Preview

Color preview on black background

This text has color #B57BB1 on black background.


Color preview on white background

This text has color #B57BB1 on white background.


Black color preview on #B57BB1 background

This text has black color on #B57BB1 background.


White color preview on #B57BB1 background

This text has white color on #B57BB1 background.


Related colors

Complementary color

Complementary color for #hex is #4A844E.


I love getcolorcode.com

Triadic colors

1 #B1B57B and #7BB1B5 with #B57BB1 are triadic colors.

2 #B17BB5 and #7BB5B1 with #B57BB1 are triadic colors.