COLOR #B24A9F

HEX: #B24A9F RGB: (178,74,159)

Color info

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

RGB color model

#B24A9F color RGB value is (178,74,159).

RGB: (178,74,159) (70%, 29%, 62%)

RGB channels and saturation

R 178 of 255 = 70%
G 74 of 255 = 29%
B 159 of 255 = 62%

178
74
159

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

Portions of RGB colors in percentages

R + G + B = 178 + 74 + 159 = 411 (100%)
R 178 of 411 ~ 43.31%
G 74 of 411 ~ 18%
B 159 of 411 ~ 38.69'%

%43.31
%18
%38.69

CMYK color model

#B24A9F color CMYK value is (0,58,11,30).

  • cyan value is 0.00%
  • magenta value is 58.43%
  • yellow value is 10.67%
  • key color value is 30.20%

CMYK: (0,58,11,30)
C0M58Y11K30 (0%, 58%, 11%, 30%)
(0.00 / 0.58 / 0.11 / 0.30)

CMYK percentages

%0
%58.43
%10.67
%30.2

Codes

Color #B24A9F in popluar color models

B2 4A 9F
RGB 178 74 159
HSL 311° 41.27% 49.41%
HSB/HSV 311° 58.43% 69.80%
CMYK 0.00% 58.43% 10.67%
30.20%

Color #B24A9F in popluar number systems.

HEX B2 4A 9F
Decimal 178 74 159
Binary 10110010 1001010 10011111
Octal 262 112 237

Shades and tints

Shades of #B24A9F

#B24A9F
(178,74,159)
#A24491
(162,68,145)
#923E83
(146,62,131)
#823875
(130,56,117)
#723267
(114,50,103)
#622C59
(98,44,89)
#52264B
(82,38,75)
#42203D
(66,32,61)
#321A2F
(50,26,47)
#221421
(34,20,33)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #B24A9F

#B24A9F
(178,74,159)
#B95AA7
(185,90,167)
#C06AAF
(192,106,175)
#C77AB7
(199,122,183)
#CE8ABF
(206,138,191)
#D59AC7
(213,154,199)
#DCAACF
(220,170,207)
#E3BAD7
(227,186,215)
#EACADF
(234,202,223)
#F1DAE7
(241,218,231)
#F8EAEF
(248,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B24A9F; }

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

This text font color is #B24A9F.

Background Color

.myBgColor { background-color: #B24A9F; }

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

This div background color is #B24A9F.

Border color

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

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

This div border color is #B24A9F.

Opacity

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

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

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

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

This text has shadow with #B24A9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B24A9F.

Preview

Color preview on black background

This text has color #B24A9F on black background.


Color preview on white background

This text has color #B24A9F on white background.


Black color preview on #B24A9F background

This text has black color on #B24A9F background.


White color preview on #B24A9F background

This text has white color on #B24A9F background.


Related colors

Complementary color

Complementary color for #hex is #4DB560.


I love getcolorcode.com

Triadic colors

1 #9FB24A and #4A9FB2 with #B24A9F are triadic colors.

2 #9F4AB2 and #4AB29F with #B24A9F are triadic colors.