COLOR #B153EB

HEX: #B153EB
RGB: (177,83,235)

Color info

#B153EB contains mainly red and blue colors. Web safe color of #B153EB is #9966FF (or #96F).

RGB color model

#B153EB color RGB value is (177,83,235).

  • red value is 177;
  • green value is 83;
  • blue value is 235.
RGB:
(177,83,235)
(69%,33%,92%)

RGB channels and saturation

R 177 of 255 = 69%
G 83 of 255 = 33%
B 235 of 255 = 92%

177
83
235

R + G + B ~ 65%. #B153EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 83 + 235 = 495 (100%)
R 177 of 495 ~ 35.76%
G 83 of 495 ~ 16.77%
B 235 of 495 ~ 47.47%

%35.76
%16.77
%47.47

CMYK color model

#B153EB color CMYK value is (25,65,0,8).

  • cyan value is 24.68%
  • magenta value is 64.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,65,0,8)
C25M65Y0K8 
(25%,65%,0%,8%)
(0.25/0.65/0.00/0.08)	

CMYK percentages

%24.68
%64.68
%0
%7.84

Codes

Color #B153EB in popluar color models

B153EB
RGB17783235
HSL277°79.17%62.35%
HSB/HSV277°64.68%92.16%
CMYK24.68%64.68%0.00%
7.84%

Color #B153EB in popluar number systems.

HEXB153EB
Decimal17783235
Binary10110001101001111101011
Octal261123353

Shades and tints

Shades of #B153EB

#B153EB
(177,83,235)
#A14CD6
(161,76,214)
#9145C1
(145,69,193)
#813EAC
(129,62,172)
#713797
(113,55,151)
#613082
(97,48,130)
#51296D
(81,41,109)
#412258
(65,34,88)
#311B43
(49,27,67)
#21142E
(33,20,46)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #B153EB

#B153EB
(177,83,235)
#B862EC
(184,98,236)
#BF71ED
(191,113,237)
#C680EE
(198,128,238)
#CD8FEF
(205,143,239)
#D49EF0
(212,158,240)
#DBADF1
(219,173,241)
#E2BCF2
(226,188,242)
#E9CBF3
(233,203,243)
#F0DAF4
(240,218,244)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B153EB color. Also use rgb(177,83,235) instead hex code.

Text Font Color

.myTextColor { color: #B153EB; }

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

This text font color is #B153EB.


Background Color

.myBgColor { background-color: #B153EB; }

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

This div background color is #B153EB.


Border color

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

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

This div border color is #B153EB.


Opacity

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

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

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

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

This text has shadow with #B153EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B153EB on black background.


Color preview on white background

This text has color #B153EB on white background.



Black color preview on #B153EB background

This text has black color on #B153EB background.


White color preview on #B153EB background

This text has white color on #B153EB background.