COLOR #B475A5

HEX: #B475A5 RGB: (180,117,165)

Color info

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

RGB color model

#B475A5 color RGB value is (180,117,165).

RGB: (180,117,165) (71%, 46%, 65%)

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 165 of 255 = 65%

180
117
165

R + G + B ~ 61%. #B475A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 117 + 165 = 462 (100%)
R 180 of 462 ~ 38.96%
G 117 of 462 ~ 25.32%
B 165 of 462 ~ 35.71'%

%38.96
%25.32
%35.71

CMYK color model

#B475A5 color CMYK value is (0,35,8,29).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 8.33%
  • key color value is 29.41%

CMYK: (0,35,8,29)
C0M35Y8K29 (0%, 35%, 8%, 29%)
(0.00 / 0.35 / 0.08 / 0.29)

CMYK percentages

%0
%35
%8.33
%29.41

Codes

Color #B475A5 in popluar color models

B4 75 A5
RGB 180 117 165
HSL 314° 29.58% 58.24%
HSB/HSV 314° 35.00% 70.59%
CMYK 0.00% 35.00% 8.33%
29.41%

Color #B475A5 in popluar number systems.

HEX B4 75 A5
Decimal 180 117 165
Binary 10110100 1110101 10100101
Octal 264 165 245

Shades and tints

Shades of #B475A5

#B475A5
(180,117,165)
#A46B96
(164,107,150)
#946187
(148,97,135)
#845778
(132,87,120)
#744D69
(116,77,105)
#64435A
(100,67,90)
#54394B
(84,57,75)
#442F3C
(68,47,60)
#34252D
(52,37,45)
#241B1E
(36,27,30)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #B475A5

#B475A5
(180,117,165)
#BA81AD
(186,129,173)
#C08DB5
(192,141,181)
#C699BD
(198,153,189)
#CCA5C5
(204,165,197)
#D2B1CD
(210,177,205)
#D8BDD5
(216,189,213)
#DEC9DD
(222,201,221)
#E4D5E5
(228,213,229)
#EAE1ED
(234,225,237)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B475A5 color. Also use rgb(180,117,165) instead hex code.

Text Font Color

.myTextColor { color: #B475A5; }

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

This text font color is #B475A5.

Background Color

.myBgColor { background-color: #B475A5; }

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

This div background color is #B475A5.

Border color

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

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

This div border color is #B475A5.

Opacity

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

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

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

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

This text has shadow with #B475A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B475A5.

Preview

Color preview on black background

This text has color #B475A5 on black background.


Color preview on white background

This text has color #B475A5 on white background.


Black color preview on #B475A5 background

This text has black color on #B475A5 background.


White color preview on #B475A5 background

This text has white color on #B475A5 background.


Related colors

Complementary color

Complementary color for #hex is #4B8A5A.


I love getcolorcode.com

Triadic colors

1 #A5B475 and #75A5B4 with #B475A5 are triadic colors.

2 #A575B4 and #75B4A5 with #B475A5 are triadic colors.