COLOR #B27DCB

HEX: #B27DCB RGB: (178,125,203)

Color info

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

RGB color model

#B27DCB color RGB value is (178,125,203).

RGB: (178,125,203) (70%, 49%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 125 of 255 = 49%
B 203 of 255 = 80%

178
125
203

R + G + B ~ 66%. #B27DCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 125 + 203 = 506 (100%)
R 178 of 506 ~ 35.18%
G 125 of 506 ~ 24.7%
B 203 of 506 ~ 40.12'%

%35.18
%24.7
%40.12

CMYK color model

#B27DCB color CMYK value is (12,38,0,20).

  • cyan value is 12.32%
  • magenta value is 38.42%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (12,38,0,20)
C12M38Y0K20 (12%, 38%, 0%, 20%)
(0.12 / 0.38 / 0.00 / 0.20)

CMYK percentages

%12.32
%38.42
%0
%20.39

Codes

Color #B27DCB in popluar color models

B2 7D CB
RGB 178 125 203
HSL 281° 42.86% 64.31%
HSB/HSV 281° 38.42% 79.61%
CMYK 12.32% 38.42% 0.00%
20.39%

Color #B27DCB in popluar number systems.

HEX B2 7D CB
Decimal 178 125 203
Binary 10110010 1111101 11001011
Octal 262 175 313

Shades and tints

Shades of #B27DCB

#B27DCB
(178,125,203)
#A272B9
(162,114,185)
#9267A7
(146,103,167)
#825C95
(130,92,149)
#725183
(114,81,131)
#624671
(98,70,113)
#523B5F
(82,59,95)
#42304D
(66,48,77)
#32253B
(50,37,59)
#221A29
(34,26,41)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #B27DCB

#B27DCB
(178,125,203)
#B988CF
(185,136,207)
#C093D3
(192,147,211)
#C79ED7
(199,158,215)
#CEA9DB
(206,169,219)
#D5B4DF
(213,180,223)
#DCBFE3
(220,191,227)
#E3CAE7
(227,202,231)
#EAD5EB
(234,213,235)
#F1E0EF
(241,224,239)
#F8EBF3
(248,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B27DCB color. Also use rgb(178,125,203) instead hex code.

Text Font Color

.myTextColor { color: #B27DCB; }

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

This text font color is #B27DCB.

Background Color

.myBgColor { background-color: #B27DCB; }

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

This div background color is #B27DCB.

Border color

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

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

This div border color is #B27DCB.

Opacity

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

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

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

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

This text has shadow with #B27DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B27DCB.

Preview

Color preview on black background

This text has color #B27DCB on black background.


Color preview on white background

This text has color #B27DCB on white background.


Black color preview on #B27DCB background

This text has black color on #B27DCB background.


White color preview on #B27DCB background

This text has white color on #B27DCB background.


Related colors

Complementary color

Complementary color for #hex is #4D8234.


I love getcolorcode.com

Triadic colors

1 #CBB27D and #7DCBB2 with #B27DCB are triadic colors.

2 #CB7DB2 and #7DB2CB with #B27DCB are triadic colors.