COLOR #B3518A

HEX: #B3518A
RGB: (179,81,138)

Color info

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

RGB color model

#B3518A color RGB value is (179,81,138).

  • red value is 179;
  • green value is 81;
  • blue value is 138.
RGB:
(179,81,138)
(70%,32%,54%)

RGB channels and saturation

R 179 of 255 = 70%
G 81 of 255 = 32%
B 138 of 255 = 54%

179
81
138

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

Portions of RGB colors in percentages

R + G + B =
179 + 81 + 138 = 398 (100%)
R 179 of 398 ~ 44.97%
G 81 of 398 ~ 20.35%
B 138 of 398 ~ 34.67%

%44.97
%20.35
%34.67

CMYK color model

#B3518A color CMYK value is (0,55,23,30).

  • cyan value is 0.00%
  • magenta value is 54.75%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK:
(0,55,23,30)
C0M55Y23K30 
(0%,55%,23%,30%)
(0.00/0.55/0.23/0.30)	

CMYK percentages

%0
%54.75
%22.91
%29.8

Codes

Color #B3518A in popluar color models

B3518A
RGB17981138
HSL325°39.20%50.98%
HSB/HSV325°54.75%70.20%
CMYK0.00%54.75%22.91%
29.80%

Color #B3518A in popluar number systems.

HEXB3518A
Decimal17981138
Binary10110011101000110001010
Octal263121212

Shades and tints

Shades of #B3518A

#B3518A
(179,81,138)
#A34A7E
(163,74,126)
#934372
(147,67,114)
#833C66
(131,60,102)
#73355A
(115,53,90)
#632E4E
(99,46,78)
#532742
(83,39,66)
#432036
(67,32,54)
#33192A
(51,25,42)
#23121E
(35,18,30)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #B3518A

#B3518A
(179,81,138)
#B96094
(185,96,148)
#BF6F9E
(191,111,158)
#C57EA8
(197,126,168)
#CB8DB2
(203,141,178)
#D19CBC
(209,156,188)
#D7ABC6
(215,171,198)
#DDBAD0
(221,186,208)
#E3C9DA
(227,201,218)
#E9D8E4
(233,216,228)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3518A color. Also use rgb(179,81,138) instead hex code.

Text Font Color

.myTextColor { color: #B3518A; }

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

This text font color is #B3518A.


Background Color

.myBgColor { background-color: #B3518A; }

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

This div background color is #B3518A.


Border color

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

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

This div border color is #B3518A.


Opacity

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

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

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

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

This text has shadow with #B3518A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3518A on black background.


Color preview on white background

This text has color #B3518A on white background.



Black color preview on #B3518A background

This text has black color on #B3518A background.


White color preview on #B3518A background

This text has white color on #B3518A background.