COLOR #B383C6

HEX: #B383C6
RGB: (179,131,198)

Color info

#B383C6 contains mainly red and blue colors. Web safe color of #B383C6 is #9999CC (or #99C).

RGB color model

#B383C6 color RGB value is (179,131,198).

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

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 198 of 255 = 78%

179
131
198

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

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 198 = 508 (100%)
R 179 of 508 ~ 35.24%
G 131 of 508 ~ 25.79%
B 198 of 508 ~ 38.98%

%35.24
%25.79
%38.98

CMYK color model

#B383C6 color CMYK value is (10,34,0,22).

  • cyan value is 9.60%
  • magenta value is 33.84%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(10,34,0,22)
C10M34Y0K22 
(10%,34%,0%,22%)
(0.10/0.34/0.00/0.22)	

CMYK percentages

%9.6
%33.84
%0
%22.35

Codes

Color #B383C6 in popluar color models

B383C6
RGB179131198
HSL283°37.02%64.51%
HSB/HSV283°33.84%77.65%
CMYK9.60%33.84%0.00%
22.35%

Color #B383C6 in popluar number systems.

HEXB383C6
Decimal179131198
Binary101100111000001111000110
Octal263203306

Shades and tints

Shades of #B383C6

#B383C6
(179,131,198)
#A378B4
(163,120,180)
#936DA2
(147,109,162)
#836290
(131,98,144)
#73577E
(115,87,126)
#634C6C
(99,76,108)
#53415A
(83,65,90)
#433648
(67,54,72)
#332B36
(51,43,54)
#232024
(35,32,36)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B383C6

#B383C6
(179,131,198)
#B98ECB
(185,142,203)
#BF99D0
(191,153,208)
#C5A4D5
(197,164,213)
#CBAFDA
(203,175,218)
#D1BADF
(209,186,223)
#D7C5E4
(215,197,228)
#DDD0E9
(221,208,233)
#E3DBEE
(227,219,238)
#E9E6F3
(233,230,243)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B383C6; }

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

This text font color is #B383C6.


Background Color

.myBgColor { background-color: #B383C6; }

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

This div background color is #B383C6.


Border color

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

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

This div border color is #B383C6.


Opacity

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

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

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

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

This text has shadow with #B383C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B383C6 on black background.


Color preview on white background

This text has color #B383C6 on white background.



Black color preview on #B383C6 background

This text has black color on #B383C6 background.


White color preview on #B383C6 background

This text has white color on #B383C6 background.