COLOR #B372AE

HEX: #B372AE
RGB: (179,114,174)

Color info

#B372AE contains mainly red and blue colors. Web safe color of #B372AE is #996699 (or #969).

RGB color model

#B372AE color RGB value is (179,114,174).

  • red value is 179;
  • green value is 114;
  • blue value is 174.
RGB:
(179,114,174)
(70%,45%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 114 of 255 = 45%
B 174 of 255 = 68%

179
114
174

R + G + B ~ 61%. #B372AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 114 + 174 = 467 (100%)
R 179 of 467 ~ 38.33%
G 114 of 467 ~ 24.41%
B 174 of 467 ~ 37.26%

%38.33
%24.41
%37.26

CMYK color model

#B372AE color CMYK value is (0,36,3,30).

  • cyan value is 0.00%
  • magenta value is 36.31%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,36,3,30)
C0M36Y3K30 
(0%,36%,3%,30%)
(0.00/0.36/0.03/0.30)	

CMYK percentages

%0
%36.31
%2.79
%29.8

Codes

Color #B372AE in popluar color models

B372AE
RGB179114174
HSL305°29.95%57.45%
HSB/HSV305°36.31%70.20%
CMYK0.00%36.31%2.79%
29.80%

Color #B372AE in popluar number systems.

HEXB372AE
Decimal179114174
Binary10110011111001010101110
Octal263162256

Shades and tints

Shades of #B372AE

#B372AE
(179,114,174)
#A3689F
(163,104,159)
#935E90
(147,94,144)
#835481
(131,84,129)
#734A72
(115,74,114)
#634063
(99,64,99)
#533654
(83,54,84)
#432C45
(67,44,69)
#332236
(51,34,54)
#231827
(35,24,39)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #B372AE

#B372AE
(179,114,174)
#B97EB5
(185,126,181)
#BF8ABC
(191,138,188)
#C596C3
(197,150,195)
#CBA2CA
(203,162,202)
#D1AED1
(209,174,209)
#D7BAD8
(215,186,216)
#DDC6DF
(221,198,223)
#E3D2E6
(227,210,230)
#E9DEED
(233,222,237)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B372AE; }

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

This text font color is #B372AE.


Background Color

.myBgColor { background-color: #B372AE; }

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

This div background color is #B372AE.


Border color

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

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

This div border color is #B372AE.


Opacity

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

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

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

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

This text has shadow with #B372AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B372AE on black background.


Color preview on white background

This text has color #B372AE on white background.



Black color preview on #B372AE background

This text has black color on #B372AE background.


White color preview on #B372AE background

This text has white color on #B372AE background.