COLOR #B25D7C

HEX: #B25D7C
RGB: (178,93,124)

Color info

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

RGB color model

#B25D7C color RGB value is (178,93,124).

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

RGB channels and saturation

R 178 of 255 = 70%
G 93 of 255 = 36%
B 124 of 255 = 49%

178
93
124

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

Portions of RGB colors in percentages

R + G + B =
178 + 93 + 124 = 395 (100%)
R 178 of 395 ~ 45.06%
G 93 of 395 ~ 23.54%
B 124 of 395 ~ 31.39%

%45.06
%23.54
%31.39

CMYK color model

#B25D7C color CMYK value is (0,48,30,30).

  • cyan value is 0.00%
  • magenta value is 47.75%
  • yellow value is 30.34%
  • key color value is 30.20%
CMYK:
(0,48,30,30)
C0M48Y30K30 
(0%,48%,30%,30%)
(0.00/0.48/0.30/0.30)	

CMYK percentages

%0
%47.75
%30.34
%30.2

Codes

Color #B25D7C in popluar color models

B25D7C
RGB17893124
HSL338°35.56%53.14%
HSB/HSV338°47.75%69.80%
CMYK0.00%47.75%30.34%
30.20%

Color #B25D7C in popluar number systems.

HEXB25D7C
Decimal17893124
Binary1011001010111011111100
Octal262135174

Shades and tints

Shades of #B25D7C

#B25D7C
(178,93,124)
#A25571
(162,85,113)
#924D66
(146,77,102)
#82455B
(130,69,91)
#723D50
(114,61,80)
#623545
(98,53,69)
#522D3A
(82,45,58)
#42252F
(66,37,47)
#321D24
(50,29,36)
#221519
(34,21,25)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #B25D7C

#B25D7C
(178,93,124)
#B96B87
(185,107,135)
#C07992
(192,121,146)
#C7879D
(199,135,157)
#CE95A8
(206,149,168)
#D5A3B3
(213,163,179)
#DCB1BE
(220,177,190)
#E3BFC9
(227,191,201)
#EACDD4
(234,205,212)
#F1DBDF
(241,219,223)
#F8E9EA
(248,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25D7C color. Also use rgb(178,93,124) instead hex code.

Text Font Color

.myTextColor { color: #B25D7C; }

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

This text font color is #B25D7C.


Background Color

.myBgColor { background-color: #B25D7C; }

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

This div background color is #B25D7C.


Border color

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

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

This div border color is #B25D7C.


Opacity

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

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

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

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

This text has shadow with #B25D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25D7C on black background.


Color preview on white background

This text has color #B25D7C on white background.



Black color preview on #B25D7C background

This text has black color on #B25D7C background.


White color preview on #B25D7C background

This text has white color on #B25D7C background.