COLOR #B316C4

HEX: #B316C4
RGB: (179,22,196)

Color info

#B316C4 contains mainly red and blue colors. Web safe color of #B316C4 is #9900CC (or #90C).

RGB color model

#B316C4 color RGB value is (179,22,196).

  • red value is 179;
  • green value is 22;
  • blue value is 196.
RGB:
(179,22,196)
(70%,9%,77%)

RGB channels and saturation

R 179 of 255 = 70%
G 22 of 255 = 9%
B 196 of 255 = 77%

179
22
196

R + G + B ~ 52%. #B316C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 22 + 196 = 397 (100%)
R 179 of 397 ~ 45.09%
G 22 of 397 ~ 5.54%
B 196 of 397 ~ 49.37%

%45.09
%49.37

CMYK color model

#B316C4 color CMYK value is (9,89,0,23).

  • cyan value is 8.67%
  • magenta value is 88.78%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(9,89,0,23)
C9M89Y0K23 
(9%,89%,0%,23%)
(0.09/0.89/0.00/0.23)	

CMYK percentages

%8.67
%88.78
%0
%23.14

Codes

Color #B316C4 in popluar color models

B316C4
RGB17922196
HSL294°79.82%42.75%
HSB/HSV294°88.78%76.86%
CMYK8.67%88.78%0.00%
23.14%

Color #B316C4 in popluar number systems.

HEXB316C4
Decimal17922196
Binary101100111011011000100
Octal26326304

Shades and tints

Shades of #B316C4

#B316C4
(179,22,196)
#A314B3
(163,20,179)
#9312A2
(147,18,162)
#831091
(131,16,145)
#730E80
(115,14,128)
#630C6F
(99,12,111)
#530A5E
(83,10,94)
#43084D
(67,8,77)
#33063C
(51,6,60)
#23042B
(35,4,43)
#13021A
(19,2,26)
#000000
(0,0,0)

Tints of #B316C4

#B316C4
(179,22,196)
#B92BC9
(185,43,201)
#BF40CE
(191,64,206)
#C555D3
(197,85,211)
#CB6AD8
(203,106,216)
#D17FDD
(209,127,221)
#D794E2
(215,148,226)
#DDA9E7
(221,169,231)
#E3BEEC
(227,190,236)
#E9D3F1
(233,211,241)
#EFE8F6
(239,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B316C4 color. Also use rgb(179,22,196) instead hex code.

Text Font Color

.myTextColor { color: #B316C4; }

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

This text font color is #B316C4.


Background Color

.myBgColor { background-color: #B316C4; }

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

This div background color is #B316C4.


Border color

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

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

This div border color is #B316C4.


Opacity

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

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

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

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

This text has shadow with #B316C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B316C4 on black background.


Color preview on white background

This text has color #B316C4 on white background.



Black color preview on #B316C4 background

This text has black color on #B316C4 background.


White color preview on #B316C4 background

This text has white color on #B316C4 background.