COLOR #B57AB4

HEX: #B57AB4
RGB: (181,122,180)

Color info

#B57AB4 contains red, green and blue colors in about the same proportion. Web safe color of #B57AB4 is #CC66CC (or #C6C).

RGB color model

#B57AB4 color RGB value is (181,122,180).

  • red value is 181;
  • green value is 122;
  • blue value is 180.
RGB:
(181,122,180)
(71%,48%,71%)

RGB channels and saturation

R 181 of 255 = 71%
G 122 of 255 = 48%
B 180 of 255 = 71%

181
122
180

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

Portions of RGB colors in percentages

R + G + B =
181 + 122 + 180 = 483 (100%)
R 181 of 483 ~ 37.47%
G 122 of 483 ~ 25.26%
B 180 of 483 ~ 37.27%

%37.47
%25.26
%37.27

CMYK color model

#B57AB4 color CMYK value is (0,33,1,29).

  • cyan value is 0.00%
  • magenta value is 32.60%
  • yellow value is 0.55%
  • key color value is 29.02%
CMYK:
(0,33,1,29)
C0M33Y1K29 
(0%,33%,1%,29%)
(0.00/0.33/0.01/0.29)	

CMYK percentages

%0
%32.6
%0.55
%29.02

Codes

Color #B57AB4 in popluar color models

B57AB4
RGB181122180
HSL301°28.50%59.41%
HSB/HSV301°32.60%70.98%
CMYK0.00%32.60%0.55%
29.02%

Color #B57AB4 in popluar number systems.

HEXB57AB4
Decimal181122180
Binary10110101111101010110100
Octal265172264

Shades and tints

Shades of #B57AB4

#B57AB4
(181,122,180)
#A56FA4
(165,111,164)
#956494
(149,100,148)
#855984
(133,89,132)
#754E74
(117,78,116)
#654364
(101,67,100)
#553854
(85,56,84)
#452D44
(69,45,68)
#352234
(53,34,52)
#251724
(37,23,36)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #B57AB4

#B57AB4
(181,122,180)
#BB86BA
(187,134,186)
#C192C0
(193,146,192)
#C79EC6
(199,158,198)
#CDAACC
(205,170,204)
#D3B6D2
(211,182,210)
#D9C2D8
(217,194,216)
#DFCEDE
(223,206,222)
#E5DAE4
(229,218,228)
#EBE6EA
(235,230,234)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57AB4 color. Also use rgb(181,122,180) instead hex code.

Text Font Color

.myTextColor { color: #B57AB4; }

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

This text font color is #B57AB4.


Background Color

.myBgColor { background-color: #B57AB4; }

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

This div background color is #B57AB4.


Border color

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

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

This div border color is #B57AB4.


Opacity

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

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

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

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

This text has shadow with #B57AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B57AB4 on black background.


Color preview on white background

This text has color #B57AB4 on white background.



Black color preview on #B57AB4 background

This text has black color on #B57AB4 background.


White color preview on #B57AB4 background

This text has white color on #B57AB4 background.