COLOR #BB76BD

HEX: #BB76BD
RGB: (187,118,189)

Color info

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

RGB color model

#BB76BD color RGB value is (187,118,189).

  • red value is 187;
  • green value is 118;
  • blue value is 189.
RGB:
(187,118,189)
(73%,46%,74%)

RGB channels and saturation

R 187 of 255 = 73%
G 118 of 255 = 46%
B 189 of 255 = 74%

187
118
189

R + G + B ~ 64%. #BB76BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 118 + 189 = 494 (100%)
R 187 of 494 ~ 37.85%
G 118 of 494 ~ 23.89%
B 189 of 494 ~ 38.26%

%37.85
%23.89
%38.26

CMYK color model

#BB76BD color CMYK value is (1,38,0,26).

  • cyan value is 1.06%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(1,38,0,26)
C1M38Y0K26 
(1%,38%,0%,26%)
(0.01/0.38/0.00/0.26)	

CMYK percentages

%1.06
%37.57
%0
%25.88

Codes

Color #BB76BD in popluar color models

BB76BD
RGB187118189
HSL298°34.98%60.20%
HSB/HSV298°37.57%74.12%
CMYK1.06%37.57%0.00%
25.88%

Color #BB76BD in popluar number systems.

HEXBB76BD
Decimal187118189
Binary10111011111011010111101
Octal273166275

Shades and tints

Shades of #BB76BD

#BB76BD
(187,118,189)
#AA6CAC
(170,108,172)
#99629B
(153,98,155)
#88588A
(136,88,138)
#774E79
(119,78,121)
#664468
(102,68,104)
#553A57
(85,58,87)
#443046
(68,48,70)
#332635
(51,38,53)
#221C24
(34,28,36)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BB76BD

#BB76BD
(187,118,189)
#C182C3
(193,130,195)
#C78EC9
(199,142,201)
#CD9ACF
(205,154,207)
#D3A6D5
(211,166,213)
#D9B2DB
(217,178,219)
#DFBEE1
(223,190,225)
#E5CAE7
(229,202,231)
#EBD6ED
(235,214,237)
#F1E2F3
(241,226,243)
#F7EEF9
(247,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB76BD color. Also use rgb(187,118,189) instead hex code.

Text Font Color

.myTextColor { color: #BB76BD; }

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

This text font color is #BB76BD.


Background Color

.myBgColor { background-color: #BB76BD; }

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

This div background color is #BB76BD.


Border color

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

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

This div border color is #BB76BD.


Opacity

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

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

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

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

This text has shadow with #BB76BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB76BD on black background.


Color preview on white background

This text has color #BB76BD on white background.



Black color preview on #BB76BD background

This text has black color on #BB76BD background.


White color preview on #BB76BD background

This text has white color on #BB76BD background.