COLOR #B43896

HEX: #B43896
RGB: (180,56,150)

Color info

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

RGB color model

#B43896 color RGB value is (180,56,150).

  • red value is 180;
  • green value is 56;
  • blue value is 150.
RGB:
(180,56,150)
(71%,22%,59%)

RGB channels and saturation

R 180 of 255 = 71%
G 56 of 255 = 22%
B 150 of 255 = 59%

180
56
150

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

Portions of RGB colors in percentages

R + G + B =
180 + 56 + 150 = 386 (100%)
R 180 of 386 ~ 46.63%
G 56 of 386 ~ 14.51%
B 150 of 386 ~ 38.86%

%46.63
%14.51
%38.86

CMYK color model

#B43896 color CMYK value is (0,69,17,29).

  • cyan value is 0.00%
  • magenta value is 68.89%
  • yellow value is 16.67%
  • key color value is 29.41%
CMYK:
(0,69,17,29)
C0M69Y17K29 
(0%,69%,17%,29%)
(0.00/0.69/0.17/0.29)	

CMYK percentages

%0
%68.89
%16.67
%29.41

Codes

Color #B43896 in popluar color models

B43896
RGB18056150
HSL315°52.54%46.27%
HSB/HSV315°68.89%70.59%
CMYK0.00%68.89%16.67%
29.41%

Color #B43896 in popluar number systems.

HEXB43896
Decimal18056150
Binary1011010011100010010110
Octal26470226

Shades and tints

Shades of #B43896

#B43896
(180,56,150)
#A43389
(164,51,137)
#942E7C
(148,46,124)
#84296F
(132,41,111)
#742462
(116,36,98)
#641F55
(100,31,85)
#541A48
(84,26,72)
#44153B
(68,21,59)
#34102E
(52,16,46)
#240B21
(36,11,33)
#140614
(20,6,20)
#000000
(0,0,0)

Tints of #B43896

#B43896
(180,56,150)
#BA4A9F
(186,74,159)
#C05CA8
(192,92,168)
#C66EB1
(198,110,177)
#CC80BA
(204,128,186)
#D292C3
(210,146,195)
#D8A4CC
(216,164,204)
#DEB6D5
(222,182,213)
#E4C8DE
(228,200,222)
#EADAE7
(234,218,231)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B43896 color. Also use rgb(180,56,150) instead hex code.

Text Font Color

.myTextColor { color: #B43896; }

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

This text font color is #B43896.


Background Color

.myBgColor { background-color: #B43896; }

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

This div background color is #B43896.


Border color

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

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

This div border color is #B43896.


Opacity

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

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

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

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

This text has shadow with #B43896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43896 on black background.


Color preview on white background

This text has color #B43896 on white background.



Black color preview on #B43896 background

This text has black color on #B43896 background.


White color preview on #B43896 background

This text has white color on #B43896 background.