COLOR #B35C94

HEX: #B35C94
RGB: (179,92,148)

Color info

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

RGB color model

#B35C94 color RGB value is (179,92,148).

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

RGB channels and saturation

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

179
92
148

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

Portions of RGB colors in percentages

R + G + B =
179 + 92 + 148 = 419 (100%)
R 179 of 419 ~ 42.72%
G 92 of 419 ~ 21.96%
B 148 of 419 ~ 35.32%

%42.72
%21.96
%35.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.60%
  • 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
%48.6
%17.32
%29.8

Codes

Color #B35C94 in popluar color models

B35C94
RGB17992148
HSL321°36.40%53.14%
HSB/HSV321°48.60%70.20%
CMYK0.00%48.60%17.32%
29.80%

Color #B35C94 in popluar number systems.

HEXB35C94
Decimal17992148
Binary10110011101110010010100
Octal263134224

Shades and tints

Shades of #B35C94

#B35C94
(179,92,148)
#A35487
(163,84,135)
#934C7A
(147,76,122)
#83446D
(131,68,109)
#733C60
(115,60,96)
#633453
(99,52,83)
#532C46
(83,44,70)
#432439
(67,36,57)
#331C2C
(51,28,44)
#23141F
(35,20,31)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #B35C94

#B35C94
(179,92,148)
#B96A9D
(185,106,157)
#BF78A6
(191,120,166)
#C586AF
(197,134,175)
#CB94B8
(203,148,184)
#D1A2C1
(209,162,193)
#D7B0CA
(215,176,202)
#DDBED3
(221,190,211)
#E3CCDC
(227,204,220)
#E9DAE5
(233,218,229)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B35C94; }

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

This text font color is #B35C94.


Background Color

.myBgColor { background-color: #B35C94; }

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

This div background color is #B35C94.


Border color

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

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

This div border color is #B35C94.


Opacity

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

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

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

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

This text has shadow with #B35C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35C94 on black background.


Color preview on white background

This text has color #B35C94 on white background.



Black color preview on #B35C94 background

This text has black color on #B35C94 background.


White color preview on #B35C94 background

This text has white color on #B35C94 background.