COLOR #B372D7

HEX: #B372D7 RGB: (179,114,215)

Color info

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

RGB color model

#B372D7 color RGB value is (179,114,215).

RGB: (179,114,215) (70%, 45%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 114 of 255 = 45%
B 215 of 255 = 84%

179
114
215

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

Portions of RGB colors in percentages

R + G + B = 179 + 114 + 215 = 508 (100%)
R 179 of 508 ~ 35.24%
G 114 of 508 ~ 22.44%
B 215 of 508 ~ 42.32'%

%35.24
%22.44
%42.32

CMYK color model

#B372D7 color CMYK value is (17,47,0,16).

  • cyan value is 16.74%
  • magenta value is 46.98%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (17,47,0,16)
C17M47Y0K16 (17%, 47%, 0%, 16%)
(0.17 / 0.47 / 0.00 / 0.16)

CMYK percentages

%16.74
%46.98
%0
%15.69

Codes

Color #B372D7 in popluar color models

B3 72 D7
RGB 179 114 215
HSL 279° 55.80% 64.51%
HSB/HSV 279° 46.98% 84.31%
CMYK 16.74% 46.98% 0.00%
15.69%

Color #B372D7 in popluar number systems.

HEX B3 72 D7
Decimal 179 114 215
Binary 10110011 1110010 11010111
Octal 263 162 327

Shades and tints

Shades of #B372D7

#B372D7
(179,114,215)
#A368C4
(163,104,196)
#935EB1
(147,94,177)
#83549E
(131,84,158)
#734A8B
(115,74,139)
#634078
(99,64,120)
#533665
(83,54,101)
#432C52
(67,44,82)
#33223F
(51,34,63)
#23182C
(35,24,44)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #B372D7

#B372D7
(179,114,215)
#B97EDA
(185,126,218)
#BF8ADD
(191,138,221)
#C596E0
(197,150,224)
#CBA2E3
(203,162,227)
#D1AEE6
(209,174,230)
#D7BAE9
(215,186,233)
#DDC6EC
(221,198,236)
#E3D2EF
(227,210,239)
#E9DEF2
(233,222,242)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B372D7 color. Also use rgb(179,114,215) instead hex code.

Text Font Color

.myTextColor { color: #B372D7; }

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

This text font color is #B372D7.

Background Color

.myBgColor { background-color: #B372D7; }

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

This div background color is #B372D7.

Border color

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

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

This div border color is #B372D7.

Opacity

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

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

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

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

This text has shadow with #B372D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B372D7.

Preview

Color preview on black background

This text has color #B372D7 on black background.


Color preview on white background

This text has color #B372D7 on white background.


Black color preview on #B372D7 background

This text has black color on #B372D7 background.


White color preview on #B372D7 background

This text has white color on #B372D7 background.


Related colors

Complementary color

Complementary color for #hex is #4C8D28.


I love getcolorcode.com

Triadic colors

1 #D7B372 and #72D7B3 with #B372D7 are triadic colors.

2 #D772B3 and #72B3D7 with #B372D7 are triadic colors.