COLOR #B07FB1

HEX: #B07FB1
RGB: (176,127,177)

Color info

#B07FB1 contains red, green and blue colors in about the same proportion. Web safe color of #B07FB1 is #996699 (or #969).

RGB color model

#B07FB1 color RGB value is (176,127,177).

  • red value is 176;
  • green value is 127;
  • blue value is 177.
RGB:
(176,127,177)
(69%,50%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 127 of 255 = 50%
B 177 of 255 = 69%

176
127
177

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

Portions of RGB colors in percentages

R + G + B =
176 + 127 + 177 = 480 (100%)
R 176 of 480 ~ 36.67%
G 127 of 480 ~ 26.46%
B 177 of 480 ~ 36.88%

%36.67
%26.46
%36.88

CMYK color model

#B07FB1 color CMYK value is (1,28,0,31).

  • cyan value is 0.56%
  • magenta value is 28.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(1,28,0,31)
C1M28Y0K31 
(1%,28%,0%,31%)
(0.01/0.28/0.00/0.31)	

CMYK percentages

%0.56
%28.25
%0
%30.59

Codes

Color #B07FB1 in popluar color models

B07FB1
RGB176127177
HSL299°24.27%59.61%
HSB/HSV299°28.25%69.41%
CMYK0.56%28.25%0.00%
30.59%

Color #B07FB1 in popluar number systems.

HEXB07FB1
Decimal176127177
Binary10110000111111110110001
Octal260177261

Shades and tints

Shades of #B07FB1

#B07FB1
(176,127,177)
#A074A1
(160,116,161)
#906991
(144,105,145)
#805E81
(128,94,129)
#705371
(112,83,113)
#604861
(96,72,97)
#503D51
(80,61,81)
#403241
(64,50,65)
#302731
(48,39,49)
#201C21
(32,28,33)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #B07FB1

#B07FB1
(176,127,177)
#B78AB8
(183,138,184)
#BE95BF
(190,149,191)
#C5A0C6
(197,160,198)
#CCABCD
(204,171,205)
#D3B6D4
(211,182,212)
#DAC1DB
(218,193,219)
#E1CCE2
(225,204,226)
#E8D7E9
(232,215,233)
#EFE2F0
(239,226,240)
#F6EDF7
(246,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07FB1 color. Also use rgb(176,127,177) instead hex code.

Text Font Color

.myTextColor { color: #B07FB1; }

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

This text font color is #B07FB1.


Background Color

.myBgColor { background-color: #B07FB1; }

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

This div background color is #B07FB1.


Border color

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

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

This div border color is #B07FB1.


Opacity

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

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

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

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

This text has shadow with #B07FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B07FB1 on black background.


Color preview on white background

This text has color #B07FB1 on white background.



Black color preview on #B07FB1 background

This text has black color on #B07FB1 background.


White color preview on #B07FB1 background

This text has white color on #B07FB1 background.