COLOR #B27BB7

HEX: #B27BB7
RGB: (178,123,183)

Color info

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

RGB color model

#B27BB7 color RGB value is (178,123,183).

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

RGB channels and saturation

R 178 of 255 = 70%
G 123 of 255 = 48%
B 183 of 255 = 72%

178
123
183

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

Portions of RGB colors in percentages

R + G + B =
178 + 123 + 183 = 484 (100%)
R 178 of 484 ~ 36.78%
G 123 of 484 ~ 25.41%
B 183 of 484 ~ 37.81%

%36.78
%25.41
%37.81

CMYK color model

#B27BB7 color CMYK value is (3,33,0,28).

  • cyan value is 2.73%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(3,33,0,28)
C3M33Y0K28 
(3%,33%,0%,28%)
(0.03/0.33/0.00/0.28)	

CMYK percentages

%2.73
%32.79
%0
%28.24

Codes

Color #B27BB7 in popluar color models

B27BB7
RGB178123183
HSL295°29.41%60.00%
HSB/HSV295°32.79%71.76%
CMYK2.73%32.79%0.00%
28.24%

Color #B27BB7 in popluar number systems.

HEXB27BB7
Decimal178123183
Binary10110010111101110110111
Octal262173267

Shades and tints

Shades of #B27BB7

#B27BB7
(178,123,183)
#A270A7
(162,112,167)
#926597
(146,101,151)
#825A87
(130,90,135)
#724F77
(114,79,119)
#624467
(98,68,103)
#523957
(82,57,87)
#422E47
(66,46,71)
#322337
(50,35,55)
#221827
(34,24,39)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #B27BB7

#B27BB7
(178,123,183)
#B987BD
(185,135,189)
#C093C3
(192,147,195)
#C79FC9
(199,159,201)
#CEABCF
(206,171,207)
#D5B7D5
(213,183,213)
#DCC3DB
(220,195,219)
#E3CFE1
(227,207,225)
#EADBE7
(234,219,231)
#F1E7ED
(241,231,237)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27BB7; }

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

This text font color is #B27BB7.


Background Color

.myBgColor { background-color: #B27BB7; }

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

This div background color is #B27BB7.


Border color

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

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

This div border color is #B27BB7.


Opacity

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

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

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

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

This text has shadow with #B27BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27BB7 on black background.


Color preview on white background

This text has color #B27BB7 on white background.



Black color preview on #B27BB7 background

This text has black color on #B27BB7 background.


White color preview on #B27BB7 background

This text has white color on #B27BB7 background.