COLOR #B43D87

HEX: #B43D87
RGB: (180,61,135)

Color info

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

RGB color model

#B43D87 color RGB value is (180,61,135).

  • red value is 180;
  • green value is 61;
  • blue value is 135.
RGB:
(180,61,135)
(71%,24%,53%)

RGB channels and saturation

R 180 of 255 = 71%
G 61 of 255 = 24%
B 135 of 255 = 53%

180
61
135

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

Portions of RGB colors in percentages

R + G + B =
180 + 61 + 135 = 376 (100%)
R 180 of 376 ~ 47.87%
G 61 of 376 ~ 16.22%
B 135 of 376 ~ 35.9%

%47.87
%16.22
%35.9

CMYK color model

#B43D87 color CMYK value is (0,66,25,29).

  • cyan value is 0.00%
  • magenta value is 66.11%
  • yellow value is 25.00%
  • key color value is 29.41%
CMYK:
(0,66,25,29)
C0M66Y25K29 
(0%,66%,25%,29%)
(0.00/0.66/0.25/0.29)	

CMYK percentages

%0
%66.11
%25
%29.41

Codes

Color #B43D87 in popluar color models

B43D87
RGB18061135
HSL323°49.38%47.25%
HSB/HSV323°66.11%70.59%
CMYK0.00%66.11%25.00%
29.41%

Color #B43D87 in popluar number systems.

HEXB43D87
Decimal18061135
Binary1011010011110110000111
Octal26475207

Shades and tints

Shades of #B43D87

#B43D87
(180,61,135)
#A4387B
(164,56,123)
#94336F
(148,51,111)
#842E63
(132,46,99)
#742957
(116,41,87)
#64244B
(100,36,75)
#541F3F
(84,31,63)
#441A33
(68,26,51)
#341527
(52,21,39)
#24101B
(36,16,27)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #B43D87

#B43D87
(180,61,135)
#BA4E91
(186,78,145)
#C05F9B
(192,95,155)
#C670A5
(198,112,165)
#CC81AF
(204,129,175)
#D292B9
(210,146,185)
#D8A3C3
(216,163,195)
#DEB4CD
(222,180,205)
#E4C5D7
(228,197,215)
#EAD6E1
(234,214,225)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B43D87 color. Also use rgb(180,61,135) instead hex code.

Text Font Color

.myTextColor { color: #B43D87; }

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

This text font color is #B43D87.


Background Color

.myBgColor { background-color: #B43D87; }

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

This div background color is #B43D87.


Border color

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

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

This div border color is #B43D87.


Opacity

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

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

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

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

This text has shadow with #B43D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43D87 on black background.


Color preview on white background

This text has color #B43D87 on white background.



Black color preview on #B43D87 background

This text has black color on #B43D87 background.


White color preview on #B43D87 background

This text has white color on #B43D87 background.