COLOR #B23496

HEX: #B23496
RGB: (178,52,150)

Color info

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

RGB color model

#B23496 color RGB value is (178,52,150).

  • red value is 178;
  • green value is 52;
  • blue value is 150.
RGB:
(178,52,150)
(70%,20%,59%)

RGB channels and saturation

R 178 of 255 = 70%
G 52 of 255 = 20%
B 150 of 255 = 59%

178
52
150

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

Portions of RGB colors in percentages

R + G + B =
178 + 52 + 150 = 380 (100%)
R 178 of 380 ~ 46.84%
G 52 of 380 ~ 13.68%
B 150 of 380 ~ 39.47%

%46.84
%13.68
%39.47

CMYK color model

#B23496 color CMYK value is (0,71,16,30).

  • cyan value is 0.00%
  • magenta value is 70.79%
  • yellow value is 15.73%
  • key color value is 30.20%
CMYK:
(0,71,16,30)
C0M71Y16K30 
(0%,71%,16%,30%)
(0.00/0.71/0.16/0.30)	

CMYK percentages

%0
%70.79
%15.73
%30.2

Codes

Color #B23496 in popluar color models

B23496
RGB17852150
HSL313°54.78%45.10%
HSB/HSV313°70.79%69.80%
CMYK0.00%70.79%15.73%
30.20%

Color #B23496 in popluar number systems.

HEXB23496
Decimal17852150
Binary1011001011010010010110
Octal26264226

Shades and tints

Shades of #B23496

#B23496
(178,52,150)
#A23089
(162,48,137)
#922C7C
(146,44,124)
#82286F
(130,40,111)
#722462
(114,36,98)
#622055
(98,32,85)
#521C48
(82,28,72)
#42183B
(66,24,59)
#32142E
(50,20,46)
#221021
(34,16,33)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #B23496

#B23496
(178,52,150)
#B9469F
(185,70,159)
#C058A8
(192,88,168)
#C76AB1
(199,106,177)
#CE7CBA
(206,124,186)
#D58EC3
(213,142,195)
#DCA0CC
(220,160,204)
#E3B2D5
(227,178,213)
#EAC4DE
(234,196,222)
#F1D6E7
(241,214,231)
#F8E8F0
(248,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B23496 color. Also use rgb(178,52,150) instead hex code.

Text Font Color

.myTextColor { color: #B23496; }

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

This text font color is #B23496.


Background Color

.myBgColor { background-color: #B23496; }

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

This div background color is #B23496.


Border color

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

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

This div border color is #B23496.


Opacity

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

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

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

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

This text has shadow with #B23496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B23496 on black background.


Color preview on white background

This text has color #B23496 on white background.



Black color preview on #B23496 background

This text has black color on #B23496 background.


White color preview on #B23496 background

This text has white color on #B23496 background.