COLOR #B2249F

HEX: #B2249F
RGB: (178,36,159)

Color info

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

RGB color model

#B2249F color RGB value is (178,36,159).

  • red value is 178;
  • green value is 36;
  • blue value is 159.
RGB:
(178,36,159)
(70%,14%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 36 of 255 = 14%
B 159 of 255 = 62%

178
36
159

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

Portions of RGB colors in percentages

R + G + B =
178 + 36 + 159 = 373 (100%)
R 178 of 373 ~ 47.72%
G 36 of 373 ~ 9.65%
B 159 of 373 ~ 42.63%

%47.72
%9.65
%42.63

CMYK color model

#B2249F color CMYK value is (0,80,11,30).

  • cyan value is 0.00%
  • magenta value is 79.78%
  • yellow value is 10.67%
  • key color value is 30.20%
CMYK:
(0,80,11,30)
C0M80Y11K30 
(0%,80%,11%,30%)
(0.00/0.80/0.11/0.30)	

CMYK percentages

%0
%79.78
%10.67
%30.2

Codes

Color #B2249F in popluar color models

B2249F
RGB17836159
HSL308°66.36%41.96%
HSB/HSV308°79.78%69.80%
CMYK0.00%79.78%10.67%
30.20%

Color #B2249F in popluar number systems.

HEXB2249F
Decimal17836159
Binary1011001010010010011111
Octal26244237

Shades and tints

Shades of #B2249F

#B2249F
(178,36,159)
#A22191
(162,33,145)
#921E83
(146,30,131)
#821B75
(130,27,117)
#721867
(114,24,103)
#621559
(98,21,89)
#52124B
(82,18,75)
#420F3D
(66,15,61)
#320C2F
(50,12,47)
#220921
(34,9,33)
#120613
(18,6,19)
#000000
(0,0,0)

Tints of #B2249F

#B2249F
(178,36,159)
#B937A7
(185,55,167)
#C04AAF
(192,74,175)
#C75DB7
(199,93,183)
#CE70BF
(206,112,191)
#D583C7
(213,131,199)
#DC96CF
(220,150,207)
#E3A9D7
(227,169,215)
#EABCDF
(234,188,223)
#F1CFE7
(241,207,231)
#F8E2EF
(248,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2249F color. Also use rgb(178,36,159) instead hex code.

Text Font Color

.myTextColor { color: #B2249F; }

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

This text font color is #B2249F.


Background Color

.myBgColor { background-color: #B2249F; }

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

This div background color is #B2249F.


Border color

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

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

This div border color is #B2249F.


Opacity

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

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

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

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

This text has shadow with #B2249F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2249F on black background.


Color preview on white background

This text has color #B2249F on white background.



Black color preview on #B2249F background

This text has black color on #B2249F background.


White color preview on #B2249F background

This text has white color on #B2249F background.