COLOR #BB95F9

HEX: #BB95F9
RGB: (187,149,249)

Color info

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

RGB color model

#BB95F9 color RGB value is (187,149,249).

  • red value is 187;
  • green value is 149;
  • blue value is 249.
RGB:
(187,149,249)
(73%,58%,98%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 249 of 255 = 98%

187
149
249

R + G + B ~ 76%. #BB95F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 149 + 249 = 585 (100%)
R 187 of 585 ~ 31.97%
G 149 of 585 ~ 25.47%
B 249 of 585 ~ 42.56%

%31.97
%25.47
%42.56

CMYK color model

#BB95F9 color CMYK value is (25,40,0,2).

  • cyan value is 24.90%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(25,40,0,2)
C25M40Y0K2 
(25%,40%,0%,2%)
(0.25/0.40/0.00/0.02)	

CMYK percentages

%24.9
%40.16
%0
%2.35

Codes

Color #BB95F9 in popluar color models

BB95F9
RGB187149249
HSL263°89.29%78.04%
HSB/HSV263°40.16%97.65%
CMYK24.90%40.16%0.00%
2.35%

Color #BB95F9 in popluar number systems.

HEXBB95F9
Decimal187149249
Binary101110111001010111111001
Octal273225371

Shades and tints

Shades of #BB95F9

#BB95F9
(187,149,249)
#AA88E3
(170,136,227)
#997BCD
(153,123,205)
#886EB7
(136,110,183)
#7761A1
(119,97,161)
#66548B
(102,84,139)
#554775
(85,71,117)
#443A5F
(68,58,95)
#332D49
(51,45,73)
#222033
(34,32,51)
#11131D
(17,19,29)
#000000
(0,0,0)

Tints of #BB95F9

#BB95F9
(187,149,249)
#C19EF9
(193,158,249)
#C7A7F9
(199,167,249)
#CDB0F9
(205,176,249)
#D3B9F9
(211,185,249)
#D9C2F9
(217,194,249)
#DFCBF9
(223,203,249)
#E5D4F9
(229,212,249)
#EBDDF9
(235,221,249)
#F1E6F9
(241,230,249)
#F7EFF9
(247,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB95F9 color. Also use rgb(187,149,249) instead hex code.

Text Font Color

.myTextColor { color: #BB95F9; }

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

This text font color is #BB95F9.


Background Color

.myBgColor { background-color: #BB95F9; }

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

This div background color is #BB95F9.


Border color

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

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

This div border color is #BB95F9.


Opacity

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

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

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

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

This text has shadow with #BB95F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB95F9 on black background.


Color preview on white background

This text has color #BB95F9 on white background.



Black color preview on #BB95F9 background

This text has black color on #BB95F9 background.


White color preview on #BB95F9 background

This text has white color on #BB95F9 background.