COLOR #BB77B4

HEX: #BB77B4
RGB: (187,119,180)

Color info

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

RGB color model

#BB77B4 color RGB value is (187,119,180).

  • red value is 187;
  • green value is 119;
  • blue value is 180.
RGB:
(187,119,180)
(73%,47%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 119 of 255 = 47%
B 180 of 255 = 71%

187
119
180

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

Portions of RGB colors in percentages

R + G + B =
187 + 119 + 180 = 486 (100%)
R 187 of 486 ~ 38.48%
G 119 of 486 ~ 24.49%
B 180 of 486 ~ 37.04%

%38.48
%24.49
%37.04

CMYK color model

#BB77B4 color CMYK value is (0,36,4,27).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 3.74%
  • key color value is 26.67%
CMYK:
(0,36,4,27)
C0M36Y4K27 
(0%,36%,4%,27%)
(0.00/0.36/0.04/0.27)	

CMYK percentages

%0
%36.36
%3.74
%26.67

Codes

Color #BB77B4 in popluar color models

BB77B4
RGB187119180
HSL306°33.33%60.00%
HSB/HSV306°36.36%73.33%
CMYK0.00%36.36%3.74%
26.67%

Color #BB77B4 in popluar number systems.

HEXBB77B4
Decimal187119180
Binary10111011111011110110100
Octal273167264

Shades and tints

Shades of #BB77B4

#BB77B4
(187,119,180)
#AA6DA4
(170,109,164)
#996394
(153,99,148)
#885984
(136,89,132)
#774F74
(119,79,116)
#664564
(102,69,100)
#553B54
(85,59,84)
#443144
(68,49,68)
#332734
(51,39,52)
#221D24
(34,29,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BB77B4

#BB77B4
(187,119,180)
#C183BA
(193,131,186)
#C78FC0
(199,143,192)
#CD9BC6
(205,155,198)
#D3A7CC
(211,167,204)
#D9B3D2
(217,179,210)
#DFBFD8
(223,191,216)
#E5CBDE
(229,203,222)
#EBD7E4
(235,215,228)
#F1E3EA
(241,227,234)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB77B4 color. Also use rgb(187,119,180) instead hex code.

Text Font Color

.myTextColor { color: #BB77B4; }

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

This text font color is #BB77B4.


Background Color

.myBgColor { background-color: #BB77B4; }

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

This div background color is #BB77B4.


Border color

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

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

This div border color is #BB77B4.


Opacity

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

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

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

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

This text has shadow with #BB77B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB77B4 on black background.


Color preview on white background

This text has color #BB77B4 on white background.



Black color preview on #BB77B4 background

This text has black color on #BB77B4 background.


White color preview on #BB77B4 background

This text has white color on #BB77B4 background.