COLOR #B37DD8

HEX: #B37DD8 RGB: (179,125,216)

Color info

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

RGB color model

#B37DD8 color RGB value is (179,125,216).

RGB: (179,125,216) (70%, 49%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 125 of 255 = 49%
B 216 of 255 = 85%

179
125
216

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

Portions of RGB colors in percentages

R + G + B = 179 + 125 + 216 = 520 (100%)
R 179 of 520 ~ 34.42%
G 125 of 520 ~ 24.04%
B 216 of 520 ~ 41.54'%

%34.42
%24.04
%41.54

CMYK color model

#B37DD8 color CMYK value is (17,42,0,15).

  • cyan value is 17.13%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (17,42,0,15) C17M42Y0K15 (17%,42%,0%,15%) (0.17/0.42/0.00/0.15) 

CMYK percentages

%17.13
%42.13
%0
%15.29

Codes

Color #B37DD8 in popluar color models

B3 7D D8
RGB 179 125 216
HSL 276° 53.85% 66.86%
HSB/HSV 276° 42.13% 84.71%
CMYK 17.13% 42.13% 0.00%
15.29%

Color #B37DD8 in popluar number systems.

HEX B3 7D D8
Decimal 179 125 216
Binary 10110011 1111101 11011000
Octal 263 175 330

Shades and tints

Shades of #B37DD8

#B37DD8
(179,125,216)
#A372C5
(163,114,197)
#9367B2
(147,103,178)
#835C9F
(131,92,159)
#73518C
(115,81,140)
#634679
(99,70,121)
#533B66
(83,59,102)
#433053
(67,48,83)
#332540
(51,37,64)
#231A2D
(35,26,45)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #B37DD8

#B37DD8
(179,125,216)
#B988DB
(185,136,219)
#BF93DE
(191,147,222)
#C59EE1
(197,158,225)
#CBA9E4
(203,169,228)
#D1B4E7
(209,180,231)
#D7BFEA
(215,191,234)
#DDCAED
(221,202,237)
#E3D5F0
(227,213,240)
#E9E0F3
(233,224,243)
#EFEBF6
(239,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B37DD8 color. Also use rgb(179,125,216) instead hex code.

Text Font Color

.myTextColor { color: #B37DD8; }

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

This text font color is #B37DD8.

Background Color

.myBgColor { background-color: #B37DD8; }

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

This div background color is #B37DD8.

Border color

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

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

This div border color is #B37DD8.

Opacity

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

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

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

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

This text has shadow with #B37DD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B37DD8.

Preview

Color preview on black background

This text has color #B37DD8 on black background.


Color preview on white background

This text has color #B37DD8 on white background.


Black color preview on #B37DD8 background

This text has black color on #B37DD8 background.


White color preview on #B37DD8 background

This text has white color on #B37DD8 background.


Related colors

Complementary color

Complementary color for #hex is #4C8227.


I love getcolorcode.com

Triadic colors

1 #D8B37D and #7DD8B3 with #B37DD8 are triadic colors.

2 #D87DB3 and #7DB3D8 with #B37DD8 are triadic colors.