COLOR #BB7CC9

HEX: #BB7CC9 RGB: (187,124,201)

Color info

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

RGB color model

#BB7CC9 color RGB value is (187,124,201).

RGB: (187,124,201) (73%, 49%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 124 of 255 = 49%
B 201 of 255 = 79%

187
124
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 124 + 201 = 512 (100%)
R 187 of 512 ~ 36.52%
G 124 of 512 ~ 24.22%
B 201 of 512 ~ 39.26'%

%36.52
%24.22
%39.26

CMYK color model

#BB7CC9 color CMYK value is (7,38,0,21).

  • cyan value is 6.97%
  • magenta value is 38.31%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (7,38,0,21)
C7M38Y0K21 (7%, 38%, 0%, 21%)
(0.07 / 0.38 / 0.00 / 0.21)

CMYK percentages

%6.97
%38.31
%0
%21.18

Codes

Color #BB7CC9 in popluar color models

BB 7C C9
RGB 187 124 201
HSL 289° 41.62% 63.73%
HSB/HSV 289° 38.31% 78.82%
CMYK 6.97% 38.31% 0.00%
21.18%

Color #BB7CC9 in popluar number systems.

HEX BB 7C C9
Decimal 187 124 201
Binary 10111011 1111100 11001001
Octal 273 174 311

Shades and tints

Shades of #BB7CC9

#BB7CC9
(187,124,201)
#AA71B7
(170,113,183)
#9966A5
(153,102,165)
#885B93
(136,91,147)
#775081
(119,80,129)
#66456F
(102,69,111)
#553A5D
(85,58,93)
#442F4B
(68,47,75)
#332439
(51,36,57)
#221927
(34,25,39)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #BB7CC9

#BB7CC9
(187,124,201)
#C187CD
(193,135,205)
#C792D1
(199,146,209)
#CD9DD5
(205,157,213)
#D3A8D9
(211,168,217)
#D9B3DD
(217,179,221)
#DFBEE1
(223,190,225)
#E5C9E5
(229,201,229)
#EBD4E9
(235,212,233)
#F1DFED
(241,223,237)
#F7EAF1
(247,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7CC9; }

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

This text font color is #BB7CC9.

Background Color

.myBgColor { background-color: #BB7CC9; }

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

This div background color is #BB7CC9.

Border color

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

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

This div border color is #BB7CC9.

Opacity

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

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

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

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

This text has shadow with #BB7CC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7CC9.

Preview

Color preview on black background

This text has color #BB7CC9 on black background.


Color preview on white background

This text has color #BB7CC9 on white background.


Black color preview on #BB7CC9 background

This text has black color on #BB7CC9 background.


White color preview on #BB7CC9 background

This text has white color on #BB7CC9 background.


Related colors

Complementary color

Complementary color for #hex is #448336.


I love getcolorcode.com

Triadic colors

1 #C9BB7C and #7CC9BB with #BB7CC9 are triadic colors.

2 #C97CBB and #7CBBC9 with #BB7CC9 are triadic colors.