COLOR #BB73D8

HEX: #BB73D8
RGB: (187,115,216)

Color info

#BB73D8 contains mainly red and blue colors. Web safe color of #BB73D8 is #CC66CC (or #C6C).

RGB color model

#BB73D8 color RGB value is (187,115,216).

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

RGB channels and saturation

R 187 of 255 = 73%
G 115 of 255 = 45%
B 216 of 255 = 85%

187
115
216

R + G + B ~ 68%. #BB73D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 115 + 216 = 518 (100%)
R 187 of 518 ~ 36.1%
G 115 of 518 ~ 22.2%
B 216 of 518 ~ 41.7%

%36.1
%22.2
%41.7

CMYK color model

#BB73D8 color CMYK value is (13,47,0,15).

  • cyan value is 13.43%
  • magenta value is 46.76%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(13,47,0,15)
C13M47Y0K15 
(13%,47%,0%,15%)
(0.13/0.47/0.00/0.15)	

CMYK percentages

%13.43
%46.76
%0
%15.29

Codes

Color #BB73D8 in popluar color models

BB73D8
RGB187115216
HSL283°56.42%64.90%
HSB/HSV283°46.76%84.71%
CMYK13.43%46.76%0.00%
15.29%

Color #BB73D8 in popluar number systems.

HEXBB73D8
Decimal187115216
Binary10111011111001111011000
Octal273163330

Shades and tints

Shades of #BB73D8

#BB73D8
(187,115,216)
#AA69C5
(170,105,197)
#995FB2
(153,95,178)
#88559F
(136,85,159)
#774B8C
(119,75,140)
#664179
(102,65,121)
#553766
(85,55,102)
#442D53
(68,45,83)
#332340
(51,35,64)
#22192D
(34,25,45)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #BB73D8

#BB73D8
(187,115,216)
#C17FDB
(193,127,219)
#C78BDE
(199,139,222)
#CD97E1
(205,151,225)
#D3A3E4
(211,163,228)
#D9AFE7
(217,175,231)
#DFBBEA
(223,187,234)
#E5C7ED
(229,199,237)
#EBD3F0
(235,211,240)
#F1DFF3
(241,223,243)
#F7EBF6
(247,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB73D8; }

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

This text font color is #BB73D8.


Background Color

.myBgColor { background-color: #BB73D8; }

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

This div background color is #BB73D8.


Border color

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

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

This div border color is #BB73D8.


Opacity

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

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

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

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

This text has shadow with #BB73D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB73D8 on black background.


Color preview on white background

This text has color #BB73D8 on white background.



Black color preview on #BB73D8 background

This text has black color on #BB73D8 background.


White color preview on #BB73D8 background

This text has white color on #BB73D8 background.