COLOR #B27CD1

HEX: #B27CD1
RGB: (178,124,209)

Color info

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

RGB color model

#B27CD1 color RGB value is (178,124,209).

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

RGB channels and saturation

R 178 of 255 = 70%
G 124 of 255 = 49%
B 209 of 255 = 82%

178
124
209

R + G + B ~ 67%. #B27CD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 124 + 209 = 511 (100%)
R 178 of 511 ~ 34.83%
G 124 of 511 ~ 24.27%
B 209 of 511 ~ 40.9%

%34.83
%24.27
%40.9

CMYK color model

#B27CD1 color CMYK value is (15,41,0,18).

  • cyan value is 14.83%
  • magenta value is 40.67%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(15,41,0,18)
C15M41Y0K18 
(15%,41%,0%,18%)
(0.15/0.41/0.00/0.18)	

CMYK percentages

%14.83
%40.67
%0
%18.04

Codes

Color #B27CD1 in popluar color models

B27CD1
RGB178124209
HSL278°48.02%65.29%
HSB/HSV278°40.67%81.96%
CMYK14.83%40.67%0.00%
18.04%

Color #B27CD1 in popluar number systems.

HEXB27CD1
Decimal178124209
Binary10110010111110011010001
Octal262174321

Shades and tints

Shades of #B27CD1

#B27CD1
(178,124,209)
#A271BE
(162,113,190)
#9266AB
(146,102,171)
#825B98
(130,91,152)
#725085
(114,80,133)
#624572
(98,69,114)
#523A5F
(82,58,95)
#422F4C
(66,47,76)
#322439
(50,36,57)
#221926
(34,25,38)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B27CD1

#B27CD1
(178,124,209)
#B987D5
(185,135,213)
#C092D9
(192,146,217)
#C79DDD
(199,157,221)
#CEA8E1
(206,168,225)
#D5B3E5
(213,179,229)
#DCBEE9
(220,190,233)
#E3C9ED
(227,201,237)
#EAD4F1
(234,212,241)
#F1DFF5
(241,223,245)
#F8EAF9
(248,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27CD1; }

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

This text font color is #B27CD1.


Background Color

.myBgColor { background-color: #B27CD1; }

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

This div background color is #B27CD1.


Border color

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

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

This div border color is #B27CD1.


Opacity

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

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

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

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

This text has shadow with #B27CD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B27CD1 on black background.


Color preview on white background

This text has color #B27CD1 on white background.



Black color preview on #B27CD1 background

This text has black color on #B27CD1 background.


White color preview on #B27CD1 background

This text has white color on #B27CD1 background.