COLOR #B25378

HEX: #B25378
RGB: (178,83,120)

Color info

#B25378 contains mainly red and blue colors. Web safe color of #B25378 is #996666 (or #966).

RGB color model

#B25378 color RGB value is (178,83,120).

  • red value is 178;
  • green value is 83;
  • blue value is 120.
RGB:
(178,83,120)
(70%,33%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 83 of 255 = 33%
B 120 of 255 = 47%

178
83
120

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

Portions of RGB colors in percentages

R + G + B =
178 + 83 + 120 = 381 (100%)
R 178 of 381 ~ 46.72%
G 83 of 381 ~ 21.78%
B 120 of 381 ~ 31.5%

%46.72
%21.78
%31.5

CMYK color model

#B25378 color CMYK value is (0,53,33,30).

  • cyan value is 0.00%
  • magenta value is 53.37%
  • yellow value is 32.58%
  • key color value is 30.20%
CMYK:
(0,53,33,30)
C0M53Y33K30 
(0%,53%,33%,30%)
(0.00/0.53/0.33/0.30)	

CMYK percentages

%0
%53.37
%32.58
%30.2

Codes

Color #B25378 in popluar color models

B25378
RGB17883120
HSL337°38.15%51.18%
HSB/HSV337°53.37%69.80%
CMYK0.00%53.37%32.58%
30.20%

Color #B25378 in popluar number systems.

HEXB25378
Decimal17883120
Binary1011001010100111111000
Octal262123170

Shades and tints

Shades of #B25378

#B25378
(178,83,120)
#A24C6E
(162,76,110)
#924564
(146,69,100)
#823E5A
(130,62,90)
#723750
(114,55,80)
#623046
(98,48,70)
#52293C
(82,41,60)
#422232
(66,34,50)
#321B28
(50,27,40)
#22141E
(34,20,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #B25378

#B25378
(178,83,120)
#B96284
(185,98,132)
#C07190
(192,113,144)
#C7809C
(199,128,156)
#CE8FA8
(206,143,168)
#D59EB4
(213,158,180)
#DCADC0
(220,173,192)
#E3BCCC
(227,188,204)
#EACBD8
(234,203,216)
#F1DAE4
(241,218,228)
#F8E9F0
(248,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25378 color. Also use rgb(178,83,120) instead hex code.

Text Font Color

.myTextColor { color: #B25378; }

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

This text font color is #B25378.


Background Color

.myBgColor { background-color: #B25378; }

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

This div background color is #B25378.


Border color

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

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

This div border color is #B25378.


Opacity

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

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

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

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

This text has shadow with #B25378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25378 on black background.


Color preview on white background

This text has color #B25378 on white background.



Black color preview on #B25378 background

This text has black color on #B25378 background.


White color preview on #B25378 background

This text has white color on #B25378 background.