COLOR #B17CF0

HEX: #B17CF0
RGB: (177,124,240)

Color info

#B17CF0 contains mainly blue color. Web safe color of #B17CF0 is #9966FF (or #96F).

RGB color model

#B17CF0 color RGB value is (177,124,240).

  • red value is 177;
  • green value is 124;
  • blue value is 240.
RGB:
(177,124,240)
(69%,49%,94%)

RGB channels and saturation

R 177 of 255 = 69%
G 124 of 255 = 49%
B 240 of 255 = 94%

177
124
240

R + G + B ~ 71%. #B17CF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 124 + 240 = 541 (100%)
R 177 of 541 ~ 32.72%
G 124 of 541 ~ 22.92%
B 240 of 541 ~ 44.36%

%32.72
%22.92
%44.36

CMYK color model

#B17CF0 color CMYK value is (26,48,0,6).

  • cyan value is 26.25%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(26,48,0,6)
C26M48Y0K6 
(26%,48%,0%,6%)
(0.26/0.48/0.00/0.06)	

CMYK percentages

%26.25
%48.33
%0
%5.88

Codes

Color #B17CF0 in popluar color models

B17CF0
RGB177124240
HSL267°79.45%71.37%
HSB/HSV267°48.33%94.12%
CMYK26.25%48.33%0.00%
5.88%

Color #B17CF0 in popluar number systems.

HEXB17CF0
Decimal177124240
Binary10110001111110011110000
Octal261174360

Shades and tints

Shades of #B17CF0

#B17CF0
(177,124,240)
#A171DB
(161,113,219)
#9166C6
(145,102,198)
#815BB1
(129,91,177)
#71509C
(113,80,156)
#614587
(97,69,135)
#513A72
(81,58,114)
#412F5D
(65,47,93)
#312448
(49,36,72)
#211933
(33,25,51)
#110E1E
(17,14,30)
#000000
(0,0,0)

Tints of #B17CF0

#B17CF0
(177,124,240)
#B887F1
(184,135,241)
#BF92F2
(191,146,242)
#C69DF3
(198,157,243)
#CDA8F4
(205,168,244)
#D4B3F5
(212,179,245)
#DBBEF6
(219,190,246)
#E2C9F7
(226,201,247)
#E9D4F8
(233,212,248)
#F0DFF9
(240,223,249)
#F7EAFA
(247,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B17CF0 color. Also use rgb(177,124,240) instead hex code.

Text Font Color

.myTextColor { color: #B17CF0; }

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

This text font color is #B17CF0.


Background Color

.myBgColor { background-color: #B17CF0; }

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

This div background color is #B17CF0.


Border color

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

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

This div border color is #B17CF0.


Opacity

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

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

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

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

This text has shadow with #B17CF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B17CF0 on black background.


Color preview on white background

This text has color #B17CF0 on white background.



Black color preview on #B17CF0 background

This text has black color on #B17CF0 background.


White color preview on #B17CF0 background

This text has white color on #B17CF0 background.