COLOR #B43976

HEX: #B43976
RGB: (180,57,118)

Color info

#B43976 contains mainly red color. Web safe color of #B43976 is #CC3366 (or #C36).

RGB color model

#B43976 color RGB value is (180,57,118).

  • red value is 180;
  • green value is 57;
  • blue value is 118.
RGB:
(180,57,118)
(71%,22%,46%)

RGB channels and saturation

R 180 of 255 = 71%
G 57 of 255 = 22%
B 118 of 255 = 46%

180
57
118

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

Portions of RGB colors in percentages

R + G + B =
180 + 57 + 118 = 355 (100%)
R 180 of 355 ~ 50.7%
G 57 of 355 ~ 16.06%
B 118 of 355 ~ 33.24%

%50.7
%16.06
%33.24

CMYK color model

#B43976 color CMYK value is (0,68,34,29).

  • cyan value is 0.00%
  • magenta value is 68.33%
  • yellow value is 34.44%
  • key color value is 29.41%
CMYK:
(0,68,34,29)
C0M68Y34K29 
(0%,68%,34%,29%)
(0.00/0.68/0.34/0.29)	

CMYK percentages

%0
%68.33
%34.44
%29.41

Codes

Color #B43976 in popluar color models

B43976
RGB18057118
HSL330°51.90%46.47%
HSB/HSV330°68.33%70.59%
CMYK0.00%68.33%34.44%
29.41%

Color #B43976 in popluar number systems.

HEXB43976
Decimal18057118
Binary101101001110011110110
Octal26471166

Shades and tints

Shades of #B43976

#B43976
(180,57,118)
#A4346C
(164,52,108)
#942F62
(148,47,98)
#842A58
(132,42,88)
#74254E
(116,37,78)
#642044
(100,32,68)
#541B3A
(84,27,58)
#441630
(68,22,48)
#341126
(52,17,38)
#240C1C
(36,12,28)
#140712
(20,7,18)
#000000
(0,0,0)

Tints of #B43976

#B43976
(180,57,118)
#BA4B82
(186,75,130)
#C05D8E
(192,93,142)
#C66F9A
(198,111,154)
#CC81A6
(204,129,166)
#D293B2
(210,147,178)
#D8A5BE
(216,165,190)
#DEB7CA
(222,183,202)
#E4C9D6
(228,201,214)
#EADBE2
(234,219,226)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B43976 color. Also use rgb(180,57,118) instead hex code.

Text Font Color

.myTextColor { color: #B43976; }

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

This text font color is #B43976.


Background Color

.myBgColor { background-color: #B43976; }

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

This div background color is #B43976.


Border color

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

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

This div border color is #B43976.


Opacity

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

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

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

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

This text has shadow with #B43976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43976 on black background.


Color preview on white background

This text has color #B43976 on white background.



Black color preview on #B43976 background

This text has black color on #B43976 background.


White color preview on #B43976 background

This text has white color on #B43976 background.