COLOR #B381CC

HEX: #B381CC
RGB: (179,129,204)

Color info

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

RGB color model

#B381CC color RGB value is (179,129,204).

  • red value is 179;
  • green value is 129;
  • blue value is 204.
RGB:
(179,129,204)
(70%,51%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 129 of 255 = 51%
B 204 of 255 = 80%

179
129
204

R + G + B ~ 67%. #B381CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 129 + 204 = 512 (100%)
R 179 of 512 ~ 34.96%
G 129 of 512 ~ 25.2%
B 204 of 512 ~ 39.84%

%34.96
%25.2
%39.84

CMYK color model

#B381CC color CMYK value is (12,37,0,20).

  • cyan value is 12.25%
  • magenta value is 36.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(12,37,0,20)
C12M37Y0K20 
(12%,37%,0%,20%)
(0.12/0.37/0.00/0.20)	

CMYK percentages

%12.25
%36.76
%0
%20

Codes

Color #B381CC in popluar color models

B381CC
RGB179129204
HSL280°42.37%65.29%
HSB/HSV280°36.76%80.00%
CMYK12.25%36.76%0.00%
20.00%

Color #B381CC in popluar number systems.

HEXB381CC
Decimal179129204
Binary101100111000000111001100
Octal263201314

Shades and tints

Shades of #B381CC

#B381CC
(179,129,204)
#A376BA
(163,118,186)
#936BA8
(147,107,168)
#836096
(131,96,150)
#735584
(115,85,132)
#634A72
(99,74,114)
#533F60
(83,63,96)
#43344E
(67,52,78)
#33293C
(51,41,60)
#231E2A
(35,30,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #B381CC

#B381CC
(179,129,204)
#B98CD0
(185,140,208)
#BF97D4
(191,151,212)
#C5A2D8
(197,162,216)
#CBADDC
(203,173,220)
#D1B8E0
(209,184,224)
#D7C3E4
(215,195,228)
#DDCEE8
(221,206,232)
#E3D9EC
(227,217,236)
#E9E4F0
(233,228,240)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B381CC color. Also use rgb(179,129,204) instead hex code.

Text Font Color

.myTextColor { color: #B381CC; }

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

This text font color is #B381CC.


Background Color

.myBgColor { background-color: #B381CC; }

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

This div background color is #B381CC.


Border color

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

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

This div border color is #B381CC.


Opacity

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

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

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

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

This text has shadow with #B381CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B381CC on black background.


Color preview on white background

This text has color #B381CC on white background.



Black color preview on #B381CC background

This text has black color on #B381CC background.


White color preview on #B381CC background

This text has white color on #B381CC background.