COLOR #B4659E

HEX: #B4659E
RGB: (180,101,158)

Color info

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

RGB color model

#B4659E color RGB value is (180,101,158).

  • red value is 180;
  • green value is 101;
  • blue value is 158.
RGB:
(180,101,158)
(71%,40%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 101 of 255 = 40%
B 158 of 255 = 62%

180
101
158

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

Portions of RGB colors in percentages

R + G + B =
180 + 101 + 158 = 439 (100%)
R 180 of 439 ~ 41%
G 101 of 439 ~ 23.01%
B 158 of 439 ~ 35.99%

%41
%23.01
%35.99

CMYK color model

#B4659E color CMYK value is (0,44,12,29).

  • cyan value is 0.00%
  • magenta value is 43.89%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK:
(0,44,12,29)
C0M44Y12K29 
(0%,44%,12%,29%)
(0.00/0.44/0.12/0.29)	

CMYK percentages

%0
%43.89
%12.22
%29.41

Codes

Color #B4659E in popluar color models

B4659E
RGB180101158
HSL317°34.50%55.10%
HSB/HSV317°43.89%70.59%
CMYK0.00%43.89%12.22%
29.41%

Color #B4659E in popluar number systems.

HEXB4659E
Decimal180101158
Binary10110100110010110011110
Octal264145236

Shades and tints

Shades of #B4659E

#B4659E
(180,101,158)
#A45C90
(164,92,144)
#945382
(148,83,130)
#844A74
(132,74,116)
#744166
(116,65,102)
#643858
(100,56,88)
#542F4A
(84,47,74)
#44263C
(68,38,60)
#341D2E
(52,29,46)
#241420
(36,20,32)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #B4659E

#B4659E
(180,101,158)
#BA73A6
(186,115,166)
#C081AE
(192,129,174)
#C68FB6
(198,143,182)
#CC9DBE
(204,157,190)
#D2ABC6
(210,171,198)
#D8B9CE
(216,185,206)
#DEC7D6
(222,199,214)
#E4D5DE
(228,213,222)
#EAE3E6
(234,227,230)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4659E; }

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

This text font color is #B4659E.


Background Color

.myBgColor { background-color: #B4659E; }

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

This div background color is #B4659E.


Border color

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

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

This div border color is #B4659E.


Opacity

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

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

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

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

This text has shadow with #B4659E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4659E on black background.


Color preview on white background

This text has color #B4659E on white background.



Black color preview on #B4659E background

This text has black color on #B4659E background.


White color preview on #B4659E background

This text has white color on #B4659E background.