COLOR #B15FC7

HEX: #B15FC7 RGB: (177,95,199)

Color info

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

RGB color model

#B15FC7 color RGB value is (177,95,199).

RGB: (177,95,199) (69%, 37%, 78%)

RGB channels and saturation

R 177 of 255 = 69%
G 95 of 255 = 37%
B 199 of 255 = 78%

177
95
199

R + G + B ~ 61%. #B15FC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 95 + 199 = 471 (100%)
R 177 of 471 ~ 37.58%
G 95 of 471 ~ 20.17%
B 199 of 471 ~ 42.25'%

%37.58
%20.17
%42.25

CMYK color model

#B15FC7 color CMYK value is (11,52,0,22).

  • cyan value is 11.06%
  • magenta value is 52.26%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (11,52,0,22)
C11M52Y0K22 (11%, 52%, 0%, 22%)
(0.11 / 0.52 / 0.00 / 0.22)

CMYK percentages

%11.06
%52.26
%0
%21.96

Codes

Color #B15FC7 in popluar color models

B1 5F C7
RGB 177 95 199
HSL 287° 48.15% 57.65%
HSB/HSV 287° 52.26% 78.04%
CMYK 11.06% 52.26% 0.00%
21.96%

Color #B15FC7 in popluar number systems.

HEX B1 5F C7
Decimal 177 95 199
Binary 10110001 1011111 11000111
Octal 261 137 307

Shades and tints

Shades of #B15FC7

#B15FC7
(177,95,199)
#A157B5
(161,87,181)
#914FA3
(145,79,163)
#814791
(129,71,145)
#713F7F
(113,63,127)
#61376D
(97,55,109)
#512F5B
(81,47,91)
#412749
(65,39,73)
#311F37
(49,31,55)
#211725
(33,23,37)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #B15FC7

#B15FC7
(177,95,199)
#B86DCC
(184,109,204)
#BF7BD1
(191,123,209)
#C689D6
(198,137,214)
#CD97DB
(205,151,219)
#D4A5E0
(212,165,224)
#DBB3E5
(219,179,229)
#E2C1EA
(226,193,234)
#E9CFEF
(233,207,239)
#F0DDF4
(240,221,244)
#F7EBF9
(247,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B15FC7 color. Also use rgb(177,95,199) instead hex code.

Text Font Color

.myTextColor { color: #B15FC7; }

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

This text font color is #B15FC7.

Background Color

.myBgColor { background-color: #B15FC7; }

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

This div background color is #B15FC7.

Border color

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

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

This div border color is #B15FC7.

Opacity

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

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

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

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

This text has shadow with #B15FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B15FC7.

Preview

Color preview on black background

This text has color #B15FC7 on black background.


Color preview on white background

This text has color #B15FC7 on white background.


Black color preview on #B15FC7 background

This text has black color on #B15FC7 background.


White color preview on #B15FC7 background

This text has white color on #B15FC7 background.


Related colors

Complementary color

Complementary color for #hex is #4EA038.


I love getcolorcode.com

Triadic colors

1 #C7B15F and #5FC7B1 with #B15FC7 are triadic colors.

2 #C75FB1 and #5FB1C7 with #B15FC7 are triadic colors.