COLOR #B25D95

HEX: #B25D95
RGB: (178,93,149)

Color info

#B25D95 contains mainly red and blue colors. Web safe color of #B25D95 is #996699 (or #969).

RGB color model

#B25D95 color RGB value is (178,93,149).

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

RGB channels and saturation

R 178 of 255 = 70%
G 93 of 255 = 36%
B 149 of 255 = 58%

178
93
149

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

Portions of RGB colors in percentages

R + G + B =
178 + 93 + 149 = 420 (100%)
R 178 of 420 ~ 42.38%
G 93 of 420 ~ 22.14%
B 149 of 420 ~ 35.48%

%42.38
%22.14
%35.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.75%
  • yellow value is 16.29%
  • key color value is 30.20%
CMYK:
(0,48,16,30)
C0M48Y16K30 
(0%,48%,16%,30%)
(0.00/0.48/0.16/0.30)	

CMYK percentages

%0
%47.75
%16.29
%30.2

Codes

Color #B25D95 in popluar color models

B25D95
RGB17893149
HSL320°35.56%53.14%
HSB/HSV320°47.75%69.80%
CMYK0.00%47.75%16.29%
30.20%

Color #B25D95 in popluar number systems.

HEXB25D95
Decimal17893149
Binary10110010101110110010101
Octal262135225

Shades and tints

Shades of #B25D95

#B25D95
(178,93,149)
#A25588
(162,85,136)
#924D7B
(146,77,123)
#82456E
(130,69,110)
#723D61
(114,61,97)
#623554
(98,53,84)
#522D47
(82,45,71)
#42253A
(66,37,58)
#321D2D
(50,29,45)
#221520
(34,21,32)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #B25D95

#B25D95
(178,93,149)
#B96B9E
(185,107,158)
#C079A7
(192,121,167)
#C787B0
(199,135,176)
#CE95B9
(206,149,185)
#D5A3C2
(213,163,194)
#DCB1CB
(220,177,203)
#E3BFD4
(227,191,212)
#EACDDD
(234,205,221)
#F1DBE6
(241,219,230)
#F8E9EF
(248,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25D95; }

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

This text font color is #B25D95.


Background Color

.myBgColor { background-color: #B25D95; }

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

This div background color is #B25D95.


Border color

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

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

This div border color is #B25D95.


Opacity

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

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

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

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

This text has shadow with #B25D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25D95 on black background.


Color preview on white background

This text has color #B25D95 on white background.



Black color preview on #B25D95 background

This text has black color on #B25D95 background.


White color preview on #B25D95 background

This text has white color on #B25D95 background.