COLOR #B24DA0

HEX: #B24DA0
RGB: (178,77,160)

Color info

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

RGB color model

#B24DA0 color RGB value is (178,77,160).

  • red value is 178;
  • green value is 77;
  • blue value is 160.
RGB:
(178,77,160)
(70%,30%,63%)

RGB channels and saturation

R 178 of 255 = 70%
G 77 of 255 = 30%
B 160 of 255 = 63%

178
77
160

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

Portions of RGB colors in percentages

R + G + B =
178 + 77 + 160 = 415 (100%)
R 178 of 415 ~ 42.89%
G 77 of 415 ~ 18.55%
B 160 of 415 ~ 38.55%

%42.89
%18.55
%38.55

CMYK color model

#B24DA0 color CMYK value is (0,57,10,30).

  • cyan value is 0.00%
  • magenta value is 56.74%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(0,57,10,30)
C0M57Y10K30 
(0%,57%,10%,30%)
(0.00/0.57/0.10/0.30)	

CMYK percentages

%0
%56.74
%10.11
%30.2

Codes

Color #B24DA0 in popluar color models

B24DA0
RGB17877160
HSL311°39.61%50.00%
HSB/HSV311°56.74%69.80%
CMYK0.00%56.74%10.11%
30.20%

Color #B24DA0 in popluar number systems.

HEXB24DA0
Decimal17877160
Binary10110010100110110100000
Octal262115240

Shades and tints

Shades of #B24DA0

#B24DA0
(178,77,160)
#A24692
(162,70,146)
#923F84
(146,63,132)
#823876
(130,56,118)
#723168
(114,49,104)
#622A5A
(98,42,90)
#52234C
(82,35,76)
#421C3E
(66,28,62)
#321530
(50,21,48)
#220E22
(34,14,34)
#120714
(18,7,20)
#000000
(0,0,0)

Tints of #B24DA0

#B24DA0
(178,77,160)
#B95DA8
(185,93,168)
#C06DB0
(192,109,176)
#C77DB8
(199,125,184)
#CE8DC0
(206,141,192)
#D59DC8
(213,157,200)
#DCADD0
(220,173,208)
#E3BDD8
(227,189,216)
#EACDE0
(234,205,224)
#F1DDE8
(241,221,232)
#F8EDF0
(248,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B24DA0 color. Also use rgb(178,77,160) instead hex code.

Text Font Color

.myTextColor { color: #B24DA0; }

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

This text font color is #B24DA0.


Background Color

.myBgColor { background-color: #B24DA0; }

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

This div background color is #B24DA0.


Border color

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

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

This div border color is #B24DA0.


Opacity

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

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

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

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

This text has shadow with #B24DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B24DA0 on black background.


Color preview on white background

This text has color #B24DA0 on white background.



Black color preview on #B24DA0 background

This text has black color on #B24DA0 background.


White color preview on #B24DA0 background

This text has white color on #B24DA0 background.