COLOR #B2499E

HEX: #B2499E
RGB: (178,73,158)

Color info

#B2499E contains mainly red and blue colors. Web safe color of #B2499E is #993399 (or #939).

RGB color model

#B2499E color RGB value is (178,73,158).

  • red value is 178;
  • green value is 73;
  • blue value is 158.
RGB:
(178,73,158)
(70%,29%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 73 of 255 = 29%
B 158 of 255 = 62%

178
73
158

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

Portions of RGB colors in percentages

R + G + B =
178 + 73 + 158 = 409 (100%)
R 178 of 409 ~ 43.52%
G 73 of 409 ~ 17.85%
B 158 of 409 ~ 38.63%

%43.52
%17.85
%38.63

CMYK color model

#B2499E color CMYK value is (0,59,11,30).

  • cyan value is 0.00%
  • magenta value is 58.99%
  • yellow value is 11.24%
  • key color value is 30.20%
CMYK:
(0,59,11,30)
C0M59Y11K30 
(0%,59%,11%,30%)
(0.00/0.59/0.11/0.30)	

CMYK percentages

%0
%58.99
%11.24
%30.2

Codes

Color #B2499E in popluar color models

B2499E
RGB17873158
HSL311°41.83%49.22%
HSB/HSV311°58.99%69.80%
CMYK0.00%58.99%11.24%
30.20%

Color #B2499E in popluar number systems.

HEXB2499E
Decimal17873158
Binary10110010100100110011110
Octal262111236

Shades and tints

Shades of #B2499E

#B2499E
(178,73,158)
#A24390
(162,67,144)
#923D82
(146,61,130)
#823774
(130,55,116)
#723166
(114,49,102)
#622B58
(98,43,88)
#52254A
(82,37,74)
#421F3C
(66,31,60)
#32192E
(50,25,46)
#221320
(34,19,32)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #B2499E

#B2499E
(178,73,158)
#B959A6
(185,89,166)
#C069AE
(192,105,174)
#C779B6
(199,121,182)
#CE89BE
(206,137,190)
#D599C6
(213,153,198)
#DCA9CE
(220,169,206)
#E3B9D6
(227,185,214)
#EAC9DE
(234,201,222)
#F1D9E6
(241,217,230)
#F8E9EE
(248,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2499E color. Also use rgb(178,73,158) instead hex code.

Text Font Color

.myTextColor { color: #B2499E; }

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

This text font color is #B2499E.


Background Color

.myBgColor { background-color: #B2499E; }

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

This div background color is #B2499E.


Border color

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

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

This div border color is #B2499E.


Opacity

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

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

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

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

This text has shadow with #B2499E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2499E on black background.


Color preview on white background

This text has color #B2499E on white background.



Black color preview on #B2499E background

This text has black color on #B2499E background.


White color preview on #B2499E background

This text has white color on #B2499E background.