COLOR #B330B1

HEX: #B330B1
RGB: (179,48,177)

Color info

#B330B1 contains mainly red and blue colors. Web safe color of #B330B1 is #993399 (or #939).

RGB color model

#B330B1 color RGB value is (179,48,177).

  • red value is 179;
  • green value is 48;
  • blue value is 177.
RGB:
(179,48,177)
(70%,19%,69%)

RGB channels and saturation

R 179 of 255 = 70%
G 48 of 255 = 19%
B 177 of 255 = 69%

179
48
177

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

Portions of RGB colors in percentages

R + G + B =
179 + 48 + 177 = 404 (100%)
R 179 of 404 ~ 44.31%
G 48 of 404 ~ 11.88%
B 177 of 404 ~ 43.81%

%44.31
%11.88
%43.81

CMYK color model

#B330B1 color CMYK value is (0,73,1,30).

  • cyan value is 0.00%
  • magenta value is 73.18%
  • yellow value is 1.12%
  • key color value is 29.80%
CMYK:
(0,73,1,30)
C0M73Y1K30 
(0%,73%,1%,30%)
(0.00/0.73/0.01/0.30)	

CMYK percentages

%0
%73.18
%1.12
%29.8

Codes

Color #B330B1 in popluar color models

B330B1
RGB17948177
HSL301°57.71%44.51%
HSB/HSV301°73.18%70.20%
CMYK0.00%73.18%1.12%
29.80%

Color #B330B1 in popluar number systems.

HEXB330B1
Decimal17948177
Binary1011001111000010110001
Octal26360261

Shades and tints

Shades of #B330B1

#B330B1
(179,48,177)
#A32CA1
(163,44,161)
#932891
(147,40,145)
#832481
(131,36,129)
#732071
(115,32,113)
#631C61
(99,28,97)
#531851
(83,24,81)
#431441
(67,20,65)
#331031
(51,16,49)
#230C21
(35,12,33)
#130811
(19,8,17)
#000000
(0,0,0)

Tints of #B330B1

#B330B1
(179,48,177)
#B942B8
(185,66,184)
#BF54BF
(191,84,191)
#C566C6
(197,102,198)
#CB78CD
(203,120,205)
#D18AD4
(209,138,212)
#D79CDB
(215,156,219)
#DDAEE2
(221,174,226)
#E3C0E9
(227,192,233)
#E9D2F0
(233,210,240)
#EFE4F7
(239,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B330B1 color. Also use rgb(179,48,177) instead hex code.

Text Font Color

.myTextColor { color: #B330B1; }

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

This text font color is #B330B1.


Background Color

.myBgColor { background-color: #B330B1; }

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

This div background color is #B330B1.


Border color

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

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

This div border color is #B330B1.


Opacity

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

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

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

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

This text has shadow with #B330B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B330B1 on black background.


Color preview on white background

This text has color #B330B1 on white background.



Black color preview on #B330B1 background

This text has black color on #B330B1 background.


White color preview on #B330B1 background

This text has white color on #B330B1 background.