COLOR #BB89FA

HEX: #BB89FA
RGB: (187,137,250)

Color info

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

RGB color model

#BB89FA color RGB value is (187,137,250).

  • red value is 187;
  • green value is 137;
  • blue value is 250.
RGB:
(187,137,250)
(73%,54%,98%)

RGB channels and saturation

R 187 of 255 = 73%
G 137 of 255 = 54%
B 250 of 255 = 98%

187
137
250

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

Portions of RGB colors in percentages

R + G + B =
187 + 137 + 250 = 574 (100%)
R 187 of 574 ~ 32.58%
G 137 of 574 ~ 23.87%
B 250 of 574 ~ 43.55%

%32.58
%23.87
%43.55

CMYK color model

#BB89FA color CMYK value is (25,45,0,2).

  • cyan value is 25.20%
  • magenta value is 45.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(25,45,0,2)
C25M45Y0K2 
(25%,45%,0%,2%)
(0.25/0.45/0.00/0.02)	

CMYK percentages

%25.2
%45.2
%0
%1.96

Codes

Color #BB89FA in popluar color models

BB89FA
RGB187137250
HSL267°91.87%75.88%
HSB/HSV267°45.20%98.04%
CMYK25.20%45.20%0.00%
1.96%

Color #BB89FA in popluar number systems.

HEXBB89FA
Decimal187137250
Binary101110111000100111111010
Octal273211372

Shades and tints

Shades of #BB89FA

#BB89FA
(187,137,250)
#AA7DE4
(170,125,228)
#9971CE
(153,113,206)
#8865B8
(136,101,184)
#7759A2
(119,89,162)
#664D8C
(102,77,140)
#554176
(85,65,118)
#443560
(68,53,96)
#33294A
(51,41,74)
#221D34
(34,29,52)
#11111E
(17,17,30)
#000000
(0,0,0)

Tints of #BB89FA

#BB89FA
(187,137,250)
#C193FA
(193,147,250)
#C79DFA
(199,157,250)
#CDA7FA
(205,167,250)
#D3B1FA
(211,177,250)
#D9BBFA
(217,187,250)
#DFC5FA
(223,197,250)
#E5CFFA
(229,207,250)
#EBD9FA
(235,217,250)
#F1E3FA
(241,227,250)
#F7EDFA
(247,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB89FA color. Also use rgb(187,137,250) instead hex code.

Text Font Color

.myTextColor { color: #BB89FA; }

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

This text font color is #BB89FA.


Background Color

.myBgColor { background-color: #BB89FA; }

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

This div background color is #BB89FA.


Border color

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

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

This div border color is #BB89FA.


Opacity

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

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

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

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

This text has shadow with #BB89FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB89FA on black background.


Color preview on white background

This text has color #BB89FA on white background.



Black color preview on #BB89FA background

This text has black color on #BB89FA background.


White color preview on #BB89FA background

This text has white color on #BB89FA background.