COLOR #B25E9A

HEX: #B25E9A RGB: (178,94,154)

Color info

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

RGB color model

#B25E9A color RGB value is (178,94,154).

RGB: (178,94,154) (70%, 37%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 94 of 255 = 37%
B 154 of 255 = 60%

178
94
154

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

Portions of RGB colors in percentages

R + G + B = 178 + 94 + 154 = 426 (100%)
R 178 of 426 ~ 41.78%
G 94 of 426 ~ 22.07%
B 154 of 426 ~ 36.15'%

%41.78
%22.07
%36.15

CMYK color model

#B25E9A color CMYK value is (0,47,13,30).

  • cyan value is 0.00%
  • magenta value is 47.19%
  • yellow value is 13.48%
  • key color value is 30.20%

CMYK: (0,47,13,30)
C0M47Y13K30 (0%, 47%, 13%, 30%)
(0.00 / 0.47 / 0.13 / 0.30)

CMYK percentages

%0
%47.19
%13.48
%30.2

Codes

Color #B25E9A in popluar color models

B2 5E 9A
RGB 178 94 154
HSL 317° 35.29% 53.33%
HSB/HSV 317° 47.19% 69.80%
CMYK 0.00% 47.19% 13.48%
30.20%

Color #B25E9A in popluar number systems.

HEX B2 5E 9A
Decimal 178 94 154
Binary 10110010 1011110 10011010
Octal 262 136 232

Shades and tints

Shades of #B25E9A

#B25E9A
(178,94,154)
#A2568C
(162,86,140)
#924E7E
(146,78,126)
#824670
(130,70,112)
#723E62
(114,62,98)
#623654
(98,54,84)
#522E46
(82,46,70)
#422638
(66,38,56)
#321E2A
(50,30,42)
#22161C
(34,22,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #B25E9A

#B25E9A
(178,94,154)
#B96CA3
(185,108,163)
#C07AAC
(192,122,172)
#C788B5
(199,136,181)
#CE96BE
(206,150,190)
#D5A4C7
(213,164,199)
#DCB2D0
(220,178,208)
#E3C0D9
(227,192,217)
#EACEE2
(234,206,226)
#F1DCEB
(241,220,235)
#F8EAF4
(248,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25E9A color. Also use rgb(178,94,154) instead hex code.

Text Font Color

.myTextColor { color: #B25E9A; }

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

This text font color is #B25E9A.

Background Color

.myBgColor { background-color: #B25E9A; }

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

This div background color is #B25E9A.

Border color

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

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

This div border color is #B25E9A.

Opacity

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

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

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

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

This text has shadow with #B25E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25E9A.

Preview

Color preview on black background

This text has color #B25E9A on black background.


Color preview on white background

This text has color #B25E9A on white background.


Black color preview on #B25E9A background

This text has black color on #B25E9A background.


White color preview on #B25E9A background

This text has white color on #B25E9A background.


Related colors

Complementary color

Complementary color for #hex is #4DA165.


I love getcolorcode.com

Triadic colors

1 #9AB25E and #5E9AB2 with #B25E9A are triadic colors.

2 #9A5EB2 and #5EB29A with #B25E9A are triadic colors.