COLOR #B27CD6

HEX: #B27CD6
RGB: (178,124,214)

Color info

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

RGB color model

#B27CD6 color RGB value is (178,124,214).

  • red value is 178;
  • green value is 124;
  • blue value is 214.
RGB:
(178,124,214)
(70%,49%,84%)

RGB channels and saturation

R 178 of 255 = 70%
G 124 of 255 = 49%
B 214 of 255 = 84%

178
124
214

R + G + B ~ 68%. #B27CD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 124 + 214 = 516 (100%)
R 178 of 516 ~ 34.5%
G 124 of 516 ~ 24.03%
B 214 of 516 ~ 41.47%

%34.5
%24.03
%41.47

CMYK color model

#B27CD6 color CMYK value is (17,42,0,16).

  • cyan value is 16.82%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(17,42,0,16)
C17M42Y0K16 
(17%,42%,0%,16%)
(0.17/0.42/0.00/0.16)	

CMYK percentages

%16.82
%42.06
%0
%16.08

Codes

Color #B27CD6 in popluar color models

B27CD6
RGB178124214
HSL276°52.33%66.27%
HSB/HSV276°42.06%83.92%
CMYK16.82%42.06%0.00%
16.08%

Color #B27CD6 in popluar number systems.

HEXB27CD6
Decimal178124214
Binary10110010111110011010110
Octal262174326

Shades and tints

Shades of #B27CD6

#B27CD6
(178,124,214)
#A271C3
(162,113,195)
#9266B0
(146,102,176)
#825B9D
(130,91,157)
#72508A
(114,80,138)
#624577
(98,69,119)
#523A64
(82,58,100)
#422F51
(66,47,81)
#32243E
(50,36,62)
#22192B
(34,25,43)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #B27CD6

#B27CD6
(178,124,214)
#B987D9
(185,135,217)
#C092DC
(192,146,220)
#C79DDF
(199,157,223)
#CEA8E2
(206,168,226)
#D5B3E5
(213,179,229)
#DCBEE8
(220,190,232)
#E3C9EB
(227,201,235)
#EAD4EE
(234,212,238)
#F1DFF1
(241,223,241)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27CD6 color. Also use rgb(178,124,214) instead hex code.

Text Font Color

.myTextColor { color: #B27CD6; }

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

This text font color is #B27CD6.


Background Color

.myBgColor { background-color: #B27CD6; }

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

This div background color is #B27CD6.


Border color

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

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

This div border color is #B27CD6.


Opacity

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

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

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

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

This text has shadow with #B27CD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27CD6 on black background.


Color preview on white background

This text has color #B27CD6 on white background.



Black color preview on #B27CD6 background

This text has black color on #B27CD6 background.


White color preview on #B27CD6 background

This text has white color on #B27CD6 background.