COLOR #B4569D

HEX: #B4569D RGB: (180,86,157)

Color info

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

RGB color model

#B4569D color RGB value is (180,86,157).

RGB: (180,86,157) (71%, 34%, 62%)

RGB channels and saturation

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

180
86
157

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

Portions of RGB colors in percentages

R + G + B = 180 + 86 + 157 = 423 (100%)
R 180 of 423 ~ 42.55%
G 86 of 423 ~ 20.33%
B 157 of 423 ~ 37.12'%

%42.55
%20.33
%37.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.22%
  • 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
%52.22
%12.78
%29.41

Codes

Color #B4569D in popluar color models

B4 56 9D
RGB 180 86 157
HSL 315° 38.52% 52.16%
HSB/HSV 315° 52.22% 70.59%
CMYK 0.00% 52.22% 12.78%
29.41%

Color #B4569D in popluar number systems.

HEX B4 56 9D
Decimal 180 86 157
Binary 10110100 1010110 10011101
Octal 264 126 235

Shades and tints

Shades of #B4569D

#B4569D
(180,86,157)
#A44F8F
(164,79,143)
#944881
(148,72,129)
#844173
(132,65,115)
#743A65
(116,58,101)
#643357
(100,51,87)
#542C49
(84,44,73)
#44253B
(68,37,59)
#341E2D
(52,30,45)
#24171F
(36,23,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B4569D

#B4569D
(180,86,157)
#BA65A5
(186,101,165)
#C074AD
(192,116,173)
#C683B5
(198,131,181)
#CC92BD
(204,146,189)
#D2A1C5
(210,161,197)
#D8B0CD
(216,176,205)
#DEBFD5
(222,191,213)
#E4CEDD
(228,206,221)
#EADDE5
(234,221,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4569D; }

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

This text font color is #B4569D.

Background Color

.myBgColor { background-color: #B4569D; }

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

This div background color is #B4569D.

Border color

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

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

This div border color is #B4569D.

Opacity

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

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

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

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

This text has shadow with #B4569D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4569D.

Preview

Color preview on black background

This text has color #B4569D on black background.


Color preview on white background

This text has color #B4569D on white background.


Black color preview on #B4569D background

This text has black color on #B4569D background.


White color preview on #B4569D background

This text has white color on #B4569D background.


Related colors

Complementary color

Complementary color for #hex is #4BA962.


I love getcolorcode.com

Triadic colors

1 #9DB456 and #569DB4 with #B4569D are triadic colors.

2 #9D56B4 and #56B49D with #B4569D are triadic colors.