COLOR #B4558D

HEX: #B4558D RGB: (180,85,141)

Color info

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

RGB color model

#B4558D color RGB value is (180,85,141).

RGB: (180,85,141) (71%, 33%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 85 of 255 = 33%
B 141 of 255 = 55%

180
85
141

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

Portions of RGB colors in percentages

R + G + B = 180 + 85 + 141 = 406 (100%)
R 180 of 406 ~ 44.33%
G 85 of 406 ~ 20.94%
B 141 of 406 ~ 34.73'%

%44.33
%20.94
%34.73

CMYK color model

#B4558D color CMYK value is (0,53,22,29).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (0,53,22,29)
C0M53Y22K29 (0%, 53%, 22%, 29%)
(0.00 / 0.53 / 0.22 / 0.29)

CMYK percentages

%0
%52.78
%21.67
%29.41

Codes

Color #B4558D in popluar color models

B4 55 8D
RGB 180 85 141
HSL 325° 38.78% 51.96%
HSB/HSV 325° 52.78% 70.59%
CMYK 0.00% 52.78% 21.67%
29.41%

Color #B4558D in popluar number systems.

HEX B4 55 8D
Decimal 180 85 141
Binary 10110100 1010101 10001101
Octal 264 125 215

Shades and tints

Shades of #B4558D

#B4558D
(180,85,141)
#A44E81
(164,78,129)
#944775
(148,71,117)
#844069
(132,64,105)
#74395D
(116,57,93)
#643251
(100,50,81)
#542B45
(84,43,69)
#442439
(68,36,57)
#341D2D
(52,29,45)
#241621
(36,22,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #B4558D

#B4558D
(180,85,141)
#BA6497
(186,100,151)
#C073A1
(192,115,161)
#C682AB
(198,130,171)
#CC91B5
(204,145,181)
#D2A0BF
(210,160,191)
#D8AFC9
(216,175,201)
#DEBED3
(222,190,211)
#E4CDDD
(228,205,221)
#EADCE7
(234,220,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4558D color. Also use rgb(180,85,141) instead hex code.

Text Font Color

.myTextColor { color: #B4558D; }

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

This text font color is #B4558D.

Background Color

.myBgColor { background-color: #B4558D; }

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

This div background color is #B4558D.

Border color

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

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

This div border color is #B4558D.

Opacity

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

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

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

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

This text has shadow with #B4558D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4558D.

Preview

Color preview on black background

This text has color #B4558D on black background.


Color preview on white background

This text has color #B4558D on white background.


Black color preview on #B4558D background

This text has black color on #B4558D background.


White color preview on #B4558D background

This text has white color on #B4558D background.


Related colors

Complementary color

Complementary color for #hex is #4BAA72.


I love getcolorcode.com

Triadic colors

1 #8DB455 and #558DB4 with #B4558D are triadic colors.

2 #8D55B4 and #55B48D with #B4558D are triadic colors.