COLOR #B173C0

HEX: #B173C0
RGB: (177,115,192)

Color info

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

RGB color model

#B173C0 color RGB value is (177,115,192).

  • red value is 177;
  • green value is 115;
  • blue value is 192.
RGB:
(177,115,192)
(69%,45%,75%)

RGB channels and saturation

R 177 of 255 = 69%
G 115 of 255 = 45%
B 192 of 255 = 75%

177
115
192

R + G + B ~ 63%. #B173C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 115 + 192 = 484 (100%)
R 177 of 484 ~ 36.57%
G 115 of 484 ~ 23.76%
B 192 of 484 ~ 39.67%

%36.57
%23.76
%39.67

CMYK color model

#B173C0 color CMYK value is (8,40,0,25).

  • cyan value is 7.81%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(8,40,0,25)
C8M40Y0K25 
(8%,40%,0%,25%)
(0.08/0.40/0.00/0.25)	

CMYK percentages

%7.81
%40.1
%0
%24.71

Codes

Color #B173C0 in popluar color models

B173C0
RGB177115192
HSL288°37.93%60.20%
HSB/HSV288°40.10%75.29%
CMYK7.81%40.10%0.00%
24.71%

Color #B173C0 in popluar number systems.

HEXB173C0
Decimal177115192
Binary10110001111001111000000
Octal261163300

Shades and tints

Shades of #B173C0

#B173C0
(177,115,192)
#A169AF
(161,105,175)
#915F9E
(145,95,158)
#81558D
(129,85,141)
#714B7C
(113,75,124)
#61416B
(97,65,107)
#51375A
(81,55,90)
#412D49
(65,45,73)
#312338
(49,35,56)
#211927
(33,25,39)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #B173C0

#B173C0
(177,115,192)
#B87FC5
(184,127,197)
#BF8BCA
(191,139,202)
#C697CF
(198,151,207)
#CDA3D4
(205,163,212)
#D4AFD9
(212,175,217)
#DBBBDE
(219,187,222)
#E2C7E3
(226,199,227)
#E9D3E8
(233,211,232)
#F0DFED
(240,223,237)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B173C0; }

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

This text font color is #B173C0.


Background Color

.myBgColor { background-color: #B173C0; }

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

This div background color is #B173C0.


Border color

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

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

This div border color is #B173C0.


Opacity

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

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

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

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

This text has shadow with #B173C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B173C0 on black background.


Color preview on white background

This text has color #B173C0 on white background.



Black color preview on #B173C0 background

This text has black color on #B173C0 background.


White color preview on #B173C0 background

This text has white color on #B173C0 background.