COLOR #B4149A

HEX: #B4149A RGB: (180,20,154)

Color info

#B4149A contains mainly red and blue colors. Web safe color of #B4149A is #CC0099 (or #C09).

RGB color model

#B4149A color RGB value is (180,20,154).

RGB: (180,20,154) (71%, 8%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 20 of 255 = 8%
B 154 of 255 = 60%

180
20
154

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

Portions of RGB colors in percentages

R + G + B = 180 + 20 + 154 = 354 (100%)
R 180 of 354 ~ 50.85%
G 20 of 354 ~ 5.65%
B 154 of 354 ~ 43.5'%

%50.85
%43.5

CMYK color model

#B4149A color CMYK value is (0,89,14,29).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 14.44%
  • key color value is 29.41%

CMYK: (0,89,14,29)
C0M89Y14K29 (0%, 89%, 14%, 29%)
(0.00 / 0.89 / 0.14 / 0.29)

CMYK percentages

%0
%88.89
%14.44
%29.41

Codes

Color #B4149A in popluar color models

B4 14 9A
RGB 180 20 154
HSL 310° 80.00% 39.22%
HSB/HSV 310° 88.89% 70.59%
CMYK 0.00% 88.89% 14.44%
29.41%

Color #B4149A in popluar number systems.

HEX B4 14 9A
Decimal 180 20 154
Binary 10110100 10100 10011010
Octal 264 24 232

Shades and tints

Shades of #B4149A

#B4149A
(180,20,154)
#A4138C
(164,19,140)
#94127E
(148,18,126)
#841170
(132,17,112)
#741062
(116,16,98)
#640F54
(100,15,84)
#540E46
(84,14,70)
#440D38
(68,13,56)
#340C2A
(52,12,42)
#240B1C
(36,11,28)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #B4149A

#B4149A
(180,20,154)
#BA29A3
(186,41,163)
#C03EAC
(192,62,172)
#C653B5
(198,83,181)
#CC68BE
(204,104,190)
#D27DC7
(210,125,199)
#D892D0
(216,146,208)
#DEA7D9
(222,167,217)
#E4BCE2
(228,188,226)
#EAD1EB
(234,209,235)
#F0E6F4
(240,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4149A color. Also use rgb(180,20,154) instead hex code.

Text Font Color

.myTextColor { color: #B4149A; }

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

This text font color is #B4149A.

Background Color

.myBgColor { background-color: #B4149A; }

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

This div background color is #B4149A.

Border color

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

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

This div border color is #B4149A.

Opacity

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

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

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

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

This text has shadow with #B4149A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4149A.

Preview

Color preview on black background

This text has color #B4149A on black background.


Color preview on white background

This text has color #B4149A on white background.


Black color preview on #B4149A background

This text has black color on #B4149A background.


White color preview on #B4149A background

This text has white color on #B4149A background.


Related colors

Complementary color

Complementary color for #hex is #4BEB65.


I love getcolorcode.com

Triadic colors

1 #9AB414 and #149AB4 with #B4149A are triadic colors.

2 #9A14B4 and #14B49A with #B4149A are triadic colors.