COLOR #B478AE

HEX: #B478AE RGB: (180,120,174)

Color info

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

RGB color model

#B478AE color RGB value is (180,120,174).

RGB: (180,120,174) (71%, 47%, 68%)

RGB channels and saturation

R 180 of 255 = 71%
G 120 of 255 = 47%
B 174 of 255 = 68%

180
120
174

R + G + B ~ 62%. #B478AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 120 + 174 = 474 (100%)
R 180 of 474 ~ 37.97%
G 120 of 474 ~ 25.32%
B 174 of 474 ~ 36.71'%

%37.97
%25.32
%36.71

CMYK color model

#B478AE color CMYK value is (0,33,3,29).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 3.33%
  • key color value is 29.41%

CMYK: (0,33,3,29)
C0M33Y3K29 (0%, 33%, 3%, 29%)
(0.00 / 0.33 / 0.03 / 0.29)

CMYK percentages

%0
%33.33
%3.33
%29.41

Codes

Color #B478AE in popluar color models

B4 78 AE
RGB 180 120 174
HSL 306° 28.57% 58.82%
HSB/HSV 306° 33.33% 70.59%
CMYK 0.00% 33.33% 3.33%
29.41%

Color #B478AE in popluar number systems.

HEX B4 78 AE
Decimal 180 120 174
Binary 10110100 1111000 10101110
Octal 264 170 256

Shades and tints

Shades of #B478AE

#B478AE
(180,120,174)
#A46E9F
(164,110,159)
#946490
(148,100,144)
#845A81
(132,90,129)
#745072
(116,80,114)
#644663
(100,70,99)
#543C54
(84,60,84)
#443245
(68,50,69)
#342836
(52,40,54)
#241E27
(36,30,39)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B478AE

#B478AE
(180,120,174)
#BA84B5
(186,132,181)
#C090BC
(192,144,188)
#C69CC3
(198,156,195)
#CCA8CA
(204,168,202)
#D2B4D1
(210,180,209)
#D8C0D8
(216,192,216)
#DECCDF
(222,204,223)
#E4D8E6
(228,216,230)
#EAE4ED
(234,228,237)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B478AE; }

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

This text font color is #B478AE.

Background Color

.myBgColor { background-color: #B478AE; }

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

This div background color is #B478AE.

Border color

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

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

This div border color is #B478AE.

Opacity

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

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

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

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

This text has shadow with #B478AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B478AE.

Preview

Color preview on black background

This text has color #B478AE on black background.


Color preview on white background

This text has color #B478AE on white background.


Black color preview on #B478AE background

This text has black color on #B478AE background.


White color preview on #B478AE background

This text has white color on #B478AE background.


Related colors

Complementary color

Complementary color for #hex is #4B8751.


I love getcolorcode.com

Triadic colors

1 #AEB478 and #78AEB4 with #B478AE are triadic colors.

2 #AE78B4 and #78B4AE with #B478AE are triadic colors.