COLOR #B363A2

HEX: #B363A2
RGB: (179,99,162)

Color info

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

RGB color model

#B363A2 color RGB value is (179,99,162).

  • red value is 179;
  • green value is 99;
  • blue value is 162.
RGB:
(179,99,162)
(70%,39%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 99 of 255 = 39%
B 162 of 255 = 64%

179
99
162

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

Portions of RGB colors in percentages

R + G + B =
179 + 99 + 162 = 440 (100%)
R 179 of 440 ~ 40.68%
G 99 of 440 ~ 22.5%
B 162 of 440 ~ 36.82%

%40.68
%22.5
%36.82

CMYK color model

#B363A2 color CMYK value is (0,45,9,30).

  • cyan value is 0.00%
  • magenta value is 44.69%
  • yellow value is 9.50%
  • key color value is 29.80%
CMYK:
(0,45,9,30)
C0M45Y9K30 
(0%,45%,9%,30%)
(0.00/0.45/0.09/0.30)	

CMYK percentages

%0
%44.69
%9.5
%29.8

Codes

Color #B363A2 in popluar color models

B363A2
RGB17999162
HSL313°34.48%54.51%
HSB/HSV313°44.69%70.20%
CMYK0.00%44.69%9.50%
29.80%

Color #B363A2 in popluar number systems.

HEXB363A2
Decimal17999162
Binary10110011110001110100010
Octal263143242

Shades and tints

Shades of #B363A2

#B363A2
(179,99,162)
#A35A94
(163,90,148)
#935186
(147,81,134)
#834878
(131,72,120)
#733F6A
(115,63,106)
#63365C
(99,54,92)
#532D4E
(83,45,78)
#432440
(67,36,64)
#331B32
(51,27,50)
#231224
(35,18,36)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #B363A2

#B363A2
(179,99,162)
#B971AA
(185,113,170)
#BF7FB2
(191,127,178)
#C58DBA
(197,141,186)
#CB9BC2
(203,155,194)
#D1A9CA
(209,169,202)
#D7B7D2
(215,183,210)
#DDC5DA
(221,197,218)
#E3D3E2
(227,211,226)
#E9E1EA
(233,225,234)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B363A2 color. Also use rgb(179,99,162) instead hex code.

Text Font Color

.myTextColor { color: #B363A2; }

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

This text font color is #B363A2.


Background Color

.myBgColor { background-color: #B363A2; }

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

This div background color is #B363A2.


Border color

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

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

This div border color is #B363A2.


Opacity

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

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

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

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

This text has shadow with #B363A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B363A2 on black background.


Color preview on white background

This text has color #B363A2 on white background.



Black color preview on #B363A2 background

This text has black color on #B363A2 background.


White color preview on #B363A2 background

This text has white color on #B363A2 background.