COLOR #B175C6

HEX: #B175C6
RGB: (177,117,198)

Color info

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

RGB color model

#B175C6 color RGB value is (177,117,198).

  • red value is 177;
  • green value is 117;
  • blue value is 198.
RGB:
(177,117,198)
(69%,46%,78%)

RGB channels and saturation

R 177 of 255 = 69%
G 117 of 255 = 46%
B 198 of 255 = 78%

177
117
198

R + G + B ~ 64%. #B175C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 117 + 198 = 492 (100%)
R 177 of 492 ~ 35.98%
G 117 of 492 ~ 23.78%
B 198 of 492 ~ 40.24%

%35.98
%23.78
%40.24

CMYK color model

#B175C6 color CMYK value is (11,41,0,22).

  • cyan value is 10.61%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(11,41,0,22)
C11M41Y0K22 
(11%,41%,0%,22%)
(0.11/0.41/0.00/0.22)	

CMYK percentages

%10.61
%40.91
%0
%22.35

Codes

Color #B175C6 in popluar color models

B175C6
RGB177117198
HSL284°41.54%61.76%
HSB/HSV284°40.91%77.65%
CMYK10.61%40.91%0.00%
22.35%

Color #B175C6 in popluar number systems.

HEXB175C6
Decimal177117198
Binary10110001111010111000110
Octal261165306

Shades and tints

Shades of #B175C6

#B175C6
(177,117,198)
#A16BB4
(161,107,180)
#9161A2
(145,97,162)
#815790
(129,87,144)
#714D7E
(113,77,126)
#61436C
(97,67,108)
#51395A
(81,57,90)
#412F48
(65,47,72)
#312536
(49,37,54)
#211B24
(33,27,36)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #B175C6

#B175C6
(177,117,198)
#B881CB
(184,129,203)
#BF8DD0
(191,141,208)
#C699D5
(198,153,213)
#CDA5DA
(205,165,218)
#D4B1DF
(212,177,223)
#DBBDE4
(219,189,228)
#E2C9E9
(226,201,233)
#E9D5EE
(233,213,238)
#F0E1F3
(240,225,243)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B175C6 color. Also use rgb(177,117,198) instead hex code.

Text Font Color

.myTextColor { color: #B175C6; }

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

This text font color is #B175C6.


Background Color

.myBgColor { background-color: #B175C6; }

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

This div background color is #B175C6.


Border color

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

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

This div border color is #B175C6.


Opacity

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

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

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

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

This text has shadow with #B175C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B175C6 on black background.


Color preview on white background

This text has color #B175C6 on white background.



Black color preview on #B175C6 background

This text has black color on #B175C6 background.


White color preview on #B175C6 background

This text has white color on #B175C6 background.