COLOR #B24E8C

HEX: #B24E8C
RGB: (178,78,140)

Color info

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

RGB color model

#B24E8C color RGB value is (178,78,140).

  • red value is 178;
  • green value is 78;
  • blue value is 140.
RGB:
(178,78,140)
(70%,31%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 78 of 255 = 31%
B 140 of 255 = 55%

178
78
140

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

Portions of RGB colors in percentages

R + G + B =
178 + 78 + 140 = 396 (100%)
R 178 of 396 ~ 44.95%
G 78 of 396 ~ 19.7%
B 140 of 396 ~ 35.35%

%44.95
%19.7
%35.35

CMYK color model

#B24E8C color CMYK value is (0,56,21,30).

  • cyan value is 0.00%
  • magenta value is 56.18%
  • yellow value is 21.35%
  • key color value is 30.20%
CMYK:
(0,56,21,30)
C0M56Y21K30 
(0%,56%,21%,30%)
(0.00/0.56/0.21/0.30)	

CMYK percentages

%0
%56.18
%21.35
%30.2

Codes

Color #B24E8C in popluar color models

B24E8C
RGB17878140
HSL323°39.37%50.20%
HSB/HSV323°56.18%69.80%
CMYK0.00%56.18%21.35%
30.20%

Color #B24E8C in popluar number systems.

HEXB24E8C
Decimal17878140
Binary10110010100111010001100
Octal262116214

Shades and tints

Shades of #B24E8C

#B24E8C
(178,78,140)
#A24780
(162,71,128)
#924074
(146,64,116)
#823968
(130,57,104)
#72325C
(114,50,92)
#622B50
(98,43,80)
#522444
(82,36,68)
#421D38
(66,29,56)
#32162C
(50,22,44)
#220F20
(34,15,32)
#120814
(18,8,20)
#000000
(0,0,0)

Tints of #B24E8C

#B24E8C
(178,78,140)
#B95E96
(185,94,150)
#C06EA0
(192,110,160)
#C77EAA
(199,126,170)
#CE8EB4
(206,142,180)
#D59EBE
(213,158,190)
#DCAEC8
(220,174,200)
#E3BED2
(227,190,210)
#EACEDC
(234,206,220)
#F1DEE6
(241,222,230)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24E8C color. Also use rgb(178,78,140) instead hex code.

Text Font Color

.myTextColor { color: #B24E8C; }

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

This text font color is #B24E8C.


Background Color

.myBgColor { background-color: #B24E8C; }

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

This div background color is #B24E8C.


Border color

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

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

This div border color is #B24E8C.


Opacity

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

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

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

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

This text has shadow with #B24E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24E8C on black background.


Color preview on white background

This text has color #B24E8C on white background.



Black color preview on #B24E8C background

This text has black color on #B24E8C background.


White color preview on #B24E8C background

This text has white color on #B24E8C background.