COLOR #B383C1

HEX: #B383C1
RGB: (179,131,193)

Color info

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

RGB color model

#B383C1 color RGB value is (179,131,193).

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

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 193 of 255 = 76%

179
131
193

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

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 193 = 503 (100%)
R 179 of 503 ~ 35.59%
G 131 of 503 ~ 26.04%
B 193 of 503 ~ 38.37%

%35.59
%26.04
%38.37

CMYK color model

#B383C1 color CMYK value is (7,32,0,24).

  • cyan value is 7.25%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(7,32,0,24)
C7M32Y0K24 
(7%,32%,0%,24%)
(0.07/0.32/0.00/0.24)	

CMYK percentages

%7.25
%32.12
%0
%24.31

Codes

Color #B383C1 in popluar color models

B383C1
RGB179131193
HSL286°33.33%63.53%
HSB/HSV286°32.12%75.69%
CMYK7.25%32.12%0.00%
24.31%

Color #B383C1 in popluar number systems.

HEXB383C1
Decimal179131193
Binary101100111000001111000001
Octal263203301

Shades and tints

Shades of #B383C1

#B383C1
(179,131,193)
#A378B0
(163,120,176)
#936D9F
(147,109,159)
#83628E
(131,98,142)
#73577D
(115,87,125)
#634C6C
(99,76,108)
#53415B
(83,65,91)
#43364A
(67,54,74)
#332B39
(51,43,57)
#232028
(35,32,40)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #B383C1

#B383C1
(179,131,193)
#B98EC6
(185,142,198)
#BF99CB
(191,153,203)
#C5A4D0
(197,164,208)
#CBAFD5
(203,175,213)
#D1BADA
(209,186,218)
#D7C5DF
(215,197,223)
#DDD0E4
(221,208,228)
#E3DBE9
(227,219,233)
#E9E6EE
(233,230,238)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B383C1; }

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

This text font color is #B383C1.


Background Color

.myBgColor { background-color: #B383C1; }

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

This div background color is #B383C1.


Border color

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

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

This div border color is #B383C1.


Opacity

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

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

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

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

This text has shadow with #B383C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B383C1 on black background.


Color preview on white background

This text has color #B383C1 on white background.



Black color preview on #B383C1 background

This text has black color on #B383C1 background.


White color preview on #B383C1 background

This text has white color on #B383C1 background.