COLOR #B3659F

HEX: #B3659F
RGB: (179,101,159)

Color info

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

RGB color model

#B3659F color RGB value is (179,101,159).

  • red value is 179;
  • green value is 101;
  • blue value is 159.
RGB:
(179,101,159)
(70%,40%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 101 of 255 = 40%
B 159 of 255 = 62%

179
101
159

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

Portions of RGB colors in percentages

R + G + B =
179 + 101 + 159 = 439 (100%)
R 179 of 439 ~ 40.77%
G 101 of 439 ~ 23.01%
B 159 of 439 ~ 36.22%

%40.77
%23.01
%36.22

CMYK color model

#B3659F color CMYK value is (0,44,11,30).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK:
(0,44,11,30)
C0M44Y11K30 
(0%,44%,11%,30%)
(0.00/0.44/0.11/0.30)	

CMYK percentages

%0
%43.58
%11.17
%29.8

Codes

Color #B3659F in popluar color models

B3659F
RGB179101159
HSL315°33.91%54.90%
HSB/HSV315°43.58%70.20%
CMYK0.00%43.58%11.17%
29.80%

Color #B3659F in popluar number systems.

HEXB3659F
Decimal179101159
Binary10110011110010110011111
Octal263145237

Shades and tints

Shades of #B3659F

#B3659F
(179,101,159)
#A35C91
(163,92,145)
#935383
(147,83,131)
#834A75
(131,74,117)
#734167
(115,65,103)
#633859
(99,56,89)
#532F4B
(83,47,75)
#43263D
(67,38,61)
#331D2F
(51,29,47)
#231421
(35,20,33)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #B3659F

#B3659F
(179,101,159)
#B973A7
(185,115,167)
#BF81AF
(191,129,175)
#C58FB7
(197,143,183)
#CB9DBF
(203,157,191)
#D1ABC7
(209,171,199)
#D7B9CF
(215,185,207)
#DDC7D7
(221,199,215)
#E3D5DF
(227,213,223)
#E9E3E7
(233,227,231)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3659F color. Also use rgb(179,101,159) instead hex code.

Text Font Color

.myTextColor { color: #B3659F; }

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

This text font color is #B3659F.


Background Color

.myBgColor { background-color: #B3659F; }

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

This div background color is #B3659F.


Border color

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

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

This div border color is #B3659F.


Opacity

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

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

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

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

This text has shadow with #B3659F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3659F on black background.


Color preview on white background

This text has color #B3659F on white background.



Black color preview on #B3659F background

This text has black color on #B3659F background.


White color preview on #B3659F background

This text has white color on #B3659F background.