COLOR #B25B7E

HEX: #B25B7E
RGB: (178,91,126)

Color info

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

RGB color model

#B25B7E color RGB value is (178,91,126).

  • red value is 178;
  • green value is 91;
  • blue value is 126.
RGB:
(178,91,126)
(70%,36%,49%)

RGB channels and saturation

R 178 of 255 = 70%
G 91 of 255 = 36%
B 126 of 255 = 49%

178
91
126

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

Portions of RGB colors in percentages

R + G + B =
178 + 91 + 126 = 395 (100%)
R 178 of 395 ~ 45.06%
G 91 of 395 ~ 23.04%
B 126 of 395 ~ 31.9%

%45.06
%23.04
%31.9

CMYK color model

#B25B7E color CMYK value is (0,49,29,30).

  • cyan value is 0.00%
  • magenta value is 48.88%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK:
(0,49,29,30)
C0M49Y29K30 
(0%,49%,29%,30%)
(0.00/0.49/0.29/0.30)	

CMYK percentages

%0
%48.88
%29.21
%30.2

Codes

Color #B25B7E in popluar color models

B25B7E
RGB17891126
HSL336°36.10%52.75%
HSB/HSV336°48.88%69.80%
CMYK0.00%48.88%29.21%
30.20%

Color #B25B7E in popluar number systems.

HEXB25B7E
Decimal17891126
Binary1011001010110111111110
Octal262133176

Shades and tints

Shades of #B25B7E

#B25B7E
(178,91,126)
#A25373
(162,83,115)
#924B68
(146,75,104)
#82435D
(130,67,93)
#723B52
(114,59,82)
#623347
(98,51,71)
#522B3C
(82,43,60)
#422331
(66,35,49)
#321B26
(50,27,38)
#22131B
(34,19,27)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #B25B7E

#B25B7E
(178,91,126)
#B96989
(185,105,137)
#C07794
(192,119,148)
#C7859F
(199,133,159)
#CE93AA
(206,147,170)
#D5A1B5
(213,161,181)
#DCAFC0
(220,175,192)
#E3BDCB
(227,189,203)
#EACBD6
(234,203,214)
#F1D9E1
(241,217,225)
#F8E7EC
(248,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25B7E color. Also use rgb(178,91,126) instead hex code.

Text Font Color

.myTextColor { color: #B25B7E; }

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

This text font color is #B25B7E.


Background Color

.myBgColor { background-color: #B25B7E; }

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

This div background color is #B25B7E.


Border color

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

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

This div border color is #B25B7E.


Opacity

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

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

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

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

This text has shadow with #B25B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25B7E on black background.


Color preview on white background

This text has color #B25B7E on white background.



Black color preview on #B25B7E background

This text has black color on #B25B7E background.


White color preview on #B25B7E background

This text has white color on #B25B7E background.