COLOR #B24A9B

HEX: #B24A9B
RGB: (178,74,155)

Color info

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

RGB color model

#B24A9B color RGB value is (178,74,155).

  • red value is 178;
  • green value is 74;
  • blue value is 155.
RGB:
(178,74,155)
(70%,29%,61%)

RGB channels and saturation

R 178 of 255 = 70%
G 74 of 255 = 29%
B 155 of 255 = 61%

178
74
155

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

Portions of RGB colors in percentages

R + G + B =
178 + 74 + 155 = 407 (100%)
R 178 of 407 ~ 43.73%
G 74 of 407 ~ 18.18%
B 155 of 407 ~ 38.08%

%43.73
%18.18
%38.08

CMYK color model

#B24A9B color CMYK value is (0,58,13,30).

  • cyan value is 0.00%
  • magenta value is 58.43%
  • yellow value is 12.92%
  • key color value is 30.20%
CMYK:
(0,58,13,30)
C0M58Y13K30 
(0%,58%,13%,30%)
(0.00/0.58/0.13/0.30)	

CMYK percentages

%0
%58.43
%12.92
%30.2

Codes

Color #B24A9B in popluar color models

B24A9B
RGB17874155
HSL313°41.27%49.41%
HSB/HSV313°58.43%69.80%
CMYK0.00%58.43%12.92%
30.20%

Color #B24A9B in popluar number systems.

HEXB24A9B
Decimal17874155
Binary10110010100101010011011
Octal262112233

Shades and tints

Shades of #B24A9B

#B24A9B
(178,74,155)
#A2448D
(162,68,141)
#923E7F
(146,62,127)
#823871
(130,56,113)
#723263
(114,50,99)
#622C55
(98,44,85)
#522647
(82,38,71)
#422039
(66,32,57)
#321A2B
(50,26,43)
#22141D
(34,20,29)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #B24A9B

#B24A9B
(178,74,155)
#B95AA4
(185,90,164)
#C06AAD
(192,106,173)
#C77AB6
(199,122,182)
#CE8ABF
(206,138,191)
#D59AC8
(213,154,200)
#DCAAD1
(220,170,209)
#E3BADA
(227,186,218)
#EACAE3
(234,202,227)
#F1DAEC
(241,218,236)
#F8EAF5
(248,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24A9B color. Also use rgb(178,74,155) instead hex code.

Text Font Color

.myTextColor { color: #B24A9B; }

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

This text font color is #B24A9B.


Background Color

.myBgColor { background-color: #B24A9B; }

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

This div background color is #B24A9B.


Border color

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

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

This div border color is #B24A9B.


Opacity

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

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

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

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

This text has shadow with #B24A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24A9B on black background.


Color preview on white background

This text has color #B24A9B on white background.



Black color preview on #B24A9B background

This text has black color on #B24A9B background.


White color preview on #B24A9B background

This text has white color on #B24A9B background.