COLOR #BB7AC9

HEX: #BB7AC9
RGB: (187,122,201)

Color info

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

RGB color model

#BB7AC9 color RGB value is (187,122,201).

  • red value is 187;
  • green value is 122;
  • blue value is 201.
RGB:
(187,122,201)
(73%,48%,79%)

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 201 of 255 = 79%

187
122
201

R + G + B ~ 67%. #BB7AC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 122 + 201 = 510 (100%)
R 187 of 510 ~ 36.67%
G 122 of 510 ~ 23.92%
B 201 of 510 ~ 39.41%

%36.67
%23.92
%39.41

CMYK color model

#BB7AC9 color CMYK value is (7,39,0,21).

  • cyan value is 6.97%
  • magenta value is 39.30%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(7,39,0,21)
C7M39Y0K21 
(7%,39%,0%,21%)
(0.07/0.39/0.00/0.21)	

CMYK percentages

%6.97
%39.3
%0
%21.18

Codes

Color #BB7AC9 in popluar color models

BB7AC9
RGB187122201
HSL289°42.25%63.33%
HSB/HSV289°39.30%78.82%
CMYK6.97%39.30%0.00%
21.18%

Color #BB7AC9 in popluar number systems.

HEXBB7AC9
Decimal187122201
Binary10111011111101011001001
Octal273172311

Shades and tints

Shades of #BB7AC9

#BB7AC9
(187,122,201)
#AA6FB7
(170,111,183)
#9964A5
(153,100,165)
#885993
(136,89,147)
#774E81
(119,78,129)
#66436F
(102,67,111)
#55385D
(85,56,93)
#442D4B
(68,45,75)
#332239
(51,34,57)
#221727
(34,23,39)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #BB7AC9

#BB7AC9
(187,122,201)
#C186CD
(193,134,205)
#C792D1
(199,146,209)
#CD9ED5
(205,158,213)
#D3AAD9
(211,170,217)
#D9B6DD
(217,182,221)
#DFC2E1
(223,194,225)
#E5CEE5
(229,206,229)
#EBDAE9
(235,218,233)
#F1E6ED
(241,230,237)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7AC9 color. Also use rgb(187,122,201) instead hex code.

Text Font Color

.myTextColor { color: #BB7AC9; }

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

This text font color is #BB7AC9.


Background Color

.myBgColor { background-color: #BB7AC9; }

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

This div background color is #BB7AC9.


Border color

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

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

This div border color is #BB7AC9.


Opacity

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

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

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

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

This text has shadow with #BB7AC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7AC9 on black background.


Color preview on white background

This text has color #BB7AC9 on white background.



Black color preview on #BB7AC9 background

This text has black color on #BB7AC9 background.


White color preview on #BB7AC9 background

This text has white color on #BB7AC9 background.