COLOR #BB75AA

HEX: #BB75AA RGB: (187,117,170)

Color info

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

RGB color model

#BB75AA color RGB value is (187,117,170).

RGB: (187,117,170) (73%, 46%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 117 of 255 = 46%
B 170 of 255 = 67%

187
117
170

R + G + B ~ 62%. #BB75AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 117 + 170 = 474 (100%)
R 187 of 474 ~ 39.45%
G 117 of 474 ~ 24.68%
B 170 of 474 ~ 35.86'%

%39.45
%24.68
%35.86

CMYK color model

#BB75AA color CMYK value is (0,37,9,27).

  • cyan value is 0.00%
  • magenta value is 37.43%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK: (0,37,9,27) C0M37Y9K27 (0%,37%,9%,27%) (0.00/0.37/0.09/0.27) 

CMYK percentages

%0
%37.43
%9.09
%26.67

Codes

Color #BB75AA in popluar color models

BB 75 AA
RGB 187 117 170
HSL 315° 33.98% 59.61%
HSB/HSV 315° 37.43% 73.33%
CMYK 0.00% 37.43% 9.09%
26.67%

Color #BB75AA in popluar number systems.

HEX BB 75 AA
Decimal 187 117 170
Binary 10111011 1110101 10101010
Octal 273 165 252

Shades and tints

Shades of #BB75AA

#BB75AA
(187,117,170)
#AA6B9B
(170,107,155)
#99618C
(153,97,140)
#88577D
(136,87,125)
#774D6E
(119,77,110)
#66435F
(102,67,95)
#553950
(85,57,80)
#442F41
(68,47,65)
#332532
(51,37,50)
#221B23
(34,27,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #BB75AA

#BB75AA
(187,117,170)
#C181B1
(193,129,177)
#C78DB8
(199,141,184)
#CD99BF
(205,153,191)
#D3A5C6
(211,165,198)
#D9B1CD
(217,177,205)
#DFBDD4
(223,189,212)
#E5C9DB
(229,201,219)
#EBD5E2
(235,213,226)
#F1E1E9
(241,225,233)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB75AA color. Also use rgb(187,117,170) instead hex code.

Text Font Color

.myTextColor { color: #BB75AA; }

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

This text font color is #BB75AA.

Background Color

.myBgColor { background-color: #BB75AA; }

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

This div background color is #BB75AA.

Border color

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

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

This div border color is #BB75AA.

Opacity

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

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

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

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

This text has shadow with #BB75AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB75AA.

Preview

Color preview on black background

This text has color #BB75AA on black background.


Color preview on white background

This text has color #BB75AA on white background.


Black color preview on #BB75AA background

This text has black color on #BB75AA background.


White color preview on #BB75AA background

This text has white color on #BB75AA background.


Related colors

Complementary color

Complementary color for #hex is #448A55.


I love getcolorcode.com

Triadic colors

1 #AABB75 and #75AABB with #BB75AA are triadic colors.

2 #AA75BB and #75BBAA with #BB75AA are triadic colors.