COLOR #B447B8

HEX: #B447B8 RGB: (180,71,184)

Color info

#B447B8 contains mainly red and blue colors. Web safe color of #B447B8 is #CC33CC (or #C3C).

RGB color model

#B447B8 color RGB value is (180,71,184).

RGB: (180,71,184) (71%, 28%, 72%)

RGB channels and saturation

R 180 of 255 = 71%
G 71 of 255 = 28%
B 184 of 255 = 72%

180
71
184

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

Portions of RGB colors in percentages

R + G + B = 180 + 71 + 184 = 435 (100%)
R 180 of 435 ~ 41.38%
G 71 of 435 ~ 16.32%
B 184 of 435 ~ 42.3'%

%41.38
%16.32
%42.3

CMYK color model

#B447B8 color CMYK value is (2,61,0,28).

  • cyan value is 2.17%
  • magenta value is 61.41%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (2,61,0,28)
C2M61Y0K28 (2%, 61%, 0%, 28%)
(0.02 / 0.61 / 0.00 / 0.28)

CMYK percentages

%2.17
%61.41
%0
%27.84

Codes

Color #B447B8 in popluar color models

B4 47 B8
RGB 180 71 184
HSL 298° 44.31% 50.00%
HSB/HSV 298° 61.41% 72.16%
CMYK 2.17% 61.41% 0.00%
27.84%

Color #B447B8 in popluar number systems.

HEX B4 47 B8
Decimal 180 71 184
Binary 10110100 1000111 10111000
Octal 264 107 270

Shades and tints

Shades of #B447B8

#B447B8
(180,71,184)
#A441A8
(164,65,168)
#943B98
(148,59,152)
#843588
(132,53,136)
#742F78
(116,47,120)
#642968
(100,41,104)
#542358
(84,35,88)
#441D48
(68,29,72)
#341738
(52,23,56)
#241128
(36,17,40)
#140B18
(20,11,24)
#000000
(0,0,0)

Tints of #B447B8

#B447B8
(180,71,184)
#BA57BE
(186,87,190)
#C067C4
(192,103,196)
#C677CA
(198,119,202)
#CC87D0
(204,135,208)
#D297D6
(210,151,214)
#D8A7DC
(216,167,220)
#DEB7E2
(222,183,226)
#E4C7E8
(228,199,232)
#EAD7EE
(234,215,238)
#F0E7F4
(240,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B447B8 color. Also use rgb(180,71,184) instead hex code.

Text Font Color

.myTextColor { color: #B447B8; }

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

This text font color is #B447B8.

Background Color

.myBgColor { background-color: #B447B8; }

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

This div background color is #B447B8.

Border color

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

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

This div border color is #B447B8.

Opacity

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

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

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

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

This text has shadow with #B447B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B447B8.

Preview

Color preview on black background

This text has color #B447B8 on black background.


Color preview on white background

This text has color #B447B8 on white background.


Black color preview on #B447B8 background

This text has black color on #B447B8 background.


White color preview on #B447B8 background

This text has white color on #B447B8 background.


Related colors

Complementary color

Complementary color for #hex is #4BB847.


I love getcolorcode.com

Triadic colors

1 #B8B447 and #47B8B4 with #B447B8 are triadic colors.

2 #B847B4 and #47B4B8 with #B447B8 are triadic colors.