COLOR #B4458D

HEX: #B4458D
RGB: (180,69,141)

Color info

#B4458D contains mainly red and blue colors. Web safe color of #B4458D is #CC3399 (or #C39).

RGB color model

#B4458D color RGB value is (180,69,141).

  • red value is 180;
  • green value is 69;
  • blue value is 141.
RGB:
(180,69,141)
(71%,27%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 69 of 255 = 27%
B 141 of 255 = 55%

180
69
141

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

Portions of RGB colors in percentages

R + G + B =
180 + 69 + 141 = 390 (100%)
R 180 of 390 ~ 46.15%
G 69 of 390 ~ 17.69%
B 141 of 390 ~ 36.15%

%46.15
%17.69
%36.15

CMYK color model

#B4458D color CMYK value is (0,62,22,29).

  • cyan value is 0.00%
  • magenta value is 61.67%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(0,62,22,29)
C0M62Y22K29 
(0%,62%,22%,29%)
(0.00/0.62/0.22/0.29)	

CMYK percentages

%0
%61.67
%21.67
%29.41

Codes

Color #B4458D in popluar color models

B4458D
RGB18069141
HSL321°44.58%48.82%
HSB/HSV321°61.67%70.59%
CMYK0.00%61.67%21.67%
29.41%

Color #B4458D in popluar number systems.

HEXB4458D
Decimal18069141
Binary10110100100010110001101
Octal264105215

Shades and tints

Shades of #B4458D

#B4458D
(180,69,141)
#A43F81
(164,63,129)
#943975
(148,57,117)
#843369
(132,51,105)
#742D5D
(116,45,93)
#642751
(100,39,81)
#542145
(84,33,69)
#441B39
(68,27,57)
#34152D
(52,21,45)
#240F21
(36,15,33)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #B4458D

#B4458D
(180,69,141)
#BA5597
(186,85,151)
#C065A1
(192,101,161)
#C675AB
(198,117,171)
#CC85B5
(204,133,181)
#D295BF
(210,149,191)
#D8A5C9
(216,165,201)
#DEB5D3
(222,181,211)
#E4C5DD
(228,197,221)
#EAD5E7
(234,213,231)
#F0E5F1
(240,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4458D; }

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

This text font color is #B4458D.


Background Color

.myBgColor { background-color: #B4458D; }

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

This div background color is #B4458D.


Border color

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

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

This div border color is #B4458D.


Opacity

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

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

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

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

This text has shadow with #B4458D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4458D on black background.


Color preview on white background

This text has color #B4458D on white background.



Black color preview on #B4458D background

This text has black color on #B4458D background.


White color preview on #B4458D background

This text has white color on #B4458D background.