COLOR #B478A0

HEX: #B478A0
RGB: (180,120,160)

Color info

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

RGB color model

#B478A0 color RGB value is (180,120,160).

  • red value is 180;
  • green value is 120;
  • blue value is 160.
RGB:
(180,120,160)
(71%,47%,63%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 160 of 255 = 63%

180
120
160

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

Portions of RGB colors in percentages

R + G + B =
180 + 120 + 160 = 460 (100%)
R 180 of 460 ~ 39.13%
G 120 of 460 ~ 26.09%
B 160 of 460 ~ 34.78%

%39.13
%26.09
%34.78

CMYK color model

#B478A0 color CMYK value is (0,33,11,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 11.11%
  • key color value is 29.41%
CMYK:
(0,33,11,29)
C0M33Y11K29 
(0%,33%,11%,29%)
(0.00/0.33/0.11/0.29)	

CMYK percentages

%0
%33.33
%11.11
%29.41

Codes

Color #B478A0 in popluar color models

B478A0
RGB180120160
HSL320°28.57%58.82%
HSB/HSV320°33.33%70.59%
CMYK0.00%33.33%11.11%
29.41%

Color #B478A0 in popluar number systems.

HEXB478A0
Decimal180120160
Binary10110100111100010100000
Octal264170240

Shades and tints

Shades of #B478A0

#B478A0
(180,120,160)
#A46E92
(164,110,146)
#946484
(148,100,132)
#845A76
(132,90,118)
#745068
(116,80,104)
#64465A
(100,70,90)
#543C4C
(84,60,76)
#44323E
(68,50,62)
#342830
(52,40,48)
#241E22
(36,30,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #B478A0

#B478A0
(180,120,160)
#BA84A8
(186,132,168)
#C090B0
(192,144,176)
#C69CB8
(198,156,184)
#CCA8C0
(204,168,192)
#D2B4C8
(210,180,200)
#D8C0D0
(216,192,208)
#DECCD8
(222,204,216)
#E4D8E0
(228,216,224)
#EAE4E8
(234,228,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B478A0 color. Also use rgb(180,120,160) instead hex code.

Text Font Color

.myTextColor { color: #B478A0; }

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

This text font color is #B478A0.


Background Color

.myBgColor { background-color: #B478A0; }

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

This div background color is #B478A0.


Border color

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

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

This div border color is #B478A0.


Opacity

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

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

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

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

This text has shadow with #B478A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B478A0 on black background.


Color preview on white background

This text has color #B478A0 on white background.



Black color preview on #B478A0 background

This text has black color on #B478A0 background.


White color preview on #B478A0 background

This text has white color on #B478A0 background.