COLOR #B439B5

HEX: #B439B5
RGB: (180,57,181)

Color info

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

RGB color model

#B439B5 color RGB value is (180,57,181).

  • red value is 180;
  • green value is 57;
  • blue value is 181.
RGB:
(180,57,181)
(71%,22%,71%)

RGB channels and saturation

R 180 of 255 = 71%
G 57 of 255 = 22%
B 181 of 255 = 71%

180
57
181

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

Portions of RGB colors in percentages

R + G + B =
180 + 57 + 181 = 418 (100%)
R 180 of 418 ~ 43.06%
G 57 of 418 ~ 13.64%
B 181 of 418 ~ 43.3%

%43.06
%13.64
%43.3

CMYK color model

#B439B5 color CMYK value is (1,69,0,29).

  • cyan value is 0.55%
  • magenta value is 68.51%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(1,69,0,29)
C1M69Y0K29 
(1%,69%,0%,29%)
(0.01/0.69/0.00/0.29)	

CMYK percentages

%0.55
%68.51
%0
%29.02

Codes

Color #B439B5 in popluar color models

B439B5
RGB18057181
HSL300°52.10%46.67%
HSB/HSV300°68.51%70.98%
CMYK0.55%68.51%0.00%
29.02%

Color #B439B5 in popluar number systems.

HEXB439B5
Decimal18057181
Binary1011010011100110110101
Octal26471265

Shades and tints

Shades of #B439B5

#B439B5
(180,57,181)
#A434A5
(164,52,165)
#942F95
(148,47,149)
#842A85
(132,42,133)
#742575
(116,37,117)
#642065
(100,32,101)
#541B55
(84,27,85)
#441645
(68,22,69)
#341135
(52,17,53)
#240C25
(36,12,37)
#140715
(20,7,21)
#000000
(0,0,0)

Tints of #B439B5

#B439B5
(180,57,181)
#BA4BBB
(186,75,187)
#C05DC1
(192,93,193)
#C66FC7
(198,111,199)
#CC81CD
(204,129,205)
#D293D3
(210,147,211)
#D8A5D9
(216,165,217)
#DEB7DF
(222,183,223)
#E4C9E5
(228,201,229)
#EADBEB
(234,219,235)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B439B5 color. Also use rgb(180,57,181) instead hex code.

Text Font Color

.myTextColor { color: #B439B5; }

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

This text font color is #B439B5.


Background Color

.myBgColor { background-color: #B439B5; }

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

This div background color is #B439B5.


Border color

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

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

This div border color is #B439B5.


Opacity

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

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

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

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

This text has shadow with #B439B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B439B5 on black background.


Color preview on white background

This text has color #B439B5 on white background.



Black color preview on #B439B5 background

This text has black color on #B439B5 background.


White color preview on #B439B5 background

This text has white color on #B439B5 background.