COLOR #B13CFB

HEX: #B13CFB
RGB: (177,60,251)

Color info

#B13CFB contains mainly blue color. Web safe color of #B13CFB is #9933FF (or #93F).

RGB color model

#B13CFB color RGB value is (177,60,251).

  • red value is 177;
  • green value is 60;
  • blue value is 251.
RGB:
(177,60,251)
(69%,24%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 60 of 255 = 24%
B 251 of 255 = 98%

177
60
251

R + G + B ~ 64%. #B13CFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 60 + 251 = 488 (100%)
R 177 of 488 ~ 36.27%
G 60 of 488 ~ 12.3%
B 251 of 488 ~ 51.43%

%36.27
%12.3
%51.43

CMYK color model

#B13CFB color CMYK value is (29,76,0,2).

  • cyan value is 29.48%
  • magenta value is 76.10%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,76,0,2)
C29M76Y0K2 
(29%,76%,0%,2%)
(0.29/0.76/0.00/0.02)	

CMYK percentages

%29.48
%76.1
%0
%1.57

Codes

Color #B13CFB in popluar color models

B13CFB
RGB17760251
HSL277°95.98%60.98%
HSB/HSV277°76.10%98.43%
CMYK29.48%76.10%0.00%
1.57%

Color #B13CFB in popluar number systems.

HEXB13CFB
Decimal17760251
Binary1011000111110011111011
Octal26174373

Shades and tints

Shades of #B13CFB

#B13CFB
(177,60,251)
#A137E5
(161,55,229)
#9132CF
(145,50,207)
#812DB9
(129,45,185)
#7128A3
(113,40,163)
#61238D
(97,35,141)
#511E77
(81,30,119)
#411961
(65,25,97)
#31144B
(49,20,75)
#210F35
(33,15,53)
#110A1F
(17,10,31)
#000000
(0,0,0)

Tints of #B13CFB

#B13CFB
(177,60,251)
#B84DFB
(184,77,251)
#BF5EFB
(191,94,251)
#C66FFB
(198,111,251)
#CD80FB
(205,128,251)
#D491FB
(212,145,251)
#DBA2FB
(219,162,251)
#E2B3FB
(226,179,251)
#E9C4FB
(233,196,251)
#F0D5FB
(240,213,251)
#F7E6FB
(247,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B13CFB color. Also use rgb(177,60,251) instead hex code.

Text Font Color

.myTextColor { color: #B13CFB; }

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

This text font color is #B13CFB.


Background Color

.myBgColor { background-color: #B13CFB; }

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

This div background color is #B13CFB.


Border color

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

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

This div border color is #B13CFB.


Opacity

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

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

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

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

This text has shadow with #B13CFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B13CFB on black background.


Color preview on white background

This text has color #B13CFB on white background.



Black color preview on #B13CFB background

This text has black color on #B13CFB background.


White color preview on #B13CFB background

This text has white color on #B13CFB background.