COLOR #B057A7

HEX: #B057A7 RGB: (176,87,167)

Color info

#B057A7 contains mainly red and blue colors. Web safe color of #B057A7 is #996699 (or #969).

RGB color model

#B057A7 color RGB value is (176,87,167).

RGB: (176,87,167) (69%, 34%, 65%)

RGB channels and saturation

R 176 of 255 = 69%
G 87 of 255 = 34%
B 167 of 255 = 65%

176
87
167

R + G + B ~ 56%. #B057A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 176 + 87 + 167 = 430 (100%)
R 176 of 430 ~ 40.93%
G 87 of 430 ~ 20.23%
B 167 of 430 ~ 38.84'%

%40.93
%20.23
%38.84

CMYK color model

#B057A7 color CMYK value is (0,51,5,31).

  • cyan value is 0.00%
  • magenta value is 50.57%
  • yellow value is 5.11%
  • key color value is 30.98%

CMYK: (0,51,5,31)
C0M51Y5K31 (0%, 51%, 5%, 31%)
(0.00 / 0.51 / 0.05 / 0.31)

CMYK percentages

%0
%50.57
%5.11
%30.98

Codes

Color #B057A7 in popluar color models

B0 57 A7
RGB 176 87 167
HSL 306° 36.03% 51.57%
HSB/HSV 306° 50.57% 69.02%
CMYK 0.00% 50.57% 5.11%
30.98%

Color #B057A7 in popluar number systems.

HEX B0 57 A7
Decimal 176 87 167
Binary 10110000 1010111 10100111
Octal 260 127 247

Shades and tints

Shades of #B057A7

#B057A7
(176,87,167)
#A05098
(160,80,152)
#904989
(144,73,137)
#80427A
(128,66,122)
#703B6B
(112,59,107)
#60345C
(96,52,92)
#502D4D
(80,45,77)
#40263E
(64,38,62)
#301F2F
(48,31,47)
#201820
(32,24,32)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B057A7

#B057A7
(176,87,167)
#B766AF
(183,102,175)
#BE75B7
(190,117,183)
#C584BF
(197,132,191)
#CC93C7
(204,147,199)
#D3A2CF
(211,162,207)
#DAB1D7
(218,177,215)
#E1C0DF
(225,192,223)
#E8CFE7
(232,207,231)
#EFDEEF
(239,222,239)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B057A7 color. Also use rgb(176,87,167) instead hex code.

Text Font Color

.myTextColor { color: #B057A7; }

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

This text font color is #B057A7.

Background Color

.myBgColor { background-color: #B057A7; }

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

This div background color is #B057A7.

Border color

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

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

This div border color is #B057A7.

Opacity

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

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

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

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

This text has shadow with #B057A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B057A7.

Preview

Color preview on black background

This text has color #B057A7 on black background.


Color preview on white background

This text has color #B057A7 on white background.


Black color preview on #B057A7 background

This text has black color on #B057A7 background.


White color preview on #B057A7 background

This text has white color on #B057A7 background.


Related colors

Complementary color

Complementary color for #hex is #4FA858.


I love getcolorcode.com

Triadic colors

1 #A7B057 and #57A7B0 with #B057A7 are triadic colors.

2 #A757B0 and #57B0A7 with #B057A7 are triadic colors.