COLOR #B474B1

HEX: #B474B1 RGB: (180,116,177)

Color info

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

RGB color model

#B474B1 color RGB value is (180,116,177).

RGB: (180,116,177) (71%, 45%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 116 of 255 = 45%
B 177 of 255 = 69%

180
116
177

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

Portions of RGB colors in percentages

R + G + B = 180 + 116 + 177 = 473 (100%)
R 180 of 473 ~ 38.05%
G 116 of 473 ~ 24.52%
B 177 of 473 ~ 37.42'%

%38.05
%24.52
%37.42

CMYK color model

#B474B1 color CMYK value is (0,36,2,29).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 1.67%
  • key color value is 29.41%

CMYK: (0,36,2,29)
C0M36Y2K29 (0%, 36%, 2%, 29%)
(0.00 / 0.36 / 0.02 / 0.29)

CMYK percentages

%0
%35.56
%1.67
%29.41

Codes

Color #B474B1 in popluar color models

B4 74 B1
RGB 180 116 177
HSL 303° 29.91% 58.04%
HSB/HSV 303° 35.56% 70.59%
CMYK 0.00% 35.56% 1.67%
29.41%

Color #B474B1 in popluar number systems.

HEX B4 74 B1
Decimal 180 116 177
Binary 10110100 1110100 10110001
Octal 264 164 261

Shades and tints

Shades of #B474B1

#B474B1
(180,116,177)
#A46AA1
(164,106,161)
#946091
(148,96,145)
#845681
(132,86,129)
#744C71
(116,76,113)
#644261
(100,66,97)
#543851
(84,56,81)
#442E41
(68,46,65)
#342431
(52,36,49)
#241A21
(36,26,33)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B474B1

#B474B1
(180,116,177)
#BA80B8
(186,128,184)
#C08CBF
(192,140,191)
#C698C6
(198,152,198)
#CCA4CD
(204,164,205)
#D2B0D4
(210,176,212)
#D8BCDB
(216,188,219)
#DEC8E2
(222,200,226)
#E4D4E9
(228,212,233)
#EAE0F0
(234,224,240)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B474B1 color. Also use rgb(180,116,177) instead hex code.

Text Font Color

.myTextColor { color: #B474B1; }

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

This text font color is #B474B1.

Background Color

.myBgColor { background-color: #B474B1; }

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

This div background color is #B474B1.

Border color

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

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

This div border color is #B474B1.

Opacity

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

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

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

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

This text has shadow with #B474B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B474B1.

Preview

Color preview on black background

This text has color #B474B1 on black background.


Color preview on white background

This text has color #B474B1 on white background.


Black color preview on #B474B1 background

This text has black color on #B474B1 background.


White color preview on #B474B1 background

This text has white color on #B474B1 background.


Related colors

Complementary color

Complementary color for #hex is #4B8B4E.


I love getcolorcode.com

Triadic colors

1 #B1B474 and #74B1B4 with #B474B1 are triadic colors.

2 #B174B4 and #74B4B1 with #B474B1 are triadic colors.