COLOR #B0517A

HEX: #B0517A
RGB: (176,81,122)

Color info

#B0517A contains mainly red and blue colors. Web safe color of #B0517A is #996666 (or #966).

RGB color model

#B0517A color RGB value is (176,81,122).

  • red value is 176;
  • green value is 81;
  • blue value is 122.
RGB:
(176,81,122)
(69%,32%,48%)

RGB channels and saturation

R 176 of 255 = 69%
G 81 of 255 = 32%
B 122 of 255 = 48%

176
81
122

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

Portions of RGB colors in percentages

R + G + B =
176 + 81 + 122 = 379 (100%)
R 176 of 379 ~ 46.44%
G 81 of 379 ~ 21.37%
B 122 of 379 ~ 32.19%

%46.44
%21.37
%32.19

CMYK color model

#B0517A color CMYK value is (0,54,31,31).

  • cyan value is 0.00%
  • magenta value is 53.98%
  • yellow value is 30.68%
  • key color value is 30.98%
CMYK:
(0,54,31,31)
C0M54Y31K31 
(0%,54%,31%,31%)
(0.00/0.54/0.31/0.31)	

CMYK percentages

%0
%53.98
%30.68
%30.98

Codes

Color #B0517A in popluar color models

B0517A
RGB17681122
HSL334°37.55%50.39%
HSB/HSV334°53.98%69.02%
CMYK0.00%53.98%30.68%
30.98%

Color #B0517A in popluar number systems.

HEXB0517A
Decimal17681122
Binary1011000010100011111010
Octal260121172

Shades and tints

Shades of #B0517A

#B0517A
(176,81,122)
#A04A6F
(160,74,111)
#904364
(144,67,100)
#803C59
(128,60,89)
#70354E
(112,53,78)
#602E43
(96,46,67)
#502738
(80,39,56)
#40202D
(64,32,45)
#301922
(48,25,34)
#201217
(32,18,23)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #B0517A

#B0517A
(176,81,122)
#B76086
(183,96,134)
#BE6F92
(190,111,146)
#C57E9E
(197,126,158)
#CC8DAA
(204,141,170)
#D39CB6
(211,156,182)
#DAABC2
(218,171,194)
#E1BACE
(225,186,206)
#E8C9DA
(232,201,218)
#EFD8E6
(239,216,230)
#F6E7F2
(246,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0517A color. Also use rgb(176,81,122) instead hex code.

Text Font Color

.myTextColor { color: #B0517A; }

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

This text font color is #B0517A.


Background Color

.myBgColor { background-color: #B0517A; }

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

This div background color is #B0517A.


Border color

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

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

This div border color is #B0517A.


Opacity

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

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

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

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

This text has shadow with #B0517A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0517A on black background.


Color preview on white background

This text has color #B0517A on white background.



Black color preview on #B0517A background

This text has black color on #B0517A background.


White color preview on #B0517A background

This text has white color on #B0517A background.