COLOR #B35DBB

HEX: #B35DBB
RGB: (179,93,187)

Color info

#B35DBB contains mainly red and blue colors. Web safe color of #B35DBB is #9966CC (or #96C).

RGB color model

#B35DBB color RGB value is (179,93,187).

  • red value is 179;
  • green value is 93;
  • blue value is 187.
RGB:
(179,93,187)
(70%,36%,73%)

RGB channels and saturation

R 179 of 255 = 70%
G 93 of 255 = 36%
B 187 of 255 = 73%

179
93
187

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

Portions of RGB colors in percentages

R + G + B =
179 + 93 + 187 = 459 (100%)
R 179 of 459 ~ 39%
G 93 of 459 ~ 20.26%
B 187 of 459 ~ 40.74%

%39
%20.26
%40.74

CMYK color model

#B35DBB color CMYK value is (4,50,0,27).

  • cyan value is 4.28%
  • magenta value is 50.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,50,0,27)
C4M50Y0K27 
(4%,50%,0%,27%)
(0.04/0.50/0.00/0.27)	

CMYK percentages

%4.28
%50.27
%0
%26.67

Codes

Color #B35DBB in popluar color models

B35DBB
RGB17993187
HSL295°40.87%54.90%
HSB/HSV295°50.27%73.33%
CMYK4.28%50.27%0.00%
26.67%

Color #B35DBB in popluar number systems.

HEXB35DBB
Decimal17993187
Binary10110011101110110111011
Octal263135273

Shades and tints

Shades of #B35DBB

#B35DBB
(179,93,187)
#A355AA
(163,85,170)
#934D99
(147,77,153)
#834588
(131,69,136)
#733D77
(115,61,119)
#633566
(99,53,102)
#532D55
(83,45,85)
#432544
(67,37,68)
#331D33
(51,29,51)
#231522
(35,21,34)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #B35DBB

#B35DBB
(179,93,187)
#B96BC1
(185,107,193)
#BF79C7
(191,121,199)
#C587CD
(197,135,205)
#CB95D3
(203,149,211)
#D1A3D9
(209,163,217)
#D7B1DF
(215,177,223)
#DDBFE5
(221,191,229)
#E3CDEB
(227,205,235)
#E9DBF1
(233,219,241)
#EFE9F7
(239,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35DBB color. Also use rgb(179,93,187) instead hex code.

Text Font Color

.myTextColor { color: #B35DBB; }

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

This text font color is #B35DBB.


Background Color

.myBgColor { background-color: #B35DBB; }

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

This div background color is #B35DBB.


Border color

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

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

This div border color is #B35DBB.


Opacity

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

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

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

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

This text has shadow with #B35DBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35DBB on black background.


Color preview on white background

This text has color #B35DBB on white background.



Black color preview on #B35DBB background

This text has black color on #B35DBB background.


White color preview on #B35DBB background

This text has white color on #B35DBB background.