COLOR #B88BF9

HEX: #B88BF9
RGB: (184,139,249)

Color info

#B88BF9 contains mainly blue color. Web safe color of #B88BF9 is #CC99FF (or #C9F).

RGB color model

#B88BF9 color RGB value is (184,139,249).

  • red value is 184;
  • green value is 139;
  • blue value is 249.
RGB:
(184,139,249)
(72%,55%,98%)

RGB channels and saturation

R 184 of 255 = 72%
G 139 of 255 = 55%
B 249 of 255 = 98%

184
139
249

R + G + B ~ 75%. #B88BF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 139 + 249 = 572 (100%)
R 184 of 572 ~ 32.17%
G 139 of 572 ~ 24.3%
B 249 of 572 ~ 43.53%

%32.17
%24.3
%43.53

CMYK color model

#B88BF9 color CMYK value is (26,44,0,2).

  • cyan value is 26.10%
  • magenta value is 44.18%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(26,44,0,2)
C26M44Y0K2 
(26%,44%,0%,2%)
(0.26/0.44/0.00/0.02)	

CMYK percentages

%26.1
%44.18
%0
%2.35

Codes

Color #B88BF9 in popluar color models

B88BF9
RGB184139249
HSL265°90.16%76.08%
HSB/HSV265°44.18%97.65%
CMYK26.10%44.18%0.00%
2.35%

Color #B88BF9 in popluar number systems.

HEXB88BF9
Decimal184139249
Binary101110001000101111111001
Octal270213371

Shades and tints

Shades of #B88BF9

#B88BF9
(184,139,249)
#A87FE3
(168,127,227)
#9873CD
(152,115,205)
#8867B7
(136,103,183)
#785BA1
(120,91,161)
#684F8B
(104,79,139)
#584375
(88,67,117)
#48375F
(72,55,95)
#382B49
(56,43,73)
#281F33
(40,31,51)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #B88BF9

#B88BF9
(184,139,249)
#BE95F9
(190,149,249)
#C49FF9
(196,159,249)
#CAA9F9
(202,169,249)
#D0B3F9
(208,179,249)
#D6BDF9
(214,189,249)
#DCC7F9
(220,199,249)
#E2D1F9
(226,209,249)
#E8DBF9
(232,219,249)
#EEE5F9
(238,229,249)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B88BF9 color. Also use rgb(184,139,249) instead hex code.

Text Font Color

.myTextColor { color: #B88BF9; }

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

This text font color is #B88BF9.


Background Color

.myBgColor { background-color: #B88BF9; }

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

This div background color is #B88BF9.


Border color

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

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

This div border color is #B88BF9.


Opacity

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

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

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

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

This text has shadow with #B88BF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B88BF9 on black background.


Color preview on white background

This text has color #B88BF9 on white background.



Black color preview on #B88BF9 background

This text has black color on #B88BF9 background.


White color preview on #B88BF9 background

This text has white color on #B88BF9 background.