COLOR #B27FB7

HEX: #B27FB7
RGB: (178,127,183)

Color info

#B27FB7 contains red, green and blue colors in about the same proportion. Web safe color of #B27FB7 is #9966CC (or #96C).

RGB color model

#B27FB7 color RGB value is (178,127,183).

  • red value is 178;
  • green value is 127;
  • blue value is 183.
RGB:
(178,127,183)
(70%,50%,72%)

RGB channels and saturation

R 178 of 255 = 70%
G 127 of 255 = 50%
B 183 of 255 = 72%

178
127
183

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

Portions of RGB colors in percentages

R + G + B =
178 + 127 + 183 = 488 (100%)
R 178 of 488 ~ 36.48%
G 127 of 488 ~ 26.02%
B 183 of 488 ~ 37.5%

%36.48
%26.02
%37.5

CMYK color model

#B27FB7 color CMYK value is (3,31,0,28).

  • cyan value is 2.73%
  • magenta value is 30.60%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,31,0,28)
C3M31Y0K28 
(3%,31%,0%,28%)
(0.03/0.31/0.00/0.28)	

CMYK percentages

%2.73
%30.6
%0
%28.24

Codes

Color #B27FB7 in popluar color models

B27FB7
RGB178127183
HSL295°28.00%60.78%
HSB/HSV295°30.60%71.76%
CMYK2.73%30.60%0.00%
28.24%

Color #B27FB7 in popluar number systems.

HEXB27FB7
Decimal178127183
Binary10110010111111110110111
Octal262177267

Shades and tints

Shades of #B27FB7

#B27FB7
(178,127,183)
#A274A7
(162,116,167)
#926997
(146,105,151)
#825E87
(130,94,135)
#725377
(114,83,119)
#624867
(98,72,103)
#523D57
(82,61,87)
#423247
(66,50,71)
#322737
(50,39,55)
#221C27
(34,28,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #B27FB7

#B27FB7
(178,127,183)
#B98ABD
(185,138,189)
#C095C3
(192,149,195)
#C7A0C9
(199,160,201)
#CEABCF
(206,171,207)
#D5B6D5
(213,182,213)
#DCC1DB
(220,193,219)
#E3CCE1
(227,204,225)
#EAD7E7
(234,215,231)
#F1E2ED
(241,226,237)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27FB7 color. Also use rgb(178,127,183) instead hex code.

Text Font Color

.myTextColor { color: #B27FB7; }

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

This text font color is #B27FB7.


Background Color

.myBgColor { background-color: #B27FB7; }

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

This div background color is #B27FB7.


Border color

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

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

This div border color is #B27FB7.


Opacity

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

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

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

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

This text has shadow with #B27FB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27FB7 on black background.


Color preview on white background

This text has color #B27FB7 on white background.



Black color preview on #B27FB7 background

This text has black color on #B27FB7 background.


White color preview on #B27FB7 background

This text has white color on #B27FB7 background.