COLOR #BB6AAE

HEX: #BB6AAE RGB: (187,106,174)

Color info

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

RGB color model

#BB6AAE color RGB value is (187,106,174).

RGB: (187,106,174) (73%, 42%, 68%)

RGB channels and saturation

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

187
106
174

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

Portions of RGB colors in percentages

R + G + B = 187 + 106 + 174 = 467 (100%)
R 187 of 467 ~ 40.04%
G 106 of 467 ~ 22.7%
B 174 of 467 ~ 37.26'%

%40.04
%22.7
%37.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 43.32%
  • 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
%43.32
%6.95
%26.67

Codes

Color #BB6AAE in popluar color models

BB 6A AE
RGB 187 106 174
HSL 310° 37.33% 57.45%
HSB/HSV 310° 43.32% 73.33%
CMYK 0.00% 43.32% 6.95%
26.67%

Color #BB6AAE in popluar number systems.

HEX BB 6A AE
Decimal 187 106 174
Binary 10111011 1101010 10101110
Octal 273 152 256

Shades and tints

Shades of #BB6AAE

#BB6AAE
(187,106,174)
#AA619F
(170,97,159)
#995890
(153,88,144)
#884F81
(136,79,129)
#774672
(119,70,114)
#663D63
(102,61,99)
#553454
(85,52,84)
#442B45
(68,43,69)
#332236
(51,34,54)
#221927
(34,25,39)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BB6AAE

#BB6AAE
(187,106,174)
#C177B5
(193,119,181)
#C784BC
(199,132,188)
#CD91C3
(205,145,195)
#D39ECA
(211,158,202)
#D9ABD1
(217,171,209)
#DFB8D8
(223,184,216)
#E5C5DF
(229,197,223)
#EBD2E6
(235,210,230)
#F1DFED
(241,223,237)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB6AAE; }

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

This text font color is #BB6AAE.

Background Color

.myBgColor { background-color: #BB6AAE; }

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

This div background color is #BB6AAE.

Border color

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

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

This div border color is #BB6AAE.

Opacity

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

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

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

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

This text has shadow with #BB6AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB6AAE.

Preview

Color preview on black background

This text has color #BB6AAE on black background.


Color preview on white background

This text has color #BB6AAE on white background.


Black color preview on #BB6AAE background

This text has black color on #BB6AAE background.


White color preview on #BB6AAE background

This text has white color on #BB6AAE background.


Related colors

Complementary color

Complementary color for #hex is #449551.


I love getcolorcode.com

Triadic colors

1 #AEBB6A and #6AAEBB with #BB6AAE are triadic colors.

2 #AE6ABB and #6ABBAE with #BB6AAE are triadic colors.