COLOR #B4579D

HEX: #B4579D
RGB: (180,87,157)

Color info

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

RGB color model

#B4579D color RGB value is (180,87,157).

  • red value is 180;
  • green value is 87;
  • blue value is 157.
RGB:
(180,87,157)
(71%,34%,62%)

RGB channels and saturation

R 180 of 255 = 71%
G 87 of 255 = 34%
B 157 of 255 = 62%

180
87
157

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

Portions of RGB colors in percentages

R + G + B =
180 + 87 + 157 = 424 (100%)
R 180 of 424 ~ 42.45%
G 87 of 424 ~ 20.52%
B 157 of 424 ~ 37.03%

%42.45
%20.52
%37.03

CMYK color model

#B4579D color CMYK value is (0,52,13,29).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(0,52,13,29)
C0M52Y13K29 
(0%,52%,13%,29%)
(0.00/0.52/0.13/0.29)	

CMYK percentages

%0
%51.67
%12.78
%29.41

Codes

Color #B4579D in popluar color models

B4579D
RGB18087157
HSL315°38.27%52.35%
HSB/HSV315°51.67%70.59%
CMYK0.00%51.67%12.78%
29.41%

Color #B4579D in popluar number systems.

HEXB4579D
Decimal18087157
Binary10110100101011110011101
Octal264127235

Shades and tints

Shades of #B4579D

#B4579D
(180,87,157)
#A4508F
(164,80,143)
#944981
(148,73,129)
#844273
(132,66,115)
#743B65
(116,59,101)
#643457
(100,52,87)
#542D49
(84,45,73)
#44263B
(68,38,59)
#341F2D
(52,31,45)
#24181F
(36,24,31)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #B4579D

#B4579D
(180,87,157)
#BA66A5
(186,102,165)
#C075AD
(192,117,173)
#C684B5
(198,132,181)
#CC93BD
(204,147,189)
#D2A2C5
(210,162,197)
#D8B1CD
(216,177,205)
#DEC0D5
(222,192,213)
#E4CFDD
(228,207,221)
#EADEE5
(234,222,229)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4579D color. Also use rgb(180,87,157) instead hex code.

Text Font Color

.myTextColor { color: #B4579D; }

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

This text font color is #B4579D.


Background Color

.myBgColor { background-color: #B4579D; }

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

This div background color is #B4579D.


Border color

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

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

This div border color is #B4579D.


Opacity

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

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

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

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

This text has shadow with #B4579D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4579D on black background.


Color preview on white background

This text has color #B4579D on white background.



Black color preview on #B4579D background

This text has black color on #B4579D background.


White color preview on #B4579D background

This text has white color on #B4579D background.