COLOR #B173D0

HEX: #B173D0 RGB: (177,115,208)

Color info

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

RGB color model

#B173D0 color RGB value is (177,115,208).

RGB: (177,115,208) (69%, 45%, 82%)

RGB channels and saturation

R 177 of 255 = 69%
G 115 of 255 = 45%
B 208 of 255 = 82%

177
115
208

R + G + B ~ 65%. #B173D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 115 + 208 = 500 (100%)
R 177 of 500 ~ 35.4%
G 115 of 500 ~ 23%
B 208 of 500 ~ 41.6'%

%35.4
%23
%41.6

CMYK color model

#B173D0 color CMYK value is (15,45,0,18).

  • cyan value is 14.90%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (15,45,0,18)
C15M45Y0K18 (15%, 45%, 0%, 18%)
(0.15 / 0.45 / 0.00 / 0.18)

CMYK percentages

%14.9
%44.71
%0
%18.43

Codes

Color #B173D0 in popluar color models

B1 73 D0
RGB 177 115 208
HSL 280° 49.73% 63.33%
HSB/HSV 280° 44.71% 81.57%
CMYK 14.90% 44.71% 0.00%
18.43%

Color #B173D0 in popluar number systems.

HEX B1 73 D0
Decimal 177 115 208
Binary 10110001 1110011 11010000
Octal 261 163 320

Shades and tints

Shades of #B173D0

#B173D0
(177,115,208)
#A169BE
(161,105,190)
#915FAC
(145,95,172)
#81559A
(129,85,154)
#714B88
(113,75,136)
#614176
(97,65,118)
#513764
(81,55,100)
#412D52
(65,45,82)
#312340
(49,35,64)
#21192E
(33,25,46)
#110F1C
(17,15,28)
#000000
(0,0,0)

Tints of #B173D0

#B173D0
(177,115,208)
#B87FD4
(184,127,212)
#BF8BD8
(191,139,216)
#C697DC
(198,151,220)
#CDA3E0
(205,163,224)
#D4AFE4
(212,175,228)
#DBBBE8
(219,187,232)
#E2C7EC
(226,199,236)
#E9D3F0
(233,211,240)
#F0DFF4
(240,223,244)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B173D0 color. Also use rgb(177,115,208) instead hex code.

Text Font Color

.myTextColor { color: #B173D0; }

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

This text font color is #B173D0.

Background Color

.myBgColor { background-color: #B173D0; }

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

This div background color is #B173D0.

Border color

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

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

This div border color is #B173D0.

Opacity

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

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

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

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

This text has shadow with #B173D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B173D0.

Preview

Color preview on black background

This text has color #B173D0 on black background.


Color preview on white background

This text has color #B173D0 on white background.


Black color preview on #B173D0 background

This text has black color on #B173D0 background.


White color preview on #B173D0 background

This text has white color on #B173D0 background.


Related colors

Complementary color

Complementary color for #hex is #4E8C2F.


I love getcolorcode.com

Triadic colors

1 #D0B173 and #73D0B1 with #B173D0 are triadic colors.

2 #D073B1 and #73B1D0 with #B173D0 are triadic colors.