COLOR #B117C3

HEX: #B117C3
RGB: (177,23,195)

Color info

#B117C3 contains mainly red and blue colors. Web safe color of #B117C3 is #9900CC (or #90C).

RGB color model

#B117C3 color RGB value is (177,23,195).

  • red value is 177;
  • green value is 23;
  • blue value is 195.
RGB:
(177,23,195)
(69%,9%,76%)

RGB channels and saturation

R 177 of 255 = 69%
G 23 of 255 = 9%
B 195 of 255 = 76%

177
23
195

R + G + B ~ 51%. #B117C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
177 + 23 + 195 = 395 (100%)
R 177 of 395 ~ 44.81%
G 23 of 395 ~ 5.82%
B 195 of 395 ~ 49.37%

%44.81
%49.37

CMYK color model

#B117C3 color CMYK value is (9,88,0,24).

  • cyan value is 9.23%
  • magenta value is 88.21%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(9,88,0,24)
C9M88Y0K24 
(9%,88%,0%,24%)
(0.09/0.88/0.00/0.24)	

CMYK percentages

%9.23
%88.21
%0
%23.53

Codes

Color #B117C3 in popluar color models

B117C3
RGB17723195
HSL294°78.90%42.75%
HSB/HSV294°88.21%76.47%
CMYK9.23%88.21%0.00%
23.53%

Color #B117C3 in popluar number systems.

HEXB117C3
Decimal17723195
Binary101100011011111000011
Octal26127303

Shades and tints

Shades of #B117C3

#B117C3
(177,23,195)
#A115B2
(161,21,178)
#9113A1
(145,19,161)
#811190
(129,17,144)
#710F7F
(113,15,127)
#610D6E
(97,13,110)
#510B5D
(81,11,93)
#41094C
(65,9,76)
#31073B
(49,7,59)
#21052A
(33,5,42)
#110319
(17,3,25)
#000000
(0,0,0)

Tints of #B117C3

#B117C3
(177,23,195)
#B82CC8
(184,44,200)
#BF41CD
(191,65,205)
#C656D2
(198,86,210)
#CD6BD7
(205,107,215)
#D480DC
(212,128,220)
#DB95E1
(219,149,225)
#E2AAE6
(226,170,230)
#E9BFEB
(233,191,235)
#F0D4F0
(240,212,240)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B117C3 color. Also use rgb(177,23,195) instead hex code.

Text Font Color

.myTextColor { color: #B117C3; }

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

This text font color is #B117C3.


Background Color

.myBgColor { background-color: #B117C3; }

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

This div background color is #B117C3.


Border color

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

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

This div border color is #B117C3.


Opacity

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

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

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

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

This text has shadow with #B117C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B117C3 on black background.


Color preview on white background

This text has color #B117C3 on white background.



Black color preview on #B117C3 background

This text has black color on #B117C3 background.


White color preview on #B117C3 background

This text has white color on #B117C3 background.