COLOR #BB7FD0

HEX: #BB7FD0 RGB: (187,127,208)

Color info

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

RGB color model

#BB7FD0 color RGB value is (187,127,208).

RGB: (187,127,208) (73%, 50%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 127 of 255 = 50%
B 208 of 255 = 82%

187
127
208

R + G + B ~ 68%. #BB7FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 127 + 208 = 522 (100%)
R 187 of 522 ~ 35.82%
G 127 of 522 ~ 24.33%
B 208 of 522 ~ 39.85'%

%35.82
%24.33
%39.85

CMYK color model

#BB7FD0 color CMYK value is (10,39,0,18).

  • cyan value is 10.10%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (10,39,0,18)
C10M39Y0K18 (10%, 39%, 0%, 18%)
(0.10 / 0.39 / 0.00 / 0.18)

CMYK percentages

%10.1
%38.94
%0
%18.43

Codes

Color #BB7FD0 in popluar color models

BB 7F D0
RGB 187 127 208
HSL 284° 46.29% 65.69%
HSB/HSV 284° 38.94% 81.57%
CMYK 10.10% 38.94% 0.00%
18.43%

Color #BB7FD0 in popluar number systems.

HEX BB 7F D0
Decimal 187 127 208
Binary 10111011 1111111 11010000
Octal 273 177 320

Shades and tints

Shades of #BB7FD0

#BB7FD0
(187,127,208)
#AA74BE
(170,116,190)
#9969AC
(153,105,172)
#885E9A
(136,94,154)
#775388
(119,83,136)
#664876
(102,72,118)
#553D64
(85,61,100)
#443252
(68,50,82)
#332740
(51,39,64)
#221C2E
(34,28,46)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #BB7FD0

#BB7FD0
(187,127,208)
#C18AD4
(193,138,212)
#C795D8
(199,149,216)
#CDA0DC
(205,160,220)
#D3ABE0
(211,171,224)
#D9B6E4
(217,182,228)
#DFC1E8
(223,193,232)
#E5CCEC
(229,204,236)
#EBD7F0
(235,215,240)
#F1E2F4
(241,226,244)
#F7EDF8
(247,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7FD0 color. Also use rgb(187,127,208) instead hex code.

Text Font Color

.myTextColor { color: #BB7FD0; }

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

This text font color is #BB7FD0.

Background Color

.myBgColor { background-color: #BB7FD0; }

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

This div background color is #BB7FD0.

Border color

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

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

This div border color is #BB7FD0.

Opacity

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

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

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

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

This text has shadow with #BB7FD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7FD0.

Preview

Color preview on black background

This text has color #BB7FD0 on black background.


Color preview on white background

This text has color #BB7FD0 on white background.


Black color preview on #BB7FD0 background

This text has black color on #BB7FD0 background.


White color preview on #BB7FD0 background

This text has white color on #BB7FD0 background.


Related colors

Complementary color

Complementary color for #hex is #44802F.


I love getcolorcode.com

Triadic colors

1 #D0BB7F and #7FD0BB with #BB7FD0 are triadic colors.

2 #D07FBB and #7FBBD0 with #BB7FD0 are triadic colors.