COLOR #B472A4

HEX: #B472A4
RGB: (180,114,164)

Color info

#B472A4 contains mainly red and blue colors. Web safe color of #B472A4 is #CC6699 (or #C69).

RGB color model

#B472A4 color RGB value is (180,114,164).

  • red value is 180;
  • green value is 114;
  • blue value is 164.
RGB:
(180,114,164)
(71%,45%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 114 of 255 = 45%
B 164 of 255 = 64%

180
114
164

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

Portions of RGB colors in percentages

R + G + B =
180 + 114 + 164 = 458 (100%)
R 180 of 458 ~ 39.3%
G 114 of 458 ~ 24.89%
B 164 of 458 ~ 35.81%

%39.3
%24.89
%35.81

CMYK color model

#B472A4 color CMYK value is (0,37,9,29).

  • cyan value is 0.00%
  • magenta value is 36.67%
  • yellow value is 8.89%
  • key color value is 29.41%
CMYK:
(0,37,9,29)
C0M37Y9K29 
(0%,37%,9%,29%)
(0.00/0.37/0.09/0.29)	

CMYK percentages

%0
%36.67
%8.89
%29.41

Codes

Color #B472A4 in popluar color models

B472A4
RGB180114164
HSL315°30.56%57.65%
HSB/HSV315°36.67%70.59%
CMYK0.00%36.67%8.89%
29.41%

Color #B472A4 in popluar number systems.

HEXB472A4
Decimal180114164
Binary10110100111001010100100
Octal264162244

Shades and tints

Shades of #B472A4

#B472A4
(180,114,164)
#A46896
(164,104,150)
#945E88
(148,94,136)
#84547A
(132,84,122)
#744A6C
(116,74,108)
#64405E
(100,64,94)
#543650
(84,54,80)
#442C42
(68,44,66)
#342234
(52,34,52)
#241826
(36,24,38)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #B472A4

#B472A4
(180,114,164)
#BA7EAC
(186,126,172)
#C08AB4
(192,138,180)
#C696BC
(198,150,188)
#CCA2C4
(204,162,196)
#D2AECC
(210,174,204)
#D8BAD4
(216,186,212)
#DEC6DC
(222,198,220)
#E4D2E4
(228,210,228)
#EADEEC
(234,222,236)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B472A4 color. Also use rgb(180,114,164) instead hex code.

Text Font Color

.myTextColor { color: #B472A4; }

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

This text font color is #B472A4.


Background Color

.myBgColor { background-color: #B472A4; }

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

This div background color is #B472A4.


Border color

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

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

This div border color is #B472A4.


Opacity

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

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

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

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

This text has shadow with #B472A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B472A4 on black background.


Color preview on white background

This text has color #B472A4 on white background.



Black color preview on #B472A4 background

This text has black color on #B472A4 background.


White color preview on #B472A4 background

This text has white color on #B472A4 background.