COLOR #B63D96

HEX: #B63D96 RGB: (182,61,150)

Color info

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

RGB color model

#B63D96 color RGB value is (182,61,150).

RGB: (182,61,150) (71%, 24%, 59%)

RGB channels and saturation

R 182 of 255 = 71%
G 61 of 255 = 24%
B 150 of 255 = 59%

182
61
150

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

Portions of RGB colors in percentages

R + G + B = 182 + 61 + 150 = 393 (100%)
R 182 of 393 ~ 46.31%
G 61 of 393 ~ 15.52%
B 150 of 393 ~ 38.17'%

%46.31
%15.52
%38.17

CMYK color model

#B63D96 color CMYK value is (0,66,18,29).

  • cyan value is 0.00%
  • magenta value is 66.48%
  • yellow value is 17.58%
  • key color value is 28.63%

CMYK: (0,66,18,29)
C0M66Y18K29 (0%, 66%, 18%, 29%)
(0.00 / 0.66 / 0.18 / 0.29)

CMYK percentages

%0
%66.48
%17.58
%28.63

Codes

Color #B63D96 in popluar color models

B6 3D 96
RGB 182 61 150
HSL 316° 49.79% 47.65%
HSB/HSV 316° 66.48% 71.37%
CMYK 0.00% 66.48% 17.58%
28.63%

Color #B63D96 in popluar number systems.

HEX B6 3D 96
Decimal 182 61 150
Binary 10110110 111101 10010110
Octal 266 75 226

Shades and tints

Shades of #B63D96

#B63D96
(182,61,150)
#A63889
(166,56,137)
#96337C
(150,51,124)
#862E6F
(134,46,111)
#762962
(118,41,98)
#662455
(102,36,85)
#561F48
(86,31,72)
#461A3B
(70,26,59)
#36152E
(54,21,46)
#261021
(38,16,33)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #B63D96

#B63D96
(182,61,150)
#BC4E9F
(188,78,159)
#C25FA8
(194,95,168)
#C870B1
(200,112,177)
#CE81BA
(206,129,186)
#D492C3
(212,146,195)
#DAA3CC
(218,163,204)
#E0B4D5
(224,180,213)
#E6C5DE
(230,197,222)
#ECD6E7
(236,214,231)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B63D96 color. Also use rgb(182,61,150) instead hex code.

Text Font Color

.myTextColor { color: #B63D96; }

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

This text font color is #B63D96.

Background Color

.myBgColor { background-color: #B63D96; }

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

This div background color is #B63D96.

Border color

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

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

This div border color is #B63D96.

Opacity

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

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

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

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

This text has shadow with #B63D96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B63D96.

Preview

Color preview on black background

This text has color #B63D96 on black background.


Color preview on white background

This text has color #B63D96 on white background.


Black color preview on #B63D96 background

This text has black color on #B63D96 background.


White color preview on #B63D96 background

This text has white color on #B63D96 background.


Related colors

Complementary color

Complementary color for #hex is #49C269.


I love getcolorcode.com

Triadic colors

1 #96B63D and #3D96B6 with #B63D96 are triadic colors.

2 #963DB6 and #3DB696 with #B63D96 are triadic colors.