COLOR #BB6BA3

HEX: #BB6BA3
RGB: (187,107,163)

Color info

#BB6BA3 contains mainly red and blue colors. Web safe color of #BB6BA3 is #CC6699 (or #C69).

RGB color model

#BB6BA3 color RGB value is (187,107,163).

  • red value is 187;
  • green value is 107;
  • blue value is 163.
RGB:
(187,107,163)
(73%,42%,64%)

RGB channels and saturation

R 187 of 255 = 73%
G 107 of 255 = 42%
B 163 of 255 = 64%

187
107
163

R + G + B ~ 60%. #BB6BA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 107 + 163 = 457 (100%)
R 187 of 457 ~ 40.92%
G 107 of 457 ~ 23.41%
B 163 of 457 ~ 35.67%

%40.92
%23.41
%35.67

CMYK color model

#BB6BA3 color CMYK value is (0,43,13,27).

  • cyan value is 0.00%
  • magenta value is 42.78%
  • yellow value is 12.83%
  • key color value is 26.67%
CMYK:
(0,43,13,27)
C0M43Y13K27 
(0%,43%,13%,27%)
(0.00/0.43/0.13/0.27)	

CMYK percentages

%0
%42.78
%12.83
%26.67

Codes

Color #BB6BA3 in popluar color models

BB6BA3
RGB187107163
HSL318°37.04%57.65%
HSB/HSV318°42.78%73.33%
CMYK0.00%42.78%12.83%
26.67%

Color #BB6BA3 in popluar number systems.

HEXBB6BA3
Decimal187107163
Binary10111011110101110100011
Octal273153243

Shades and tints

Shades of #BB6BA3

#BB6BA3
(187,107,163)
#AA6295
(170,98,149)
#995987
(153,89,135)
#885079
(136,80,121)
#77476B
(119,71,107)
#663E5D
(102,62,93)
#55354F
(85,53,79)
#442C41
(68,44,65)
#332333
(51,35,51)
#221A25
(34,26,37)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #BB6BA3

#BB6BA3
(187,107,163)
#C178AB
(193,120,171)
#C785B3
(199,133,179)
#CD92BB
(205,146,187)
#D39FC3
(211,159,195)
#D9ACCB
(217,172,203)
#DFB9D3
(223,185,211)
#E5C6DB
(229,198,219)
#EBD3E3
(235,211,227)
#F1E0EB
(241,224,235)
#F7EDF3
(247,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB6BA3 color. Also use rgb(187,107,163) instead hex code.

Text Font Color

.myTextColor { color: #BB6BA3; }

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

This text font color is #BB6BA3.


Background Color

.myBgColor { background-color: #BB6BA3; }

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

This div background color is #BB6BA3.


Border color

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

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

This div border color is #BB6BA3.


Opacity

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

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

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

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

This text has shadow with #BB6BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6BA3 on black background.


Color preview on white background

This text has color #BB6BA3 on white background.



Black color preview on #BB6BA3 background

This text has black color on #BB6BA3 background.


White color preview on #BB6BA3 background

This text has white color on #BB6BA3 background.