COLOR #B331B7

HEX: #B331B7 RGB: (179,49,183)

Color info

#B331B7 contains mainly red and blue colors. Web safe color of #B331B7 is #9933CC (or #93C).

RGB color model

#B331B7 color RGB value is (179,49,183).

RGB: (179,49,183) (70%, 19%, 72%)

RGB channels and saturation

R 179 of 255 = 70%
G 49 of 255 = 19%
B 183 of 255 = 72%

179
49
183

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

Portions of RGB colors in percentages

R + G + B = 179 + 49 + 183 = 411 (100%)
R 179 of 411 ~ 43.55%
G 49 of 411 ~ 11.92%
B 183 of 411 ~ 44.53'%

%43.55
%11.92
%44.53

CMYK color model

#B331B7 color CMYK value is (2,73,0,28).

  • cyan value is 2.19%
  • magenta value is 73.22%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (2,73,0,28) C2M73Y0K28 (2%,73%,0%,28%) (0.02/0.73/0.00/0.28) 

CMYK percentages

%2.19
%73.22
%0
%28.24

Codes

Color #B331B7 in popluar color models

B3 31 B7
RGB 179 49 183
HSL 298° 57.76% 45.49%
HSB/HSV 298° 73.22% 71.76%
CMYK 2.19% 73.22% 0.00%
28.24%

Color #B331B7 in popluar number systems.

HEX B3 31 B7
Decimal 179 49 183
Binary 10110011 110001 10110111
Octal 263 61 267

Shades and tints

Shades of #B331B7

#B331B7
(179,49,183)
#A32DA7
(163,45,167)
#932997
(147,41,151)
#832587
(131,37,135)
#732177
(115,33,119)
#631D67
(99,29,103)
#531957
(83,25,87)
#431547
(67,21,71)
#331137
(51,17,55)
#230D27
(35,13,39)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #B331B7

#B331B7
(179,49,183)
#B943BD
(185,67,189)
#BF55C3
(191,85,195)
#C567C9
(197,103,201)
#CB79CF
(203,121,207)
#D18BD5
(209,139,213)
#D79DDB
(215,157,219)
#DDAFE1
(221,175,225)
#E3C1E7
(227,193,231)
#E9D3ED
(233,211,237)
#EFE5F3
(239,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B331B7 color. Also use rgb(179,49,183) instead hex code.

Text Font Color

.myTextColor { color: #B331B7; }

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

This text font color is #B331B7.

Background Color

.myBgColor { background-color: #B331B7; }

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

This div background color is #B331B7.

Border color

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

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

This div border color is #B331B7.

Opacity

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

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

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

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

This text has shadow with #B331B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B331B7.

Preview

Color preview on black background

This text has color #B331B7 on black background.


Color preview on white background

This text has color #B331B7 on white background.


Black color preview on #B331B7 background

This text has black color on #B331B7 background.


White color preview on #B331B7 background

This text has white color on #B331B7 background.


Related colors

Complementary color

Complementary color for #hex is #4CCE48.


I love getcolorcode.com

Triadic colors

1 #B7B331 and #31B7B3 with #B331B7 are triadic colors.

2 #B731B3 and #31B3B7 with #B331B7 are triadic colors.