COLOR #B383BC

HEX: #B383BC
RGB: (179,131,188)

Color info

#B383BC contains red, green and blue colors in about the same proportion. Web safe color of #B383BC is #9999CC (or #99C).

RGB color model

#B383BC color RGB value is (179,131,188).

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

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 188 of 255 = 74%

179
131
188

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

Portions of RGB colors in percentages

R + G + B =
179 + 131 + 188 = 498 (100%)
R 179 of 498 ~ 35.94%
G 131 of 498 ~ 26.31%
B 188 of 498 ~ 37.75%

%35.94
%26.31
%37.75

CMYK color model

#B383BC color CMYK value is (5,30,0,26).

  • cyan value is 4.79%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(5,30,0,26)
C5M30Y0K26 
(5%,30%,0%,26%)
(0.05/0.30/0.00/0.26)	

CMYK percentages

%4.79
%30.32
%0
%26.27

Codes

Color #B383BC in popluar color models

B383BC
RGB179131188
HSL291°29.84%62.55%
HSB/HSV291°30.32%73.73%
CMYK4.79%30.32%0.00%
26.27%

Color #B383BC in popluar number systems.

HEXB383BC
Decimal179131188
Binary101100111000001110111100
Octal263203274

Shades and tints

Shades of #B383BC

#B383BC
(179,131,188)
#A378AB
(163,120,171)
#936D9A
(147,109,154)
#836289
(131,98,137)
#735778
(115,87,120)
#634C67
(99,76,103)
#534156
(83,65,86)
#433645
(67,54,69)
#332B34
(51,43,52)
#232023
(35,32,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B383BC

#B383BC
(179,131,188)
#B98EC2
(185,142,194)
#BF99C8
(191,153,200)
#C5A4CE
(197,164,206)
#CBAFD4
(203,175,212)
#D1BADA
(209,186,218)
#D7C5E0
(215,197,224)
#DDD0E6
(221,208,230)
#E3DBEC
(227,219,236)
#E9E6F2
(233,230,242)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B383BC; }

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

This text font color is #B383BC.


Background Color

.myBgColor { background-color: #B383BC; }

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

This div background color is #B383BC.


Border color

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

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

This div border color is #B383BC.


Opacity

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

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

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

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

This text has shadow with #B383BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B383BC on black background.


Color preview on white background

This text has color #B383BC on white background.



Black color preview on #B383BC background

This text has black color on #B383BC background.


White color preview on #B383BC background

This text has white color on #B383BC background.