COLOR #B174D7

HEX: #B174D7
RGB: (177,116,215)

Color info

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

RGB color model

#B174D7 color RGB value is (177,116,215).

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

RGB channels and saturation

R 177 of 255 = 69%
G 116 of 255 = 45%
B 215 of 255 = 84%

177
116
215

R + G + B ~ 66%. #B174D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 116 + 215 = 508 (100%)
R 177 of 508 ~ 34.84%
G 116 of 508 ~ 22.83%
B 215 of 508 ~ 42.32%

%34.84
%22.83
%42.32

CMYK color model

#B174D7 color CMYK value is (18,46,0,16).

  • cyan value is 17.67%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(18,46,0,16)
C18M46Y0K16 
(18%,46%,0%,16%)
(0.18/0.46/0.00/0.16)	

CMYK percentages

%17.67
%46.05
%0
%15.69

Codes

Color #B174D7 in popluar color models

B174D7
RGB177116215
HSL277°55.31%64.90%
HSB/HSV277°46.05%84.31%
CMYK17.67%46.05%0.00%
15.69%

Color #B174D7 in popluar number systems.

HEXB174D7
Decimal177116215
Binary10110001111010011010111
Octal261164327

Shades and tints

Shades of #B174D7

#B174D7
(177,116,215)
#A16AC4
(161,106,196)
#9160B1
(145,96,177)
#81569E
(129,86,158)
#714C8B
(113,76,139)
#614278
(97,66,120)
#513865
(81,56,101)
#412E52
(65,46,82)
#31243F
(49,36,63)
#211A2C
(33,26,44)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #B174D7

#B174D7
(177,116,215)
#B880DA
(184,128,218)
#BF8CDD
(191,140,221)
#C698E0
(198,152,224)
#CDA4E3
(205,164,227)
#D4B0E6
(212,176,230)
#DBBCE9
(219,188,233)
#E2C8EC
(226,200,236)
#E9D4EF
(233,212,239)
#F0E0F2
(240,224,242)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B174D7; }

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

This text font color is #B174D7.


Background Color

.myBgColor { background-color: #B174D7; }

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

This div background color is #B174D7.


Border color

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

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

This div border color is #B174D7.


Opacity

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

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

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

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

This text has shadow with #B174D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B174D7 on black background.


Color preview on white background

This text has color #B174D7 on white background.



Black color preview on #B174D7 background

This text has black color on #B174D7 background.


White color preview on #B174D7 background

This text has white color on #B174D7 background.