COLOR #B25AA5

HEX: #B25AA5 RGB: (178,90,165)

Color info

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

RGB color model

#B25AA5 color RGB value is (178,90,165).

RGB: (178,90,165) (70%, 35%, 65%)

RGB channels and saturation

R 178 of 255 = 70%
G 90 of 255 = 35%
B 165 of 255 = 65%

178
90
165

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

Portions of RGB colors in percentages

R + G + B = 178 + 90 + 165 = 433 (100%)
R 178 of 433 ~ 41.11%
G 90 of 433 ~ 20.79%
B 165 of 433 ~ 38.11'%

%41.11
%20.79
%38.11

CMYK color model

#B25AA5 color CMYK value is (0,49,7,30).

  • cyan value is 0.00%
  • magenta value is 49.44%
  • yellow value is 7.30%
  • key color value is 30.20%

CMYK: (0,49,7,30)
C0M49Y7K30 (0%, 49%, 7%, 30%)
(0.00 / 0.49 / 0.07 / 0.30)

CMYK percentages

%0
%49.44
%7.3
%30.2

Codes

Color #B25AA5 in popluar color models

B2 5A A5
RGB 178 90 165
HSL 309° 36.36% 52.55%
HSB/HSV 309° 49.44% 69.80%
CMYK 0.00% 49.44% 7.30%
30.20%

Color #B25AA5 in popluar number systems.

HEX B2 5A A5
Decimal 178 90 165
Binary 10110010 1011010 10100101
Octal 262 132 245

Shades and tints

Shades of #B25AA5

#B25AA5
(178,90,165)
#A25296
(162,82,150)
#924A87
(146,74,135)
#824278
(130,66,120)
#723A69
(114,58,105)
#62325A
(98,50,90)
#522A4B
(82,42,75)
#42223C
(66,34,60)
#321A2D
(50,26,45)
#22121E
(34,18,30)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #B25AA5

#B25AA5
(178,90,165)
#B969AD
(185,105,173)
#C078B5
(192,120,181)
#C787BD
(199,135,189)
#CE96C5
(206,150,197)
#D5A5CD
(213,165,205)
#DCB4D5
(220,180,213)
#E3C3DD
(227,195,221)
#EAD2E5
(234,210,229)
#F1E1ED
(241,225,237)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B25AA5 color. Also use rgb(178,90,165) instead hex code.

Text Font Color

.myTextColor { color: #B25AA5; }

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

This text font color is #B25AA5.

Background Color

.myBgColor { background-color: #B25AA5; }

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

This div background color is #B25AA5.

Border color

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

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

This div border color is #B25AA5.

Opacity

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

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

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

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

This text has shadow with #B25AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B25AA5.

Preview

Color preview on black background

This text has color #B25AA5 on black background.


Color preview on white background

This text has color #B25AA5 on white background.


Black color preview on #B25AA5 background

This text has black color on #B25AA5 background.


White color preview on #B25AA5 background

This text has white color on #B25AA5 background.


Related colors

Complementary color

Complementary color for #hex is #4DA55A.


I love getcolorcode.com

Triadic colors

1 #A5B25A and #5AA5B2 with #B25AA5 are triadic colors.

2 #A55AB2 and #5AB2A5 with #B25AA5 are triadic colors.