COLOR #B2298E

HEX: #B2298E
RGB: (178,41,142)

Color info

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

RGB color model

#B2298E color RGB value is (178,41,142).

  • red value is 178;
  • green value is 41;
  • blue value is 142.
RGB:
(178,41,142)
(70%,16%,56%)

RGB channels and saturation

R 178 of 255 = 70%
G 41 of 255 = 16%
B 142 of 255 = 56%

178
41
142

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

Portions of RGB colors in percentages

R + G + B =
178 + 41 + 142 = 361 (100%)
R 178 of 361 ~ 49.31%
G 41 of 361 ~ 11.36%
B 142 of 361 ~ 39.34%

%49.31
%11.36
%39.34

CMYK color model

#B2298E color CMYK value is (0,77,20,30).

  • cyan value is 0.00%
  • magenta value is 76.97%
  • yellow value is 20.22%
  • key color value is 30.20%
CMYK:
(0,77,20,30)
C0M77Y20K30 
(0%,77%,20%,30%)
(0.00/0.77/0.20/0.30)	

CMYK percentages

%0
%76.97
%20.22
%30.2

Codes

Color #B2298E in popluar color models

B2298E
RGB17841142
HSL316°62.56%42.94%
HSB/HSV316°76.97%69.80%
CMYK0.00%76.97%20.22%
30.20%

Color #B2298E in popluar number systems.

HEXB2298E
Decimal17841142
Binary1011001010100110001110
Octal26251216

Shades and tints

Shades of #B2298E

#B2298E
(178,41,142)
#A22682
(162,38,130)
#922376
(146,35,118)
#82206A
(130,32,106)
#721D5E
(114,29,94)
#621A52
(98,26,82)
#521746
(82,23,70)
#42143A
(66,20,58)
#32112E
(50,17,46)
#220E22
(34,14,34)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #B2298E

#B2298E
(178,41,142)
#B93C98
(185,60,152)
#C04FA2
(192,79,162)
#C762AC
(199,98,172)
#CE75B6
(206,117,182)
#D588C0
(213,136,192)
#DC9BCA
(220,155,202)
#E3AED4
(227,174,212)
#EAC1DE
(234,193,222)
#F1D4E8
(241,212,232)
#F8E7F2
(248,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2298E color. Also use rgb(178,41,142) instead hex code.

Text Font Color

.myTextColor { color: #B2298E; }

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

This text font color is #B2298E.


Background Color

.myBgColor { background-color: #B2298E; }

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

This div background color is #B2298E.


Border color

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

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

This div border color is #B2298E.


Opacity

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

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

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

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

This text has shadow with #B2298E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2298E on black background.


Color preview on white background

This text has color #B2298E on white background.



Black color preview on #B2298E background

This text has black color on #B2298E background.


White color preview on #B2298E background

This text has white color on #B2298E background.