COLOR #B35B94

HEX: #B35B94
RGB: (179,91,148)

Color info

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

RGB color model

#B35B94 color RGB value is (179,91,148).

  • red value is 179;
  • green value is 91;
  • blue value is 148.
RGB:
(179,91,148)
(70%,36%,58%)

RGB channels and saturation

R 179 of 255 = 70%
G 91 of 255 = 36%
B 148 of 255 = 58%

179
91
148

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

Portions of RGB colors in percentages

R + G + B =
179 + 91 + 148 = 418 (100%)
R 179 of 418 ~ 42.82%
G 91 of 418 ~ 21.77%
B 148 of 418 ~ 35.41%

%42.82
%21.77
%35.41

CMYK color model

#B35B94 color CMYK value is (0,49,17,30).

  • cyan value is 0.00%
  • magenta value is 49.16%
  • yellow value is 17.32%
  • key color value is 29.80%
CMYK:
(0,49,17,30)
C0M49Y17K30 
(0%,49%,17%,30%)
(0.00/0.49/0.17/0.30)	

CMYK percentages

%0
%49.16
%17.32
%29.8

Codes

Color #B35B94 in popluar color models

B35B94
RGB17991148
HSL321°36.67%52.94%
HSB/HSV321°49.16%70.20%
CMYK0.00%49.16%17.32%
29.80%

Color #B35B94 in popluar number systems.

HEXB35B94
Decimal17991148
Binary10110011101101110010100
Octal263133224

Shades and tints

Shades of #B35B94

#B35B94
(179,91,148)
#A35387
(163,83,135)
#934B7A
(147,75,122)
#83436D
(131,67,109)
#733B60
(115,59,96)
#633353
(99,51,83)
#532B46
(83,43,70)
#432339
(67,35,57)
#331B2C
(51,27,44)
#23131F
(35,19,31)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #B35B94

#B35B94
(179,91,148)
#B9699D
(185,105,157)
#BF77A6
(191,119,166)
#C585AF
(197,133,175)
#CB93B8
(203,147,184)
#D1A1C1
(209,161,193)
#D7AFCA
(215,175,202)
#DDBDD3
(221,189,211)
#E3CBDC
(227,203,220)
#E9D9E5
(233,217,229)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35B94 color. Also use rgb(179,91,148) instead hex code.

Text Font Color

.myTextColor { color: #B35B94; }

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

This text font color is #B35B94.


Background Color

.myBgColor { background-color: #B35B94; }

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

This div background color is #B35B94.


Border color

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

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

This div border color is #B35B94.


Opacity

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

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

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

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

This text has shadow with #B35B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35B94 on black background.


Color preview on white background

This text has color #B35B94 on white background.



Black color preview on #B35B94 background

This text has black color on #B35B94 background.


White color preview on #B35B94 background

This text has white color on #B35B94 background.