COLOR #B45AB2

HEX: #B45AB2
RGB: (180,90,178)

Color info

#B45AB2 contains mainly red and blue colors. Web safe color of #B45AB2 is #CC6699 (or #C69).

RGB color model

#B45AB2 color RGB value is (180,90,178).

  • red value is 180;
  • green value is 90;
  • blue value is 178.
RGB:
(180,90,178)
(71%,35%,70%)

RGB channels and saturation

R 180 of 255 = 71%
G 90 of 255 = 35%
B 178 of 255 = 70%

180
90
178

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

Portions of RGB colors in percentages

R + G + B =
180 + 90 + 178 = 448 (100%)
R 180 of 448 ~ 40.18%
G 90 of 448 ~ 20.09%
B 178 of 448 ~ 39.73%

%40.18
%20.09
%39.73

CMYK color model

#B45AB2 color CMYK value is (0,50,1,29).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,50,1,29)
C0M50Y1K29 
(0%,50%,1%,29%)
(0.00/0.50/0.01/0.29)	

CMYK percentages

%0
%50
%1.11
%29.41

Codes

Color #B45AB2 in popluar color models

B45AB2
RGB18090178
HSL301°37.50%52.94%
HSB/HSV301°50.00%70.59%
CMYK0.00%50.00%1.11%
29.41%

Color #B45AB2 in popluar number systems.

HEXB45AB2
Decimal18090178
Binary10110100101101010110010
Octal264132262

Shades and tints

Shades of #B45AB2

#B45AB2
(180,90,178)
#A452A2
(164,82,162)
#944A92
(148,74,146)
#844282
(132,66,130)
#743A72
(116,58,114)
#643262
(100,50,98)
#542A52
(84,42,82)
#442242
(68,34,66)
#341A32
(52,26,50)
#241222
(36,18,34)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #B45AB2

#B45AB2
(180,90,178)
#BA69B9
(186,105,185)
#C078C0
(192,120,192)
#C687C7
(198,135,199)
#CC96CE
(204,150,206)
#D2A5D5
(210,165,213)
#D8B4DC
(216,180,220)
#DEC3E3
(222,195,227)
#E4D2EA
(228,210,234)
#EAE1F1
(234,225,241)
#F0F0F8
(240,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B45AB2; }

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

This text font color is #B45AB2.


Background Color

.myBgColor { background-color: #B45AB2; }

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

This div background color is #B45AB2.


Border color

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

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

This div border color is #B45AB2.


Opacity

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

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

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

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

This text has shadow with #B45AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B45AB2 on black background.


Color preview on white background

This text has color #B45AB2 on white background.



Black color preview on #B45AB2 background

This text has black color on #B45AB2 background.


White color preview on #B45AB2 background

This text has white color on #B45AB2 background.