COLOR #B360A4

HEX: #B360A4
RGB: (179,96,164)

Color info

#B360A4 contains mainly red and blue colors. Web safe color of #B360A4 is #996699 (or #969).

RGB color model

#B360A4 color RGB value is (179,96,164).

  • red value is 179;
  • green value is 96;
  • blue value is 164.
RGB:
(179,96,164)
(70%,38%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 96 of 255 = 38%
B 164 of 255 = 64%

179
96
164

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

Portions of RGB colors in percentages

R + G + B =
179 + 96 + 164 = 439 (100%)
R 179 of 439 ~ 40.77%
G 96 of 439 ~ 21.87%
B 164 of 439 ~ 37.36%

%40.77
%21.87
%37.36

CMYK color model

#B360A4 color CMYK value is (0,46,8,30).

  • cyan value is 0.00%
  • magenta value is 46.37%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(0,46,8,30)
C0M46Y8K30 
(0%,46%,8%,30%)
(0.00/0.46/0.08/0.30)	

CMYK percentages

%0
%46.37
%8.38
%29.8

Codes

Color #B360A4 in popluar color models

B360A4
RGB17996164
HSL311°35.32%53.92%
HSB/HSV311°46.37%70.20%
CMYK0.00%46.37%8.38%
29.80%

Color #B360A4 in popluar number systems.

HEXB360A4
Decimal17996164
Binary10110011110000010100100
Octal263140244

Shades and tints

Shades of #B360A4

#B360A4
(179,96,164)
#A35896
(163,88,150)
#935088
(147,80,136)
#83487A
(131,72,122)
#73406C
(115,64,108)
#63385E
(99,56,94)
#533050
(83,48,80)
#432842
(67,40,66)
#332034
(51,32,52)
#231826
(35,24,38)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #B360A4

#B360A4
(179,96,164)
#B96EAC
(185,110,172)
#BF7CB4
(191,124,180)
#C58ABC
(197,138,188)
#CB98C4
(203,152,196)
#D1A6CC
(209,166,204)
#D7B4D4
(215,180,212)
#DDC2DC
(221,194,220)
#E3D0E4
(227,208,228)
#E9DEEC
(233,222,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B360A4 color. Also use rgb(179,96,164) instead hex code.

Text Font Color

.myTextColor { color: #B360A4; }

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

This text font color is #B360A4.


Background Color

.myBgColor { background-color: #B360A4; }

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

This div background color is #B360A4.


Border color

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

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

This div border color is #B360A4.


Opacity

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

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

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

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

This text has shadow with #B360A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B360A4 on black background.


Color preview on white background

This text has color #B360A4 on white background.



Black color preview on #B360A4 background

This text has black color on #B360A4 background.


White color preview on #B360A4 background

This text has white color on #B360A4 background.