COLOR #B373C9

HEX: #B373C9
RGB: (179,115,201)

Color info

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

RGB color model

#B373C9 color RGB value is (179,115,201).

  • red value is 179;
  • green value is 115;
  • blue value is 201.
RGB:
(179,115,201)
(70%,45%,79%)

RGB channels and saturation

R 179 of 255 = 70%
G 115 of 255 = 45%
B 201 of 255 = 79%

179
115
201

R + G + B ~ 65%. #B373C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 115 + 201 = 495 (100%)
R 179 of 495 ~ 36.16%
G 115 of 495 ~ 23.23%
B 201 of 495 ~ 40.61%

%36.16
%23.23
%40.61

CMYK color model

#B373C9 color CMYK value is (11,43,0,21).

  • cyan value is 10.95%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(11,43,0,21)
C11M43Y0K21 
(11%,43%,0%,21%)
(0.11/0.43/0.00/0.21)	

CMYK percentages

%10.95
%42.79
%0
%21.18

Codes

Color #B373C9 in popluar color models

B373C9
RGB179115201
HSL285°44.33%61.96%
HSB/HSV285°42.79%78.82%
CMYK10.95%42.79%0.00%
21.18%

Color #B373C9 in popluar number systems.

HEXB373C9
Decimal179115201
Binary10110011111001111001001
Octal263163311

Shades and tints

Shades of #B373C9

#B373C9
(179,115,201)
#A369B7
(163,105,183)
#935FA5
(147,95,165)
#835593
(131,85,147)
#734B81
(115,75,129)
#63416F
(99,65,111)
#53375D
(83,55,93)
#432D4B
(67,45,75)
#332339
(51,35,57)
#231927
(35,25,39)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #B373C9

#B373C9
(179,115,201)
#B97FCD
(185,127,205)
#BF8BD1
(191,139,209)
#C597D5
(197,151,213)
#CBA3D9
(203,163,217)
#D1AFDD
(209,175,221)
#D7BBE1
(215,187,225)
#DDC7E5
(221,199,229)
#E3D3E9
(227,211,233)
#E9DFED
(233,223,237)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B373C9 color. Also use rgb(179,115,201) instead hex code.

Text Font Color

.myTextColor { color: #B373C9; }

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

This text font color is #B373C9.


Background Color

.myBgColor { background-color: #B373C9; }

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

This div background color is #B373C9.


Border color

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

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

This div border color is #B373C9.


Opacity

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

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

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

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

This text has shadow with #B373C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B373C9 on black background.


Color preview on white background

This text has color #B373C9 on white background.



Black color preview on #B373C9 background

This text has black color on #B373C9 background.


White color preview on #B373C9 background

This text has white color on #B373C9 background.