COLOR #B005E5

HEX: #B005E5
RGB: (176,5,229)

Color info

#B005E5 contains mainly red and blue colors. Web safe color of #B005E5 is #9900CC (or #90C).

RGB color model

#B005E5 color RGB value is (176,5,229).

  • red value is 176;
  • green value is 5;
  • blue value is 229.
RGB:
(176,5,229)
(69%,2%,90%)

RGB channels and saturation

R 176 of 255 = 69%
G 5 of 255 = 2%
B 229 of 255 = 90%

176
5
229

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

Portions of RGB colors in percentages

R + G + B =
176 + 5 + 229 = 410 (100%)
R 176 of 410 ~ 42.93%
G 5 of 410 ~ 1.22%
B 229 of 410 ~ 55.85%

%42.93
%55.85

CMYK color model

#B005E5 color CMYK value is (23,98,0,10).

  • cyan value is 23.14%
  • magenta value is 97.82%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(23,98,0,10)
C23M98Y0K10 
(23%,98%,0%,10%)
(0.23/0.98/0.00/0.10)	

CMYK percentages

%23.14
%97.82
%0
%10.2

Codes

Color #B005E5 in popluar color models

B005E5
RGB1765229
HSL286°95.73%45.88%
HSB/HSV286°97.82%89.80%
CMYK23.14%97.82%0.00%
10.20%

Color #B005E5 in popluar number systems.

HEXB005E5
Decimal1765229
Binary1011000010111100101
Octal2605345

Shades and tints

Shades of #B005E5

#B005E5
(176,5,229)
#A005D1
(160,5,209)
#9005BD
(144,5,189)
#8005A9
(128,5,169)
#700595
(112,5,149)
#600581
(96,5,129)
#50056D
(80,5,109)
#400559
(64,5,89)
#300545
(48,5,69)
#200531
(32,5,49)
#10051D
(16,5,29)
#000000
(0,0,0)

Tints of #B005E5

#B005E5
(176,5,229)
#B71BE7
(183,27,231)
#BE31E9
(190,49,233)
#C547EB
(197,71,235)
#CC5DED
(204,93,237)
#D373EF
(211,115,239)
#DA89F1
(218,137,241)
#E19FF3
(225,159,243)
#E8B5F5
(232,181,245)
#EFCBF7
(239,203,247)
#F6E1F9
(246,225,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B005E5 color. Also use rgb(176,5,229) instead hex code.

Text Font Color

.myTextColor { color: #B005E5; }

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

This text font color is #B005E5.


Background Color

.myBgColor { background-color: #B005E5; }

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

This div background color is #B005E5.


Border color

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

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

This div border color is #B005E5.


Opacity

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

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

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

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

This text has shadow with #B005E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B005E5 on black background.


Color preview on white background

This text has color #B005E5 on white background.



Black color preview on #B005E5 background

This text has black color on #B005E5 background.


White color preview on #B005E5 background

This text has white color on #B005E5 background.