COLOR #BB79BF

HEX: #BB79BF
RGB: (187,121,191)

Color info

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

RGB color model

#BB79BF color RGB value is (187,121,191).

  • red value is 187;
  • green value is 121;
  • blue value is 191.
RGB:
(187,121,191)
(73%,47%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 121 of 255 = 47%
B 191 of 255 = 75%

187
121
191

R + G + B ~ 65%. #BB79BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 121 + 191 = 499 (100%)
R 187 of 499 ~ 37.47%
G 121 of 499 ~ 24.25%
B 191 of 499 ~ 38.28%

%37.47
%24.25
%38.28

CMYK color model

#BB79BF color CMYK value is (2,37,0,25).

  • cyan value is 2.09%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(2,37,0,25)
C2M37Y0K25 
(2%,37%,0%,25%)
(0.02/0.37/0.00/0.25)	

CMYK percentages

%2.09
%36.65
%0
%25.1

Codes

Color #BB79BF in popluar color models

BB79BF
RGB187121191
HSL297°35.35%61.18%
HSB/HSV297°36.65%74.90%
CMYK2.09%36.65%0.00%
25.10%

Color #BB79BF in popluar number systems.

HEXBB79BF
Decimal187121191
Binary10111011111100110111111
Octal273171277

Shades and tints

Shades of #BB79BF

#BB79BF
(187,121,191)
#AA6EAE
(170,110,174)
#99639D
(153,99,157)
#88588C
(136,88,140)
#774D7B
(119,77,123)
#66426A
(102,66,106)
#553759
(85,55,89)
#442C48
(68,44,72)
#332137
(51,33,55)
#221626
(34,22,38)
#110B15
(17,11,21)
#000000
(0,0,0)

Tints of #BB79BF

#BB79BF
(187,121,191)
#C185C4
(193,133,196)
#C791C9
(199,145,201)
#CD9DCE
(205,157,206)
#D3A9D3
(211,169,211)
#D9B5D8
(217,181,216)
#DFC1DD
(223,193,221)
#E5CDE2
(229,205,226)
#EBD9E7
(235,217,231)
#F1E5EC
(241,229,236)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB79BF color. Also use rgb(187,121,191) instead hex code.

Text Font Color

.myTextColor { color: #BB79BF; }

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

This text font color is #BB79BF.


Background Color

.myBgColor { background-color: #BB79BF; }

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

This div background color is #BB79BF.


Border color

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

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

This div border color is #BB79BF.


Opacity

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

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

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

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

This text has shadow with #BB79BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB79BF on black background.


Color preview on white background

This text has color #BB79BF on white background.



Black color preview on #BB79BF background

This text has black color on #BB79BF background.


White color preview on #BB79BF background

This text has white color on #BB79BF background.