COLOR #B303A4

HEX: #B303A4
RGB: (179,3,164)

Color info

#B303A4 contains mainly red and blue colors. Web safe color of #B303A4 is #990099 (or #909).

RGB color model

#B303A4 color RGB value is (179,3,164).

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

RGB channels and saturation

R 179 of 255 = 70%
G 3 of 255 = 1%
B 164 of 255 = 64%

179
3
164

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

Portions of RGB colors in percentages

R + G + B =
179 + 3 + 164 = 346 (100%)
R 179 of 346 ~ 51.73%
G 3 of 346 ~ 0.87%
B 164 of 346 ~ 47.4%

%51.73
%47.4

CMYK color model

#B303A4 color CMYK value is (0,98,8,30).

  • cyan value is 0.00%
  • magenta value is 98.32%
  • yellow value is 8.38%
  • key color value is 29.80%
CMYK:
(0,98,8,30)
C0M98Y8K30 
(0%,98%,8%,30%)
(0.00/0.98/0.08/0.30)	

CMYK percentages

%0
%98.32
%8.38
%29.8

Codes

Color #B303A4 in popluar color models

B303A4
RGB1793164
HSL305°96.70%35.69%
HSB/HSV305°98.32%70.20%
CMYK0.00%98.32%8.38%
29.80%

Color #B303A4 in popluar number systems.

HEXB303A4
Decimal1793164
Binary101100111110100100
Octal2633244

Shades and tints

Shades of #B303A4

#B303A4
(179,3,164)
#A30396
(163,3,150)
#930388
(147,3,136)
#83037A
(131,3,122)
#73036C
(115,3,108)
#63035E
(99,3,94)
#530350
(83,3,80)
#430342
(67,3,66)
#330334
(51,3,52)
#230326
(35,3,38)
#130318
(19,3,24)
#000000
(0,0,0)

Tints of #B303A4

#B303A4
(179,3,164)
#B919AC
(185,25,172)
#BF2FB4
(191,47,180)
#C545BC
(197,69,188)
#CB5BC4
(203,91,196)
#D171CC
(209,113,204)
#D787D4
(215,135,212)
#DD9DDC
(221,157,220)
#E3B3E4
(227,179,228)
#E9C9EC
(233,201,236)
#EFDFF4
(239,223,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B303A4; }

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

This text font color is #B303A4.


Background Color

.myBgColor { background-color: #B303A4; }

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

This div background color is #B303A4.


Border color

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

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

This div border color is #B303A4.


Opacity

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

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

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

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

This text has shadow with #B303A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B303A4 on black background.


Color preview on white background

This text has color #B303A4 on white background.



Black color preview on #B303A4 background

This text has black color on #B303A4 background.


White color preview on #B303A4 background

This text has white color on #B303A4 background.