COLOR #B4359A

HEX: #B4359A
RGB: (180,53,154)

Color info

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

RGB color model

#B4359A color RGB value is (180,53,154).

  • red value is 180;
  • green value is 53;
  • blue value is 154.
RGB:
(180,53,154)
(71%,21%,60%)

RGB channels and saturation

R 180 of 255 = 71%
G 53 of 255 = 21%
B 154 of 255 = 60%

180
53
154

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

Portions of RGB colors in percentages

R + G + B =
180 + 53 + 154 = 387 (100%)
R 180 of 387 ~ 46.51%
G 53 of 387 ~ 13.7%
B 154 of 387 ~ 39.79%

%46.51
%13.7
%39.79

CMYK color model

#B4359A color CMYK value is (0,71,14,29).

  • cyan value is 0.00%
  • magenta value is 70.56%
  • yellow value is 14.44%
  • key color value is 29.41%
CMYK:
(0,71,14,29)
C0M71Y14K29 
(0%,71%,14%,29%)
(0.00/0.71/0.14/0.29)	

CMYK percentages

%0
%70.56
%14.44
%29.41

Codes

Color #B4359A in popluar color models

B4359A
RGB18053154
HSL312°54.51%45.69%
HSB/HSV312°70.56%70.59%
CMYK0.00%70.56%14.44%
29.41%

Color #B4359A in popluar number systems.

HEXB4359A
Decimal18053154
Binary1011010011010110011010
Octal26465232

Shades and tints

Shades of #B4359A

#B4359A
(180,53,154)
#A4318C
(164,49,140)
#942D7E
(148,45,126)
#842970
(132,41,112)
#742562
(116,37,98)
#642154
(100,33,84)
#541D46
(84,29,70)
#441938
(68,25,56)
#34152A
(52,21,42)
#24111C
(36,17,28)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #B4359A

#B4359A
(180,53,154)
#BA47A3
(186,71,163)
#C059AC
(192,89,172)
#C66BB5
(198,107,181)
#CC7DBE
(204,125,190)
#D28FC7
(210,143,199)
#D8A1D0
(216,161,208)
#DEB3D9
(222,179,217)
#E4C5E2
(228,197,226)
#EAD7EB
(234,215,235)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4359A color. Also use rgb(180,53,154) instead hex code.

Text Font Color

.myTextColor { color: #B4359A; }

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

This text font color is #B4359A.


Background Color

.myBgColor { background-color: #B4359A; }

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

This div background color is #B4359A.


Border color

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

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

This div border color is #B4359A.


Opacity

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

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

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

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

This text has shadow with #B4359A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4359A on black background.


Color preview on white background

This text has color #B4359A on white background.



Black color preview on #B4359A background

This text has black color on #B4359A background.


White color preview on #B4359A background

This text has white color on #B4359A background.