COLOR #B35EBF

HEX: #B35EBF
RGB: (179,94,191)

Color info

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

RGB color model

#B35EBF color RGB value is (179,94,191).

  • red value is 179;
  • green value is 94;
  • blue value is 191.
RGB:
(179,94,191)
(70%,37%,75%)

RGB channels and saturation

R 179 of 255 = 70%
G 94 of 255 = 37%
B 191 of 255 = 75%

179
94
191

R + G + B ~ 61%. #B35EBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 94 + 191 = 464 (100%)
R 179 of 464 ~ 38.58%
G 94 of 464 ~ 20.26%
B 191 of 464 ~ 41.16%

%38.58
%20.26
%41.16

CMYK color model

#B35EBF color CMYK value is (6,51,0,25).

  • cyan value is 6.28%
  • magenta value is 50.79%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(6,51,0,25)
C6M51Y0K25 
(6%,51%,0%,25%)
(0.06/0.51/0.00/0.25)	

CMYK percentages

%6.28
%50.79
%0
%25.1

Codes

Color #B35EBF in popluar color models

B35EBF
RGB17994191
HSL293°43.11%55.88%
HSB/HSV293°50.79%74.90%
CMYK6.28%50.79%0.00%
25.10%

Color #B35EBF in popluar number systems.

HEXB35EBF
Decimal17994191
Binary10110011101111010111111
Octal263136277

Shades and tints

Shades of #B35EBF

#B35EBF
(179,94,191)
#A356AE
(163,86,174)
#934E9D
(147,78,157)
#83468C
(131,70,140)
#733E7B
(115,62,123)
#63366A
(99,54,106)
#532E59
(83,46,89)
#432648
(67,38,72)
#331E37
(51,30,55)
#231626
(35,22,38)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #B35EBF

#B35EBF
(179,94,191)
#B96CC4
(185,108,196)
#BF7AC9
(191,122,201)
#C588CE
(197,136,206)
#CB96D3
(203,150,211)
#D1A4D8
(209,164,216)
#D7B2DD
(215,178,221)
#DDC0E2
(221,192,226)
#E3CEE7
(227,206,231)
#E9DCEC
(233,220,236)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B35EBF color. Also use rgb(179,94,191) instead hex code.

Text Font Color

.myTextColor { color: #B35EBF; }

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

This text font color is #B35EBF.


Background Color

.myBgColor { background-color: #B35EBF; }

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

This div background color is #B35EBF.


Border color

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

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

This div border color is #B35EBF.


Opacity

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

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

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

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

This text has shadow with #B35EBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B35EBF on black background.


Color preview on white background

This text has color #B35EBF on white background.



Black color preview on #B35EBF background

This text has black color on #B35EBF background.


White color preview on #B35EBF background

This text has white color on #B35EBF background.