COLOR #B425AB

HEX: #B425AB
RGB: (180,37,171)

Color info

#B425AB contains mainly red and blue colors. Web safe color of #B425AB is #CC3399 (or #C39).

RGB color model

#B425AB color RGB value is (180,37,171).

  • red value is 180;
  • green value is 37;
  • blue value is 171.
RGB:
(180,37,171)
(71%,15%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 37 of 255 = 15%
B 171 of 255 = 67%

180
37
171

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

Portions of RGB colors in percentages

R + G + B =
180 + 37 + 171 = 388 (100%)
R 180 of 388 ~ 46.39%
G 37 of 388 ~ 9.54%
B 171 of 388 ~ 44.07%

%46.39
%9.54
%44.07

CMYK color model

#B425AB color CMYK value is (0,79,5,29).

  • cyan value is 0.00%
  • magenta value is 79.44%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,79,5,29)
C0M79Y5K29 
(0%,79%,5%,29%)
(0.00/0.79/0.05/0.29)	

CMYK percentages

%0
%79.44
%5
%29.41

Codes

Color #B425AB in popluar color models

B425AB
RGB18037171
HSL304°65.90%42.55%
HSB/HSV304°79.44%70.59%
CMYK0.00%79.44%5.00%
29.41%

Color #B425AB in popluar number systems.

HEXB425AB
Decimal18037171
Binary1011010010010110101011
Octal26445253

Shades and tints

Shades of #B425AB

#B425AB
(180,37,171)
#A4229C
(164,34,156)
#941F8D
(148,31,141)
#841C7E
(132,28,126)
#74196F
(116,25,111)
#641660
(100,22,96)
#541351
(84,19,81)
#441042
(68,16,66)
#340D33
(52,13,51)
#240A24
(36,10,36)
#140715
(20,7,21)
#000000
(0,0,0)

Tints of #B425AB

#B425AB
(180,37,171)
#BA38B2
(186,56,178)
#C04BB9
(192,75,185)
#C65EC0
(198,94,192)
#CC71C7
(204,113,199)
#D284CE
(210,132,206)
#D897D5
(216,151,213)
#DEAADC
(222,170,220)
#E4BDE3
(228,189,227)
#EAD0EA
(234,208,234)
#F0E3F1
(240,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B425AB color. Also use rgb(180,37,171) instead hex code.

Text Font Color

.myTextColor { color: #B425AB; }

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

This text font color is #B425AB.


Background Color

.myBgColor { background-color: #B425AB; }

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

This div background color is #B425AB.


Border color

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

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

This div border color is #B425AB.


Opacity

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

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

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

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

This text has shadow with #B425AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B425AB on black background.


Color preview on white background

This text has color #B425AB on white background.



Black color preview on #B425AB background

This text has black color on #B425AB background.


White color preview on #B425AB background

This text has white color on #B425AB background.