COLOR #B375C5

HEX: #B375C5
RGB: (179,117,197)

Color info

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

RGB color model

#B375C5 color RGB value is (179,117,197).

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

RGB channels and saturation

R 179 of 255 = 70%
G 117 of 255 = 46%
B 197 of 255 = 77%

179
117
197

R + G + B ~ 64%. #B375C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 117 + 197 = 493 (100%)
R 179 of 493 ~ 36.31%
G 117 of 493 ~ 23.73%
B 197 of 493 ~ 39.96%

%36.31
%23.73
%39.96

CMYK color model

#B375C5 color CMYK value is (9,41,0,23).

  • cyan value is 9.14%
  • magenta value is 40.61%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(9,41,0,23)
C9M41Y0K23 
(9%,41%,0%,23%)
(0.09/0.41/0.00/0.23)	

CMYK percentages

%9.14
%40.61
%0
%22.75

Codes

Color #B375C5 in popluar color models

B375C5
RGB179117197
HSL287°40.82%61.57%
HSB/HSV287°40.61%77.25%
CMYK9.14%40.61%0.00%
22.75%

Color #B375C5 in popluar number systems.

HEXB375C5
Decimal179117197
Binary10110011111010111000101
Octal263165305

Shades and tints

Shades of #B375C5

#B375C5
(179,117,197)
#A36BB4
(163,107,180)
#9361A3
(147,97,163)
#835792
(131,87,146)
#734D81
(115,77,129)
#634370
(99,67,112)
#53395F
(83,57,95)
#432F4E
(67,47,78)
#33253D
(51,37,61)
#231B2C
(35,27,44)
#13111B
(19,17,27)
#000000
(0,0,0)

Tints of #B375C5

#B375C5
(179,117,197)
#B981CA
(185,129,202)
#BF8DCF
(191,141,207)
#C599D4
(197,153,212)
#CBA5D9
(203,165,217)
#D1B1DE
(209,177,222)
#D7BDE3
(215,189,227)
#DDC9E8
(221,201,232)
#E3D5ED
(227,213,237)
#E9E1F2
(233,225,242)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B375C5; }

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

This text font color is #B375C5.


Background Color

.myBgColor { background-color: #B375C5; }

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

This div background color is #B375C5.


Border color

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

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

This div border color is #B375C5.


Opacity

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

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

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

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

This text has shadow with #B375C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B375C5 on black background.


Color preview on white background

This text has color #B375C5 on white background.



Black color preview on #B375C5 background

This text has black color on #B375C5 background.


White color preview on #B375C5 background

This text has white color on #B375C5 background.