COLOR #BB73F5

HEX: #BB73F5
RGB: (187,115,245)

Color info

#BB73F5 contains mainly red and blue colors. Web safe color of #BB73F5 is #CC66FF (or #C6F).

RGB color model

#BB73F5 color RGB value is (187,115,245).

  • red value is 187;
  • green value is 115;
  • blue value is 245.
RGB:
(187,115,245)
(73%,45%,96%)

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 245 of 255 = 96%

187
115
245

R + G + B ~ 71%. #BB73F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 245 = 547 (100%)
R 187 of 547 ~ 34.19%
G 115 of 547 ~ 21.02%
B 245 of 547 ~ 44.79%

%34.19
%21.02
%44.79

CMYK color model

#BB73F5 color CMYK value is (24,53,0,4).

  • cyan value is 23.67%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,53,0,4)
C24M53Y0K4 
(24%,53%,0%,4%)
(0.24/0.53/0.00/0.04)	

CMYK percentages

%23.67
%53.06
%0
%3.92

Codes

Color #BB73F5 in popluar color models

BB73F5
RGB187115245
HSL273°86.67%70.59%
HSB/HSV273°53.06%96.08%
CMYK23.67%53.06%0.00%
3.92%

Color #BB73F5 in popluar number systems.

HEXBB73F5
Decimal187115245
Binary10111011111001111110101
Octal273163365

Shades and tints

Shades of #BB73F5

#BB73F5
(187,115,245)
#AA69DF
(170,105,223)
#995FC9
(153,95,201)
#8855B3
(136,85,179)
#774B9D
(119,75,157)
#664187
(102,65,135)
#553771
(85,55,113)
#442D5B
(68,45,91)
#332345
(51,35,69)
#22192F
(34,25,47)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #BB73F5

#BB73F5
(187,115,245)
#C17FF5
(193,127,245)
#C78BF5
(199,139,245)
#CD97F5
(205,151,245)
#D3A3F5
(211,163,245)
#D9AFF5
(217,175,245)
#DFBBF5
(223,187,245)
#E5C7F5
(229,199,245)
#EBD3F5
(235,211,245)
#F1DFF5
(241,223,245)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB73F5 color. Also use rgb(187,115,245) instead hex code.

Text Font Color

.myTextColor { color: #BB73F5; }

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

This text font color is #BB73F5.


Background Color

.myBgColor { background-color: #BB73F5; }

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

This div background color is #BB73F5.


Border color

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

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

This div border color is #BB73F5.


Opacity

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

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

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

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

This text has shadow with #BB73F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB73F5 on black background.


Color preview on white background

This text has color #BB73F5 on white background.



Black color preview on #BB73F5 background

This text has black color on #BB73F5 background.


White color preview on #BB73F5 background

This text has white color on #BB73F5 background.