COLOR #B174B5

HEX: #B174B5
RGB: (177,116,181)

Color info

#B174B5 contains mainly red and blue colors. Web safe color of #B174B5 is #9966CC (or #96C).

RGB color model

#B174B5 color RGB value is (177,116,181).

  • red value is 177;
  • green value is 116;
  • blue value is 181.
RGB:
(177,116,181)
(69%,45%,71%)

RGB channels and saturation

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

177
116
181

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

Portions of RGB colors in percentages

R + G + B =
177 + 116 + 181 = 474 (100%)
R 177 of 474 ~ 37.34%
G 116 of 474 ~ 24.47%
B 181 of 474 ~ 38.19%

%37.34
%24.47
%38.19

CMYK color model

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

  • cyan value is 2.21%
  • magenta value is 35.91%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(2,36,0,29)
C2M36Y0K29 
(2%,36%,0%,29%)
(0.02/0.36/0.00/0.29)	

CMYK percentages

%2.21
%35.91
%0
%29.02

Codes

Color #B174B5 in popluar color models

B174B5
RGB177116181
HSL296°30.52%58.24%
HSB/HSV296°35.91%70.98%
CMYK2.21%35.91%0.00%
29.02%

Color #B174B5 in popluar number systems.

HEXB174B5
Decimal177116181
Binary10110001111010010110101
Octal261164265

Shades and tints

Shades of #B174B5

#B174B5
(177,116,181)
#A16AA5
(161,106,165)
#916095
(145,96,149)
#815685
(129,86,133)
#714C75
(113,76,117)
#614265
(97,66,101)
#513855
(81,56,85)
#412E45
(65,46,69)
#312435
(49,36,53)
#211A25
(33,26,37)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #B174B5

#B174B5
(177,116,181)
#B880BB
(184,128,187)
#BF8CC1
(191,140,193)
#C698C7
(198,152,199)
#CDA4CD
(205,164,205)
#D4B0D3
(212,176,211)
#DBBCD9
(219,188,217)
#E2C8DF
(226,200,223)
#E9D4E5
(233,212,229)
#F0E0EB
(240,224,235)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B174B5; }

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

This text font color is #B174B5.


Background Color

.myBgColor { background-color: #B174B5; }

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

This div background color is #B174B5.


Border color

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

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

This div border color is #B174B5.


Opacity

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

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

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

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

This text has shadow with #B174B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B174B5 on black background.


Color preview on white background

This text has color #B174B5 on white background.



Black color preview on #B174B5 background

This text has black color on #B174B5 background.


White color preview on #B174B5 background

This text has white color on #B174B5 background.