COLOR #B01DE9

HEX: #B01DE9
RGB: (176,29,233)

Color info

#B01DE9 contains mainly red and blue colors. Web safe color of #B01DE9 is #9933FF (or #93F).

RGB color model

#B01DE9 color RGB value is (176,29,233).

  • red value is 176;
  • green value is 29;
  • blue value is 233.
RGB:
(176,29,233)
(69%,11%,91%)

RGB channels and saturation

R 176 of 255 = 69%
G 29 of 255 = 11%
B 233 of 255 = 91%

176
29
233

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

Portions of RGB colors in percentages

R + G + B =
176 + 29 + 233 = 438 (100%)
R 176 of 438 ~ 40.18%
G 29 of 438 ~ 6.62%
B 233 of 438 ~ 53.2%

%40.18
%53.2

CMYK color model

#B01DE9 color CMYK value is (24,88,0,9).

  • cyan value is 24.46%
  • magenta value is 87.55%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(24,88,0,9)
C24M88Y0K9 
(24%,88%,0%,9%)
(0.24/0.88/0.00/0.09)	

CMYK percentages

%24.46
%87.55
%0
%8.63

Codes

Color #B01DE9 in popluar color models

B01DE9
RGB17629233
HSL283°82.26%51.37%
HSB/HSV283°87.55%91.37%
CMYK24.46%87.55%0.00%
8.63%

Color #B01DE9 in popluar number systems.

HEXB01DE9
Decimal17629233
Binary101100001110111101001
Octal26035351

Shades and tints

Shades of #B01DE9

#B01DE9
(176,29,233)
#A01BD4
(160,27,212)
#9019BF
(144,25,191)
#8017AA
(128,23,170)
#701595
(112,21,149)
#601380
(96,19,128)
#50116B
(80,17,107)
#400F56
(64,15,86)
#300D41
(48,13,65)
#200B2C
(32,11,44)
#100917
(16,9,23)
#000000
(0,0,0)

Tints of #B01DE9

#B01DE9
(176,29,233)
#B731EB
(183,49,235)
#BE45ED
(190,69,237)
#C559EF
(197,89,239)
#CC6DF1
(204,109,241)
#D381F3
(211,129,243)
#DA95F5
(218,149,245)
#E1A9F7
(225,169,247)
#E8BDF9
(232,189,249)
#EFD1FB
(239,209,251)
#F6E5FD
(246,229,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B01DE9 color. Also use rgb(176,29,233) instead hex code.

Text Font Color

.myTextColor { color: #B01DE9; }

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

This text font color is #B01DE9.


Background Color

.myBgColor { background-color: #B01DE9; }

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

This div background color is #B01DE9.


Border color

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

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

This div border color is #B01DE9.


Opacity

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

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

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

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

This text has shadow with #B01DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B01DE9 on black background.


Color preview on white background

This text has color #B01DE9 on white background.



Black color preview on #B01DE9 background

This text has black color on #B01DE9 background.


White color preview on #B01DE9 background

This text has white color on #B01DE9 background.