COLOR #B24384

HEX: #B24384
RGB: (178,67,132)

Color info

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

RGB color model

#B24384 color RGB value is (178,67,132).

  • red value is 178;
  • green value is 67;
  • blue value is 132.
RGB:
(178,67,132)
(70%,26%,52%)

RGB channels and saturation

R 178 of 255 = 70%
G 67 of 255 = 26%
B 132 of 255 = 52%

178
67
132

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

Portions of RGB colors in percentages

R + G + B =
178 + 67 + 132 = 377 (100%)
R 178 of 377 ~ 47.21%
G 67 of 377 ~ 17.77%
B 132 of 377 ~ 35.01%

%47.21
%17.77
%35.01

CMYK color model

#B24384 color CMYK value is (0,62,26,30).

  • cyan value is 0.00%
  • magenta value is 62.36%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(0,62,26,30)
C0M62Y26K30 
(0%,62%,26%,30%)
(0.00/0.62/0.26/0.30)	

CMYK percentages

%0
%62.36
%25.84
%30.2

Codes

Color #B24384 in popluar color models

B24384
RGB17867132
HSL325°45.31%48.04%
HSB/HSV325°62.36%69.80%
CMYK0.00%62.36%25.84%
30.20%

Color #B24384 in popluar number systems.

HEXB24384
Decimal17867132
Binary10110010100001110000100
Octal262103204

Shades and tints

Shades of #B24384

#B24384
(178,67,132)
#A23D78
(162,61,120)
#92376C
(146,55,108)
#823160
(130,49,96)
#722B54
(114,43,84)
#622548
(98,37,72)
#521F3C
(82,31,60)
#421930
(66,25,48)
#321324
(50,19,36)
#220D18
(34,13,24)
#12070C
(18,7,12)
#000000
(0,0,0)

Tints of #B24384

#B24384
(178,67,132)
#B9548F
(185,84,143)
#C0659A
(192,101,154)
#C776A5
(199,118,165)
#CE87B0
(206,135,176)
#D598BB
(213,152,187)
#DCA9C6
(220,169,198)
#E3BAD1
(227,186,209)
#EACBDC
(234,203,220)
#F1DCE7
(241,220,231)
#F8EDF2
(248,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24384 color. Also use rgb(178,67,132) instead hex code.

Text Font Color

.myTextColor { color: #B24384; }

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

This text font color is #B24384.


Background Color

.myBgColor { background-color: #B24384; }

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

This div background color is #B24384.


Border color

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

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

This div border color is #B24384.


Opacity

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

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

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

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

This text has shadow with #B24384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24384 on black background.


Color preview on white background

This text has color #B24384 on white background.



Black color preview on #B24384 background

This text has black color on #B24384 background.


White color preview on #B24384 background

This text has white color on #B24384 background.