COLOR #B25BA9

HEX: #B25BA9
RGB: (178,91,169)

Color info

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

RGB color model

#B25BA9 color RGB value is (178,91,169).

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

RGB channels and saturation

R 178 of 255 = 70%
G 91 of 255 = 36%
B 169 of 255 = 66%

178
91
169

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

Portions of RGB colors in percentages

R + G + B =
178 + 91 + 169 = 438 (100%)
R 178 of 438 ~ 40.64%
G 91 of 438 ~ 20.78%
B 169 of 438 ~ 38.58%

%40.64
%20.78
%38.58

CMYK color model

#B25BA9 color CMYK value is (0,49,5,30).

  • cyan value is 0.00%
  • magenta value is 48.88%
  • yellow value is 5.06%
  • key color value is 30.20%
CMYK:
(0,49,5,30)
C0M49Y5K30 
(0%,49%,5%,30%)
(0.00/0.49/0.05/0.30)	

CMYK percentages

%0
%48.88
%5.06
%30.2

Codes

Color #B25BA9 in popluar color models

B25BA9
RGB17891169
HSL306°36.10%52.75%
HSB/HSV306°48.88%69.80%
CMYK0.00%48.88%5.06%
30.20%

Color #B25BA9 in popluar number systems.

HEXB25BA9
Decimal17891169
Binary10110010101101110101001
Octal262133251

Shades and tints

Shades of #B25BA9

#B25BA9
(178,91,169)
#A2539A
(162,83,154)
#924B8B
(146,75,139)
#82437C
(130,67,124)
#723B6D
(114,59,109)
#62335E
(98,51,94)
#522B4F
(82,43,79)
#422340
(66,35,64)
#321B31
(50,27,49)
#221322
(34,19,34)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #B25BA9

#B25BA9
(178,91,169)
#B969B0
(185,105,176)
#C077B7
(192,119,183)
#C785BE
(199,133,190)
#CE93C5
(206,147,197)
#D5A1CC
(213,161,204)
#DCAFD3
(220,175,211)
#E3BDDA
(227,189,218)
#EACBE1
(234,203,225)
#F1D9E8
(241,217,232)
#F8E7EF
(248,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B25BA9; }

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

This text font color is #B25BA9.


Background Color

.myBgColor { background-color: #B25BA9; }

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

This div background color is #B25BA9.


Border color

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

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

This div border color is #B25BA9.


Opacity

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

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

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

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

This text has shadow with #B25BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B25BA9 on black background.


Color preview on white background

This text has color #B25BA9 on white background.



Black color preview on #B25BA9 background

This text has black color on #B25BA9 background.


White color preview on #B25BA9 background

This text has white color on #B25BA9 background.