COLOR #B448A5

HEX: #B448A5
RGB: (180,72,165)

Color info

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

RGB color model

#B448A5 color RGB value is (180,72,165).

  • red value is 180;
  • green value is 72;
  • blue value is 165.
RGB:
(180,72,165)
(71%,28%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 72 of 255 = 28%
B 165 of 255 = 65%

180
72
165

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

Portions of RGB colors in percentages

R + G + B =
180 + 72 + 165 = 417 (100%)
R 180 of 417 ~ 43.17%
G 72 of 417 ~ 17.27%
B 165 of 417 ~ 39.57%

%43.17
%17.27
%39.57

CMYK color model

#B448A5 color CMYK value is (0,60,8,29).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 8.33%
  • key color value is 29.41%
CMYK:
(0,60,8,29)
C0M60Y8K29 
(0%,60%,8%,29%)
(0.00/0.60/0.08/0.29)	

CMYK percentages

%0
%60
%8.33
%29.41

Codes

Color #B448A5 in popluar color models

B448A5
RGB18072165
HSL308°42.86%49.41%
HSB/HSV308°60.00%70.59%
CMYK0.00%60.00%8.33%
29.41%

Color #B448A5 in popluar number systems.

HEXB448A5
Decimal18072165
Binary10110100100100010100101
Octal264110245

Shades and tints

Shades of #B448A5

#B448A5
(180,72,165)
#A44296
(164,66,150)
#943C87
(148,60,135)
#843678
(132,54,120)
#743069
(116,48,105)
#642A5A
(100,42,90)
#54244B
(84,36,75)
#441E3C
(68,30,60)
#34182D
(52,24,45)
#24121E
(36,18,30)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #B448A5

#B448A5
(180,72,165)
#BA58AD
(186,88,173)
#C068B5
(192,104,181)
#C678BD
(198,120,189)
#CC88C5
(204,136,197)
#D298CD
(210,152,205)
#D8A8D5
(216,168,213)
#DEB8DD
(222,184,221)
#E4C8E5
(228,200,229)
#EAD8ED
(234,216,237)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B448A5 color. Also use rgb(180,72,165) instead hex code.

Text Font Color

.myTextColor { color: #B448A5; }

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

This text font color is #B448A5.


Background Color

.myBgColor { background-color: #B448A5; }

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

This div background color is #B448A5.


Border color

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

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

This div border color is #B448A5.


Opacity

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

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

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

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

This text has shadow with #B448A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B448A5 on black background.


Color preview on white background

This text has color #B448A5 on white background.



Black color preview on #B448A5 background

This text has black color on #B448A5 background.


White color preview on #B448A5 background

This text has white color on #B448A5 background.