COLOR #B24F9A

HEX: #B24F9A
RGB: (178,79,154)

Color info

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

RGB color model

#B24F9A color RGB value is (178,79,154).

  • red value is 178;
  • green value is 79;
  • blue value is 154.
RGB:
(178,79,154)
(70%,31%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 79 of 255 = 31%
B 154 of 255 = 60%

178
79
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 79 + 154 = 411 (100%)
R 178 of 411 ~ 43.31%
G 79 of 411 ~ 19.22%
B 154 of 411 ~ 37.47%

%43.31
%19.22
%37.47

CMYK color model

#B24F9A color CMYK value is (0,56,13,30).

  • cyan value is 0.00%
  • magenta value is 55.62%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,56,13,30)
C0M56Y13K30 
(0%,56%,13%,30%)
(0.00/0.56/0.13/0.30)	

CMYK percentages

%0
%55.62
%13.48
%30.2

Codes

Color #B24F9A in popluar color models

B24F9A
RGB17879154
HSL315°39.13%50.39%
HSB/HSV315°55.62%69.80%
CMYK0.00%55.62%13.48%
30.20%

Color #B24F9A in popluar number systems.

HEXB24F9A
Decimal17879154
Binary10110010100111110011010
Octal262117232

Shades and tints

Shades of #B24F9A

#B24F9A
(178,79,154)
#A2488C
(162,72,140)
#92417E
(146,65,126)
#823A70
(130,58,112)
#723362
(114,51,98)
#622C54
(98,44,84)
#522546
(82,37,70)
#421E38
(66,30,56)
#32172A
(50,23,42)
#22101C
(34,16,28)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #B24F9A

#B24F9A
(178,79,154)
#B95FA3
(185,95,163)
#C06FAC
(192,111,172)
#C77FB5
(199,127,181)
#CE8FBE
(206,143,190)
#D59FC7
(213,159,199)
#DCAFD0
(220,175,208)
#E3BFD9
(227,191,217)
#EACFE2
(234,207,226)
#F1DFEB
(241,223,235)
#F8EFF4
(248,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24F9A color. Also use rgb(178,79,154) instead hex code.

Text Font Color

.myTextColor { color: #B24F9A; }

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

This text font color is #B24F9A.


Background Color

.myBgColor { background-color: #B24F9A; }

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

This div background color is #B24F9A.


Border color

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

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

This div border color is #B24F9A.


Opacity

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

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

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

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

This text has shadow with #B24F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24F9A on black background.


Color preview on white background

This text has color #B24F9A on white background.



Black color preview on #B24F9A background

This text has black color on #B24F9A background.


White color preview on #B24F9A background

This text has white color on #B24F9A background.