COLOR #B3509E

HEX: #B3509E
RGB: (179,80,158)

Color info

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

RGB color model

#B3509E color RGB value is (179,80,158).

  • red value is 179;
  • green value is 80;
  • blue value is 158.
RGB: (179,80,158) (70%,31%,62%)

RGB channels and saturation

R 179 of 255 = 70%
G 80 of 255 = 31%
B 158 of 255 = 62%

179
80
158

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

Portions of RGB colors in percentages

R + G + B =
179 + 80 + 158 = 417 (100%)
R 179 of 417 ~ 42.93%
G 80 of 417 ~ 19.18%
B 158 of 417 ~ 37.89%

%42.93
%19.18
%37.89

CMYK color model

#B3509E color CMYK value is (0,55,12,30).

  • cyan value is 0.00%
  • magenta value is 55.31%
  • yellow value is 11.73%
  • key color value is 29.80%
CMYK: (0,55,12,30) C0M55Y12K30 (0%,55%,12%,30%) (0.00/0.55/0.12/0.30)

CMYK percentages

%0
%55.31
%11.73
%29.8

Codes

Color #B3509E in popluar color models

B3509E
RGB17980158
HSL313°39.44%50.78%
HSB/HSV313°55.31%70.20%
CMYK0.00%55.31%11.73%
29.80%

Color #B3509E in popluar number systems.

HEXB3509E
Decimal17980158
Binary10110011101000010011110
Octal263120236

Shades and tints

Shades of #B3509E

#B3509E
(179,80,158)
#A34990
(163,73,144)
#934282
(147,66,130)
#833B74
(131,59,116)
#733466
(115,52,102)
#632D58
(99,45,88)
#53264A
(83,38,74)
#431F3C
(67,31,60)
#33182E
(51,24,46)
#231120
(35,17,32)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #B3509E

#B3509E
(179,80,158)
#B95FA6
(185,95,166)
#BF6EAE
(191,110,174)
#C57DB6
(197,125,182)
#CB8CBE
(203,140,190)
#D19BC6
(209,155,198)
#D7AACE
(215,170,206)
#DDB9D6
(221,185,214)
#E3C8DE
(227,200,222)
#E9D7E6
(233,215,230)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3509E color. Also use rgb(179,80,158) instead hex code.

Text Font Color

.myTextColor { color: #B3509E; }

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

This text font color is #B3509E.


Background Color

.myBgColor { background-color: #B3509E; }

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

This div background color is #B3509E.


Border color

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

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

This div border color is #B3509E.


Opacity

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

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

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

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

This text has shadow with #B3509E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B3509E on black background.


Color preview on white background

This text has color #B3509E on white background.



Black color preview on #B3509E background

This text has black color on #B3509E background.


White color preview on #B3509E background

This text has white color on #B3509E background.