COLOR #B43598

HEX: #B43598
RGB: (180,53,152)

Color info

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

RGB color model

#B43598 color RGB value is (180,53,152).

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

RGB channels and saturation

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

180
53
152

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

Portions of RGB colors in percentages

R + G + B =
180 + 53 + 152 = 385 (100%)
R 180 of 385 ~ 46.75%
G 53 of 385 ~ 13.77%
B 152 of 385 ~ 39.48%

%46.75
%13.77
%39.48

CMYK color model

#B43598 color CMYK value is (0,71,16,29).

  • cyan value is 0.00%
  • magenta value is 70.56%
  • yellow value is 15.56%
  • key color value is 29.41%
CMYK:
(0,71,16,29)
C0M71Y16K29 
(0%,71%,16%,29%)
(0.00/0.71/0.16/0.29)	

CMYK percentages

%0
%70.56
%15.56
%29.41

Codes

Color #B43598 in popluar color models

B43598
RGB18053152
HSL313°54.51%45.69%
HSB/HSV313°70.56%70.59%
CMYK0.00%70.56%15.56%
29.41%

Color #B43598 in popluar number systems.

HEXB43598
Decimal18053152
Binary1011010011010110011000
Octal26465230

Shades and tints

Shades of #B43598

#B43598
(180,53,152)
#A4318B
(164,49,139)
#942D7E
(148,45,126)
#842971
(132,41,113)
#742564
(116,37,100)
#642157
(100,33,87)
#541D4A
(84,29,74)
#44193D
(68,25,61)
#341530
(52,21,48)
#241123
(36,17,35)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #B43598

#B43598
(180,53,152)
#BA47A1
(186,71,161)
#C059AA
(192,89,170)
#C66BB3
(198,107,179)
#CC7DBC
(204,125,188)
#D28FC5
(210,143,197)
#D8A1CE
(216,161,206)
#DEB3D7
(222,179,215)
#E4C5E0
(228,197,224)
#EAD7E9
(234,215,233)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B43598; }

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

This text font color is #B43598.


Background Color

.myBgColor { background-color: #B43598; }

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

This div background color is #B43598.


Border color

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

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

This div border color is #B43598.


Opacity

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

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

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

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

This text has shadow with #B43598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B43598 on black background.


Color preview on white background

This text has color #B43598 on white background.



Black color preview on #B43598 background

This text has black color on #B43598 background.


White color preview on #B43598 background

This text has white color on #B43598 background.