COLOR #B444A1

HEX: #B444A1
RGB: (180,68,161)

Color info

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

RGB color model

#B444A1 color RGB value is (180,68,161).

  • red value is 180;
  • green value is 68;
  • blue value is 161.
RGB:
(180,68,161)
(71%,27%,63%)

RGB channels and saturation

R 180 of 255 = 71%
G 68 of 255 = 27%
B 161 of 255 = 63%

180
68
161

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

Portions of RGB colors in percentages

R + G + B =
180 + 68 + 161 = 409 (100%)
R 180 of 409 ~ 44.01%
G 68 of 409 ~ 16.63%
B 161 of 409 ~ 39.36%

%44.01
%16.63
%39.36

CMYK color model

#B444A1 color CMYK value is (0,62,11,29).

  • cyan value is 0.00%
  • magenta value is 62.22%
  • yellow value is 10.56%
  • key color value is 29.41%
CMYK:
(0,62,11,29)
C0M62Y11K29 
(0%,62%,11%,29%)
(0.00/0.62/0.11/0.29)	

CMYK percentages

%0
%62.22
%10.56
%29.41

Codes

Color #B444A1 in popluar color models

B444A1
RGB18068161
HSL310°45.16%48.63%
HSB/HSV310°62.22%70.59%
CMYK0.00%62.22%10.56%
29.41%

Color #B444A1 in popluar number systems.

HEXB444A1
Decimal18068161
Binary10110100100010010100001
Octal264104241

Shades and tints

Shades of #B444A1

#B444A1
(180,68,161)
#A43E93
(164,62,147)
#943885
(148,56,133)
#843277
(132,50,119)
#742C69
(116,44,105)
#64265B
(100,38,91)
#54204D
(84,32,77)
#441A3F
(68,26,63)
#341431
(52,20,49)
#240E23
(36,14,35)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #B444A1

#B444A1
(180,68,161)
#BA55A9
(186,85,169)
#C066B1
(192,102,177)
#C677B9
(198,119,185)
#CC88C1
(204,136,193)
#D299C9
(210,153,201)
#D8AAD1
(216,170,209)
#DEBBD9
(222,187,217)
#E4CCE1
(228,204,225)
#EADDE9
(234,221,233)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B444A1 color. Also use rgb(180,68,161) instead hex code.

Text Font Color

.myTextColor { color: #B444A1; }

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

This text font color is #B444A1.


Background Color

.myBgColor { background-color: #B444A1; }

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

This div background color is #B444A1.


Border color

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

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

This div border color is #B444A1.


Opacity

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

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

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

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

This text has shadow with #B444A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B444A1 on black background.


Color preview on white background

This text has color #B444A1 on white background.



Black color preview on #B444A1 background

This text has black color on #B444A1 background.


White color preview on #B444A1 background

This text has white color on #B444A1 background.