COLOR #BB6BAE

HEX: #BB6BAE
RGB: (187,107,174)

Color info

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

RGB color model

#BB6BAE color RGB value is (187,107,174).

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

RGB channels and saturation

R 187 of 255 = 73%
G 107 of 255 = 42%
B 174 of 255 = 68%

187
107
174

R + G + B ~ 61%. #BB6BAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 107 + 174 = 468 (100%)
R 187 of 468 ~ 39.96%
G 107 of 468 ~ 22.86%
B 174 of 468 ~ 37.18%

%39.96
%22.86
%37.18

CMYK color model

#BB6BAE color CMYK value is (0,43,7,27).

  • cyan value is 0.00%
  • magenta value is 42.78%
  • yellow value is 6.95%
  • key color value is 26.67%
CMYK:
(0,43,7,27)
C0M43Y7K27 
(0%,43%,7%,27%)
(0.00/0.43/0.07/0.27)	

CMYK percentages

%0
%42.78
%6.95
%26.67

Codes

Color #BB6BAE in popluar color models

BB6BAE
RGB187107174
HSL310°37.04%57.65%
HSB/HSV310°42.78%73.33%
CMYK0.00%42.78%6.95%
26.67%

Color #BB6BAE in popluar number systems.

HEXBB6BAE
Decimal187107174
Binary10111011110101110101110
Octal273153256

Shades and tints

Shades of #BB6BAE

#BB6BAE
(187,107,174)
#AA629F
(170,98,159)
#995990
(153,89,144)
#885081
(136,80,129)
#774772
(119,71,114)
#663E63
(102,62,99)
#553554
(85,53,84)
#442C45
(68,44,69)
#332336
(51,35,54)
#221A27
(34,26,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #BB6BAE

#BB6BAE
(187,107,174)
#C178B5
(193,120,181)
#C785BC
(199,133,188)
#CD92C3
(205,146,195)
#D39FCA
(211,159,202)
#D9ACD1
(217,172,209)
#DFB9D8
(223,185,216)
#E5C6DF
(229,198,223)
#EBD3E6
(235,211,230)
#F1E0ED
(241,224,237)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6BAE; }

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

This text font color is #BB6BAE.


Background Color

.myBgColor { background-color: #BB6BAE; }

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

This div background color is #BB6BAE.


Border color

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

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

This div border color is #BB6BAE.


Opacity

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

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

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

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

This text has shadow with #BB6BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB6BAE on black background.


Color preview on white background

This text has color #BB6BAE on white background.



Black color preview on #BB6BAE background

This text has black color on #BB6BAE background.


White color preview on #BB6BAE background

This text has white color on #BB6BAE background.