COLOR #B63889

HEX: #B63889
RGB: (182,56,137)

Color info

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

RGB color model

#B63889 color RGB value is (182,56,137).

  • red value is 182;
  • green value is 56;
  • blue value is 137.
RGB:
(182,56,137)
(71%,22%,54%)

RGB channels and saturation

R 182 of 255 = 71%
G 56 of 255 = 22%
B 137 of 255 = 54%

182
56
137

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

Portions of RGB colors in percentages

R + G + B =
182 + 56 + 137 = 375 (100%)
R 182 of 375 ~ 48.53%
G 56 of 375 ~ 14.93%
B 137 of 375 ~ 36.53%

%48.53
%14.93
%36.53

CMYK color model

#B63889 color CMYK value is (0,69,25,29).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 24.73%
  • key color value is 28.63%
CMYK:
(0,69,25,29)
C0M69Y25K29 
(0%,69%,25%,29%)
(0.00/0.69/0.25/0.29)	

CMYK percentages

%0
%69.23
%24.73
%28.63

Codes

Color #B63889 in popluar color models

B63889
RGB18256137
HSL321°52.94%46.67%
HSB/HSV321°69.23%71.37%
CMYK0.00%69.23%24.73%
28.63%

Color #B63889 in popluar number systems.

HEXB63889
Decimal18256137
Binary1011011011100010001001
Octal26670211

Shades and tints

Shades of #B63889

#B63889
(182,56,137)
#A6337D
(166,51,125)
#962E71
(150,46,113)
#862965
(134,41,101)
#762459
(118,36,89)
#661F4D
(102,31,77)
#561A41
(86,26,65)
#461535
(70,21,53)
#361029
(54,16,41)
#260B1D
(38,11,29)
#160611
(22,6,17)
#000000
(0,0,0)

Tints of #B63889

#B63889
(182,56,137)
#BC4A93
(188,74,147)
#C25C9D
(194,92,157)
#C86EA7
(200,110,167)
#CE80B1
(206,128,177)
#D492BB
(212,146,187)
#DAA4C5
(218,164,197)
#E0B6CF
(224,182,207)
#E6C8D9
(230,200,217)
#ECDAE3
(236,218,227)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B63889 color. Also use rgb(182,56,137) instead hex code.

Text Font Color

.myTextColor { color: #B63889; }

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

This text font color is #B63889.


Background Color

.myBgColor { background-color: #B63889; }

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

This div background color is #B63889.


Border color

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

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

This div border color is #B63889.


Opacity

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

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

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

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

This text has shadow with #B63889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B63889 on black background.


Color preview on white background

This text has color #B63889 on white background.



Black color preview on #B63889 background

This text has black color on #B63889 background.


White color preview on #B63889 background

This text has white color on #B63889 background.