COLOR #B25878

HEX: #B25878 RGB: (178,88,120)

Color info

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

RGB color model

#B25878 color RGB value is (178,88,120).

RGB: (178,88,120) (70%, 35%, 47%)

RGB channels and saturation

R 178 of 255 = 70%
G 88 of 255 = 35%
B 120 of 255 = 47%

178
88
120

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

Portions of RGB colors in percentages

R + G + B = 178 + 88 + 120 = 386 (100%)
R 178 of 386 ~ 46.11%
G 88 of 386 ~ 22.8%
B 120 of 386 ~ 31.09'%

%46.11
%22.8
%31.09

CMYK color model

#B25878 color CMYK value is (0,51,33,30).

  • cyan value is 0.00%
  • magenta value is 50.56%
  • yellow value is 32.58%
  • key color value is 30.20%

CMYK: (0,51,33,30)
C0M51Y33K30 (0%, 51%, 33%, 30%)
(0.00 / 0.51 / 0.33 / 0.30)

CMYK percentages

%0
%50.56
%32.58
%30.2

Codes

Color #B25878 in popluar color models

B2 58 78
RGB 178 88 120
HSL 339° 36.89% 52.16%
HSB/HSV 339° 50.56% 69.80%
CMYK 0.00% 50.56% 32.58%
30.20%

Color #B25878 in popluar number systems.

HEX B2 58 78
Decimal 178 88 120
Binary 10110010 1011000 1111000
Octal 262 130 170

Shades and tints

Shades of #B25878

#B25878
(178,88,120)
#A2506E
(162,80,110)
#924864
(146,72,100)
#82405A
(130,64,90)
#723850
(114,56,80)
#623046
(98,48,70)
#52283C
(82,40,60)
#422032
(66,32,50)
#321828
(50,24,40)
#22101E
(34,16,30)
#120814
(18,8,20)
#000000
(0,0,0)

Tints of #B25878

#B25878
(178,88,120)
#B96784
(185,103,132)
#C07690
(192,118,144)
#C7859C
(199,133,156)
#CE94A8
(206,148,168)
#D5A3B4
(213,163,180)
#DCB2C0
(220,178,192)
#E3C1CC
(227,193,204)
#EAD0D8
(234,208,216)
#F1DFE4
(241,223,228)
#F8EEF0
(248,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25878; }

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

This text font color is #B25878.

Background Color

.myBgColor { background-color: #B25878; }

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

This div background color is #B25878.

Border color

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

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

This div border color is #B25878.

Opacity

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

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

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

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

This text has shadow with #B25878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25878.

Preview

Color preview on black background

This text has color #B25878 on black background.


Color preview on white background

This text has color #B25878 on white background.


Black color preview on #B25878 background

This text has black color on #B25878 background.


White color preview on #B25878 background

This text has white color on #B25878 background.


Related colors

Complementary color

Complementary color for #hex is #4DA787.


I love getcolorcode.com

Triadic colors

1 #78B258 and #5878B2 with #B25878 are triadic colors.

2 #7858B2 and #58B278 with #B25878 are triadic colors.