COLOR #B4659B

HEX: #B4659B RGB: (180,101,155)

Color info

#B4659B contains mainly red and blue colors. Web safe color of #B4659B is #CC6699 (or #C69).

RGB color model

#B4659B color RGB value is (180,101,155).

RGB: (180,101,155) (71%, 40%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 101 of 255 = 40%
B 155 of 255 = 61%

180
101
155

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

Portions of RGB colors in percentages

R + G + B = 180 + 101 + 155 = 436 (100%)
R 180 of 436 ~ 41.28%
G 101 of 436 ~ 23.17%
B 155 of 436 ~ 35.55'%

%41.28
%23.17
%35.55

CMYK color model

#B4659B color CMYK value is (0,44,14,29).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 13.89%
  • key color value is 29.41%

CMYK: (0,44,14,29)
C0M44Y14K29 (0%, 44%, 14%, 29%)
(0.00 / 0.44 / 0.14 / 0.29)

CMYK percentages

%0
%43.89
%13.89
%29.41

Codes

Color #B4659B in popluar color models

B4 65 9B
RGB 180 101 155
HSL 319° 34.50% 55.10%
HSB/HSV 319° 43.89% 70.59%
CMYK 0.00% 43.89% 13.89%
29.41%

Color #B4659B in popluar number systems.

HEX B4 65 9B
Decimal 180 101 155
Binary 10110100 1100101 10011011
Octal 264 145 233

Shades and tints

Shades of #B4659B

#B4659B
(180,101,155)
#A45C8D
(164,92,141)
#94537F
(148,83,127)
#844A71
(132,74,113)
#744163
(116,65,99)
#643855
(100,56,85)
#542F47
(84,47,71)
#442639
(68,38,57)
#341D2B
(52,29,43)
#24141D
(36,20,29)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #B4659B

#B4659B
(180,101,155)
#BA73A4
(186,115,164)
#C081AD
(192,129,173)
#C68FB6
(198,143,182)
#CC9DBF
(204,157,191)
#D2ABC8
(210,171,200)
#D8B9D1
(216,185,209)
#DEC7DA
(222,199,218)
#E4D5E3
(228,213,227)
#EAE3EC
(234,227,236)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4659B color. Also use rgb(180,101,155) instead hex code.

Text Font Color

.myTextColor { color: #B4659B; }

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

This text font color is #B4659B.

Background Color

.myBgColor { background-color: #B4659B; }

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

This div background color is #B4659B.

Border color

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

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

This div border color is #B4659B.

Opacity

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

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

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

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

This text has shadow with #B4659B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4659B.

Preview

Color preview on black background

This text has color #B4659B on black background.


Color preview on white background

This text has color #B4659B on white background.


Black color preview on #B4659B background

This text has black color on #B4659B background.


White color preview on #B4659B background

This text has white color on #B4659B background.


Related colors

Complementary color

Complementary color for #hex is #4B9A64.


I love getcolorcode.com

Triadic colors

1 #9BB465 and #659BB4 with #B4659B are triadic colors.

2 #9B65B4 and #65B49B with #B4659B are triadic colors.