COLOR #B383C5

HEX: #B383C5 RGB: (179,131,197)

Color info

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

RGB color model

#B383C5 color RGB value is (179,131,197).

RGB: (179,131,197) (70%, 51%, 77%)

RGB channels and saturation

R 179 of 255 = 70%
G 131 of 255 = 51%
B 197 of 255 = 77%

179
131
197

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

Portions of RGB colors in percentages

R + G + B = 179 + 131 + 197 = 507 (100%)
R 179 of 507 ~ 35.31%
G 131 of 507 ~ 25.84%
B 197 of 507 ~ 38.86'%

%35.31
%25.84
%38.86

CMYK color model

#B383C5 color CMYK value is (9,34,0,23).

  • cyan value is 9.14%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (9,34,0,23)
C9M34Y0K23 (9%, 34%, 0%, 23%)
(0.09 / 0.34 / 0.00 / 0.23)

CMYK percentages

%9.14
%33.5
%0
%22.75

Codes

Color #B383C5 in popluar color models

B3 83 C5
RGB 179 131 197
HSL 284° 36.26% 64.31%
HSB/HSV 284° 33.50% 77.25%
CMYK 9.14% 33.50% 0.00%
22.75%

Color #B383C5 in popluar number systems.

HEX B3 83 C5
Decimal 179 131 197
Binary 10110011 10000011 11000101
Octal 263 203 305

Shades and tints

Shades of #B383C5

#B383C5
(179,131,197)
#A378B4
(163,120,180)
#936DA3
(147,109,163)
#836292
(131,98,146)
#735781
(115,87,129)
#634C70
(99,76,112)
#53415F
(83,65,95)
#43364E
(67,54,78)
#332B3D
(51,43,61)
#23202C
(35,32,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #B383C5

#B383C5
(179,131,197)
#B98ECA
(185,142,202)
#BF99CF
(191,153,207)
#C5A4D4
(197,164,212)
#CBAFD9
(203,175,217)
#D1BADE
(209,186,222)
#D7C5E3
(215,197,227)
#DDD0E8
(221,208,232)
#E3DBED
(227,219,237)
#E9E6F2
(233,230,242)
#EFF1F7
(239,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B383C5; }

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

This text font color is #B383C5.

Background Color

.myBgColor { background-color: #B383C5; }

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

This div background color is #B383C5.

Border color

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

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

This div border color is #B383C5.

Opacity

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

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

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

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

This text has shadow with #B383C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B383C5.

Preview

Color preview on black background

This text has color #B383C5 on black background.


Color preview on white background

This text has color #B383C5 on white background.


Black color preview on #B383C5 background

This text has black color on #B383C5 background.


White color preview on #B383C5 background

This text has white color on #B383C5 background.


Related colors

Complementary color

Complementary color for #hex is #4C7C3A.


I love getcolorcode.com

Triadic colors

1 #C5B383 and #83C5B3 with #B383C5 are triadic colors.

2 #C583B3 and #83B3C5 with #B383C5 are triadic colors.