COLOR #BB8CF6

HEX: #BB8CF6
RGB: (187,140,246)

Color info

#BB8CF6 contains mainly red and blue colors. Web safe color of #BB8CF6 is #CC99FF (or #C9F).

RGB color model

#BB8CF6 color RGB value is (187,140,246).

  • red value is 187;
  • green value is 140;
  • blue value is 246.
RGB:
(187,140,246)
(73%,55%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 140 of 255 = 55%
B 246 of 255 = 96%

187
140
246

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

Portions of RGB colors in percentages

R + G + B =
187 + 140 + 246 = 573 (100%)
R 187 of 573 ~ 32.64%
G 140 of 573 ~ 24.43%
B 246 of 573 ~ 42.93%

%32.64
%24.43
%42.93

CMYK color model

#BB8CF6 color CMYK value is (24,43,0,4).

  • cyan value is 23.98%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(24,43,0,4)
C24M43Y0K4 
(24%,43%,0%,4%)
(0.24/0.43/0.00/0.04)	

CMYK percentages

%23.98
%43.09
%0
%3.53

Codes

Color #BB8CF6 in popluar color models

BB8CF6
RGB187140246
HSL267°85.48%75.69%
HSB/HSV267°43.09%96.47%
CMYK23.98%43.09%0.00%
3.53%

Color #BB8CF6 in popluar number systems.

HEXBB8CF6
Decimal187140246
Binary101110111000110011110110
Octal273214366

Shades and tints

Shades of #BB8CF6

#BB8CF6
(187,140,246)
#AA80E0
(170,128,224)
#9974CA
(153,116,202)
#8868B4
(136,104,180)
#775C9E
(119,92,158)
#665088
(102,80,136)
#554472
(85,68,114)
#44385C
(68,56,92)
#332C46
(51,44,70)
#222030
(34,32,48)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #BB8CF6

#BB8CF6
(187,140,246)
#C196F6
(193,150,246)
#C7A0F6
(199,160,246)
#CDAAF6
(205,170,246)
#D3B4F6
(211,180,246)
#D9BEF6
(217,190,246)
#DFC8F6
(223,200,246)
#E5D2F6
(229,210,246)
#EBDCF6
(235,220,246)
#F1E6F6
(241,230,246)
#F7F0F6
(247,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8CF6 color. Also use rgb(187,140,246) instead hex code.

Text Font Color

.myTextColor { color: #BB8CF6; }

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

This text font color is #BB8CF6.


Background Color

.myBgColor { background-color: #BB8CF6; }

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

This div background color is #BB8CF6.


Border color

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

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

This div border color is #BB8CF6.


Opacity

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

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

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

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

This text has shadow with #BB8CF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB8CF6 on black background.


Color preview on white background

This text has color #BB8CF6 on white background.



Black color preview on #BB8CF6 background

This text has black color on #BB8CF6 background.


White color preview on #BB8CF6 background

This text has white color on #BB8CF6 background.