COLOR #B43D9C

HEX: #B43D9C RGB: (180,61,156)

Color info

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

RGB color model

#B43D9C color RGB value is (180,61,156).

RGB: (180,61,156) (71%, 24%, 61%)

RGB channels and saturation

R 180 of 255 = 71%
G 61 of 255 = 24%
B 156 of 255 = 61%

180
61
156

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

Portions of RGB colors in percentages

R + G + B = 180 + 61 + 156 = 397 (100%)
R 180 of 397 ~ 45.34%
G 61 of 397 ~ 15.37%
B 156 of 397 ~ 39.29'%

%45.34
%15.37
%39.29

CMYK color model

#B43D9C color CMYK value is (0,66,13,29).

  • cyan value is 0.00%
  • magenta value is 66.11%
  • yellow value is 13.33%
  • key color value is 29.41%

CMYK: (0,66,13,29)
C0M66Y13K29 (0%, 66%, 13%, 29%)
(0.00 / 0.66 / 0.13 / 0.29)

CMYK percentages

%0
%66.11
%13.33
%29.41

Codes

Color #B43D9C in popluar color models

B4 3D 9C
RGB 180 61 156
HSL 312° 49.38% 47.25%
HSB/HSV 312° 66.11% 70.59%
CMYK 0.00% 66.11% 13.33%
29.41%

Color #B43D9C in popluar number systems.

HEX B4 3D 9C
Decimal 180 61 156
Binary 10110100 111101 10011100
Octal 264 75 234

Shades and tints

Shades of #B43D9C

#B43D9C
(180,61,156)
#A4388E
(164,56,142)
#943380
(148,51,128)
#842E72
(132,46,114)
#742964
(116,41,100)
#642456
(100,36,86)
#541F48
(84,31,72)
#441A3A
(68,26,58)
#34152C
(52,21,44)
#24101E
(36,16,30)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #B43D9C

#B43D9C
(180,61,156)
#BA4EA5
(186,78,165)
#C05FAE
(192,95,174)
#C670B7
(198,112,183)
#CC81C0
(204,129,192)
#D292C9
(210,146,201)
#D8A3D2
(216,163,210)
#DEB4DB
(222,180,219)
#E4C5E4
(228,197,228)
#EAD6ED
(234,214,237)
#F0E7F6
(240,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B43D9C; }

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

This text font color is #B43D9C.

Background Color

.myBgColor { background-color: #B43D9C; }

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

This div background color is #B43D9C.

Border color

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

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

This div border color is #B43D9C.

Opacity

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

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

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

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

This text has shadow with #B43D9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B43D9C.

Preview

Color preview on black background

This text has color #B43D9C on black background.


Color preview on white background

This text has color #B43D9C on white background.


Black color preview on #B43D9C background

This text has black color on #B43D9C background.


White color preview on #B43D9C background

This text has white color on #B43D9C background.


Related colors

Complementary color

Complementary color for #hex is #4BC263.


I love getcolorcode.com

Triadic colors

1 #9CB43D and #3D9CB4 with #B43D9C are triadic colors.

2 #9C3DB4 and #3DB49C with #B43D9C are triadic colors.