COLOR #B375C6

HEX: #B375C6
RGB: (179,117,198)

Color info

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

RGB color model

#B375C6 color RGB value is (179,117,198).

  • red value is 179;
  • green value is 117;
  • blue value is 198.
RGB:
(179,117,198)
(70%,46%,78%)

RGB channels and saturation

R 179 of 255 = 70%
G 117 of 255 = 46%
B 198 of 255 = 78%

179
117
198

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

Portions of RGB colors in percentages

R + G + B =
179 + 117 + 198 = 494 (100%)
R 179 of 494 ~ 36.23%
G 117 of 494 ~ 23.68%
B 198 of 494 ~ 40.08%

%36.23
%23.68
%40.08

CMYK color model

#B375C6 color CMYK value is (10,41,0,22).

  • cyan value is 9.60%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,41,0,22)
C10M41Y0K22 
(10%,41%,0%,22%)
(0.10/0.41/0.00/0.22)	

CMYK percentages

%9.6
%40.91
%0
%22.35

Codes

Color #B375C6 in popluar color models

B375C6
RGB179117198
HSL286°41.54%61.76%
HSB/HSV286°40.91%77.65%
CMYK9.60%40.91%0.00%
22.35%

Color #B375C6 in popluar number systems.

HEXB375C6
Decimal179117198
Binary10110011111010111000110
Octal263165306

Shades and tints

Shades of #B375C6

#B375C6
(179,117,198)
#A36BB4
(163,107,180)
#9361A2
(147,97,162)
#835790
(131,87,144)
#734D7E
(115,77,126)
#63436C
(99,67,108)
#53395A
(83,57,90)
#432F48
(67,47,72)
#332536
(51,37,54)
#231B24
(35,27,36)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #B375C6

#B375C6
(179,117,198)
#B981CB
(185,129,203)
#BF8DD0
(191,141,208)
#C599D5
(197,153,213)
#CBA5DA
(203,165,218)
#D1B1DF
(209,177,223)
#D7BDE4
(215,189,228)
#DDC9E9
(221,201,233)
#E3D5EE
(227,213,238)
#E9E1F3
(233,225,243)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B375C6 color. Also use rgb(179,117,198) instead hex code.

Text Font Color

.myTextColor { color: #B375C6; }

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

This text font color is #B375C6.


Background Color

.myBgColor { background-color: #B375C6; }

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

This div background color is #B375C6.


Border color

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

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

This div border color is #B375C6.


Opacity

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

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

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

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

This text has shadow with #B375C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B375C6 on black background.


Color preview on white background

This text has color #B375C6 on white background.



Black color preview on #B375C6 background

This text has black color on #B375C6 background.


White color preview on #B375C6 background

This text has white color on #B375C6 background.