COLOR #B27DB9

HEX: #B27DB9 RGB: (178,125,185)

Color info

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

RGB color model

#B27DB9 color RGB value is (178,125,185).

RGB: (178,125,185) (70%, 49%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 125 of 255 = 49%
B 185 of 255 = 73%

178
125
185

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

Portions of RGB colors in percentages

R + G + B = 178 + 125 + 185 = 488 (100%)
R 178 of 488 ~ 36.48%
G 125 of 488 ~ 25.61%
B 185 of 488 ~ 37.91'%

%36.48
%25.61
%37.91

CMYK color model

#B27DB9 color CMYK value is (4,32,0,27).

  • cyan value is 3.78%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (4,32,0,27)
C4M32Y0K27 (4%, 32%, 0%, 27%)
(0.04 / 0.32 / 0.00 / 0.27)

CMYK percentages

%3.78
%32.43
%0
%27.45

Codes

Color #B27DB9 in popluar color models

B2 7D B9
RGB 178 125 185
HSL 293° 30.00% 60.78%
HSB/HSV 293° 32.43% 72.55%
CMYK 3.78% 32.43% 0.00%
27.45%

Color #B27DB9 in popluar number systems.

HEX B2 7D B9
Decimal 178 125 185
Binary 10110010 1111101 10111001
Octal 262 175 271

Shades and tints

Shades of #B27DB9

#B27DB9
(178,125,185)
#A272A9
(162,114,169)
#926799
(146,103,153)
#825C89
(130,92,137)
#725179
(114,81,121)
#624669
(98,70,105)
#523B59
(82,59,89)
#423049
(66,48,73)
#322539
(50,37,57)
#221A29
(34,26,41)
#120F19
(18,15,25)
#000000
(0,0,0)

Tints of #B27DB9

#B27DB9
(178,125,185)
#B988BF
(185,136,191)
#C093C5
(192,147,197)
#C79ECB
(199,158,203)
#CEA9D1
(206,169,209)
#D5B4D7
(213,180,215)
#DCBFDD
(220,191,221)
#E3CAE3
(227,202,227)
#EAD5E9
(234,213,233)
#F1E0EF
(241,224,239)
#F8EBF5
(248,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B27DB9; }

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

This text font color is #B27DB9.

Background Color

.myBgColor { background-color: #B27DB9; }

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

This div background color is #B27DB9.

Border color

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

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

This div border color is #B27DB9.

Opacity

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

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

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

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

This text has shadow with #B27DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B27DB9.

Preview

Color preview on black background

This text has color #B27DB9 on black background.


Color preview on white background

This text has color #B27DB9 on white background.


Black color preview on #B27DB9 background

This text has black color on #B27DB9 background.


White color preview on #B27DB9 background

This text has white color on #B27DB9 background.


Related colors

Complementary color

Complementary color for #hex is #4D8246.


I love getcolorcode.com

Triadic colors

1 #B9B27D and #7DB9B2 with #B27DB9 are triadic colors.

2 #B97DB2 and #7DB2B9 with #B27DB9 are triadic colors.