COLOR #B25D93

HEX: #B25D93
RGB: (178,93,147)

Color info

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

RGB color model

#B25D93 color RGB value is (178,93,147).

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

RGB channels and saturation

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

178
93
147

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

Portions of RGB colors in percentages

R + G + B =
178 + 93 + 147 = 418 (100%)
R 178 of 418 ~ 42.58%
G 93 of 418 ~ 22.25%
B 147 of 418 ~ 35.17%

%42.58
%22.25
%35.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 47.75%
  • yellow value is 17.42%
  • key color value is 30.20%
CMYK:
(0,48,17,30)
C0M48Y17K30 
(0%,48%,17%,30%)
(0.00/0.48/0.17/0.30)	

CMYK percentages

%0
%47.75
%17.42
%30.2

Codes

Color #B25D93 in popluar color models

B25D93
RGB17893147
HSL322°35.56%53.14%
HSB/HSV322°47.75%69.80%
CMYK0.00%47.75%17.42%
30.20%

Color #B25D93 in popluar number systems.

HEXB25D93
Decimal17893147
Binary10110010101110110010011
Octal262135223

Shades and tints

Shades of #B25D93

#B25D93
(178,93,147)
#A25586
(162,85,134)
#924D79
(146,77,121)
#82456C
(130,69,108)
#723D5F
(114,61,95)
#623552
(98,53,82)
#522D45
(82,45,69)
#422538
(66,37,56)
#321D2B
(50,29,43)
#22151E
(34,21,30)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #B25D93

#B25D93
(178,93,147)
#B96B9C
(185,107,156)
#C079A5
(192,121,165)
#C787AE
(199,135,174)
#CE95B7
(206,149,183)
#D5A3C0
(213,163,192)
#DCB1C9
(220,177,201)
#E3BFD2
(227,191,210)
#EACDDB
(234,205,219)
#F1DBE4
(241,219,228)
#F8E9ED
(248,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25D93; }

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

This text font color is #B25D93.


Background Color

.myBgColor { background-color: #B25D93; }

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

This div background color is #B25D93.


Border color

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

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

This div border color is #B25D93.


Opacity

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

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

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

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

This text has shadow with #B25D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25D93 on black background.


Color preview on white background

This text has color #B25D93 on white background.



Black color preview on #B25D93 background

This text has black color on #B25D93 background.


White color preview on #B25D93 background

This text has white color on #B25D93 background.