COLOR #B449D3

HEX: #B449D3
RGB: (180,73,211)

Color info

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

RGB color model

#B449D3 color RGB value is (180,73,211).

  • red value is 180;
  • green value is 73;
  • blue value is 211.
RGB:
(180,73,211)
(71%,29%,83%)

RGB channels and saturation

R 180 of 255 = 71%
G 73 of 255 = 29%
B 211 of 255 = 83%

180
73
211

R + G + B ~ 61%. #B449D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 73 + 211 = 464 (100%)
R 180 of 464 ~ 38.79%
G 73 of 464 ~ 15.73%
B 211 of 464 ~ 45.47%

%38.79
%15.73
%45.47

CMYK color model

#B449D3 color CMYK value is (15,65,0,17).

  • cyan value is 14.69%
  • magenta value is 65.40%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(15,65,0,17)
C15M65Y0K17 
(15%,65%,0%,17%)
(0.15/0.65/0.00/0.17)	

CMYK percentages

%14.69
%65.4
%0
%17.25

Codes

Color #B449D3 in popluar color models

B449D3
RGB18073211
HSL287°61.06%55.69%
HSB/HSV287°65.40%82.75%
CMYK14.69%65.40%0.00%
17.25%

Color #B449D3 in popluar number systems.

HEXB449D3
Decimal18073211
Binary10110100100100111010011
Octal264111323

Shades and tints

Shades of #B449D3

#B449D3
(180,73,211)
#A443C0
(164,67,192)
#943DAD
(148,61,173)
#84379A
(132,55,154)
#743187
(116,49,135)
#642B74
(100,43,116)
#542561
(84,37,97)
#441F4E
(68,31,78)
#34193B
(52,25,59)
#241328
(36,19,40)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #B449D3

#B449D3
(180,73,211)
#BA59D7
(186,89,215)
#C069DB
(192,105,219)
#C679DF
(198,121,223)
#CC89E3
(204,137,227)
#D299E7
(210,153,231)
#D8A9EB
(216,169,235)
#DEB9EF
(222,185,239)
#E4C9F3
(228,201,243)
#EAD9F7
(234,217,247)
#F0E9FB
(240,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B449D3 color. Also use rgb(180,73,211) instead hex code.

Text Font Color

.myTextColor { color: #B449D3; }

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

This text font color is #B449D3.


Background Color

.myBgColor { background-color: #B449D3; }

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

This div background color is #B449D3.


Border color

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

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

This div border color is #B449D3.


Opacity

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

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

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

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

This text has shadow with #B449D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B449D3 on black background.


Color preview on white background

This text has color #B449D3 on white background.



Black color preview on #B449D3 background

This text has black color on #B449D3 background.


White color preview on #B449D3 background

This text has white color on #B449D3 background.