COLOR #B35F8D

HEX: #B35F8D
RGB: (179,95,141)

Color info

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

RGB color model

#B35F8D color RGB value is (179,95,141).

  • red value is 179;
  • green value is 95;
  • blue value is 141.
RGB:
(179,95,141)
(70%,37%,55%)

RGB channels and saturation

R 179 of 255 = 70%
G 95 of 255 = 37%
B 141 of 255 = 55%

179
95
141

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

Portions of RGB colors in percentages

R + G + B =
179 + 95 + 141 = 415 (100%)
R 179 of 415 ~ 43.13%
G 95 of 415 ~ 22.89%
B 141 of 415 ~ 33.98%

%43.13
%22.89
%33.98

CMYK color model

#B35F8D color CMYK value is (0,47,21,30).

  • cyan value is 0.00%
  • magenta value is 46.93%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(0,47,21,30)
C0M47Y21K30 
(0%,47%,21%,30%)
(0.00/0.47/0.21/0.30)	

CMYK percentages

%0
%46.93
%21.23
%29.8

Codes

Color #B35F8D in popluar color models

B35F8D
RGB17995141
HSL327°35.59%53.73%
HSB/HSV327°46.93%70.20%
CMYK0.00%46.93%21.23%
29.80%

Color #B35F8D in popluar number systems.

HEXB35F8D
Decimal17995141
Binary10110011101111110001101
Octal263137215

Shades and tints

Shades of #B35F8D

#B35F8D
(179,95,141)
#A35781
(163,87,129)
#934F75
(147,79,117)
#834769
(131,71,105)
#733F5D
(115,63,93)
#633751
(99,55,81)
#532F45
(83,47,69)
#432739
(67,39,57)
#331F2D
(51,31,45)
#231721
(35,23,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #B35F8D

#B35F8D
(179,95,141)
#B96D97
(185,109,151)
#BF7BA1
(191,123,161)
#C589AB
(197,137,171)
#CB97B5
(203,151,181)
#D1A5BF
(209,165,191)
#D7B3C9
(215,179,201)
#DDC1D3
(221,193,211)
#E3CFDD
(227,207,221)
#E9DDE7
(233,221,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35F8D color. Also use rgb(179,95,141) instead hex code.

Text Font Color

.myTextColor { color: #B35F8D; }

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

This text font color is #B35F8D.


Background Color

.myBgColor { background-color: #B35F8D; }

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

This div background color is #B35F8D.


Border color

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

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

This div border color is #B35F8D.


Opacity

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

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

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

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

This text has shadow with #B35F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35F8D on black background.


Color preview on white background

This text has color #B35F8D on white background.



Black color preview on #B35F8D background

This text has black color on #B35F8D background.


White color preview on #B35F8D background

This text has white color on #B35F8D background.