COLOR #B3659D

HEX: #B3659D RGB: (179,101,157)

Color info

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

RGB color model

#B3659D color RGB value is (179,101,157).

RGB: (179,101,157) (70%, 40%, 62%)

RGB channels and saturation

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

179
101
157

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

Portions of RGB colors in percentages

R + G + B = 179 + 101 + 157 = 437 (100%)
R 179 of 437 ~ 40.96%
G 101 of 437 ~ 23.11%
B 157 of 437 ~ 35.93'%

%40.96
%23.11
%35.93

CMYK color model

#B3659D color CMYK value is (0,44,12,30).

  • cyan value is 0.00%
  • magenta value is 43.58%
  • yellow value is 12.29%
  • key color value is 29.80%

CMYK: (0,44,12,30)
C0M44Y12K30 (0%, 44%, 12%, 30%)
(0.00 / 0.44 / 0.12 / 0.30)

CMYK percentages

%0
%43.58
%12.29
%29.8

Codes

Color #B3659D in popluar color models

B3 65 9D
RGB 179 101 157
HSL 317° 33.91% 54.90%
HSB/HSV 317° 43.58% 70.20%
CMYK 0.00% 43.58% 12.29%
29.80%

Color #B3659D in popluar number systems.

HEX B3 65 9D
Decimal 179 101 157
Binary 10110011 1100101 10011101
Octal 263 145 235

Shades and tints

Shades of #B3659D

#B3659D
(179,101,157)
#A35C8F
(163,92,143)
#935381
(147,83,129)
#834A73
(131,74,115)
#734165
(115,65,101)
#633857
(99,56,87)
#532F49
(83,47,73)
#43263B
(67,38,59)
#331D2D
(51,29,45)
#23141F
(35,20,31)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #B3659D

#B3659D
(179,101,157)
#B973A5
(185,115,165)
#BF81AD
(191,129,173)
#C58FB5
(197,143,181)
#CB9DBD
(203,157,189)
#D1ABC5
(209,171,197)
#D7B9CD
(215,185,205)
#DDC7D5
(221,199,213)
#E3D5DD
(227,213,221)
#E9E3E5
(233,227,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3659D; }

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

This text font color is #B3659D.

Background Color

.myBgColor { background-color: #B3659D; }

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

This div background color is #B3659D.

Border color

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

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

This div border color is #B3659D.

Opacity

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

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

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

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

This text has shadow with #B3659D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3659D.

Preview

Color preview on black background

This text has color #B3659D on black background.


Color preview on white background

This text has color #B3659D on white background.


Black color preview on #B3659D background

This text has black color on #B3659D background.


White color preview on #B3659D background

This text has white color on #B3659D background.


Related colors

Complementary color

Complementary color for #hex is #4C9A62.


I love getcolorcode.com

Triadic colors

1 #9DB365 and #659DB3 with #B3659D are triadic colors.

2 #9D65B3 and #65B39D with #B3659D are triadic colors.