COLOR #B35E90

HEX: #B35E90
RGB: (179,94,144)

Color info

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

RGB color model

#B35E90 color RGB value is (179,94,144).

  • red value is 179;
  • green value is 94;
  • blue value is 144.
RGB:
(179,94,144)
(70%,37%,56%)

RGB channels and saturation

R 179 of 255 = 70%
G 94 of 255 = 37%
B 144 of 255 = 56%

179
94
144

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

Portions of RGB colors in percentages

R + G + B =
179 + 94 + 144 = 417 (100%)
R 179 of 417 ~ 42.93%
G 94 of 417 ~ 22.54%
B 144 of 417 ~ 34.53%

%42.93
%22.54
%34.53

CMYK color model

#B35E90 color CMYK value is (0,47,20,30).

  • cyan value is 0.00%
  • magenta value is 47.49%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(0,47,20,30)
C0M47Y20K30 
(0%,47%,20%,30%)
(0.00/0.47/0.20/0.30)	

CMYK percentages

%0
%47.49
%19.55
%29.8

Codes

Color #B35E90 in popluar color models

B35E90
RGB17994144
HSL325°35.86%53.53%
HSB/HSV325°47.49%70.20%
CMYK0.00%47.49%19.55%
29.80%

Color #B35E90 in popluar number systems.

HEXB35E90
Decimal17994144
Binary10110011101111010010000
Octal263136220

Shades and tints

Shades of #B35E90

#B35E90
(179,94,144)
#A35683
(163,86,131)
#934E76
(147,78,118)
#834669
(131,70,105)
#733E5C
(115,62,92)
#63364F
(99,54,79)
#532E42
(83,46,66)
#432635
(67,38,53)
#331E28
(51,30,40)
#23161B
(35,22,27)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #B35E90

#B35E90
(179,94,144)
#B96C9A
(185,108,154)
#BF7AA4
(191,122,164)
#C588AE
(197,136,174)
#CB96B8
(203,150,184)
#D1A4C2
(209,164,194)
#D7B2CC
(215,178,204)
#DDC0D6
(221,192,214)
#E3CEE0
(227,206,224)
#E9DCEA
(233,220,234)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35E90 color. Also use rgb(179,94,144) instead hex code.

Text Font Color

.myTextColor { color: #B35E90; }

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

This text font color is #B35E90.


Background Color

.myBgColor { background-color: #B35E90; }

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

This div background color is #B35E90.


Border color

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

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

This div border color is #B35E90.


Opacity

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

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

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

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

This text has shadow with #B35E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35E90 on black background.


Color preview on white background

This text has color #B35E90 on white background.



Black color preview on #B35E90 background

This text has black color on #B35E90 background.


White color preview on #B35E90 background

This text has white color on #B35E90 background.