COLOR #BB7ED2

HEX: #BB7ED2 RGB: (187,126,210)

Color info

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

RGB color model

#BB7ED2 color RGB value is (187,126,210).

RGB: (187,126,210) (73%, 49%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 126 of 255 = 49%
B 210 of 255 = 82%

187
126
210

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

Portions of RGB colors in percentages

R + G + B = 187 + 126 + 210 = 523 (100%)
R 187 of 523 ~ 35.76%
G 126 of 523 ~ 24.09%
B 210 of 523 ~ 40.15'%

%35.76
%24.09
%40.15

CMYK color model

#BB7ED2 color CMYK value is (11,40,0,18).

  • cyan value is 10.95%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (11,40,0,18)
C11M40Y0K18 (11%, 40%, 0%, 18%)
(0.11 / 0.40 / 0.00 / 0.18)

CMYK percentages

%10.95
%40
%0
%17.65

Codes

Color #BB7ED2 in popluar color models

BB 7E D2
RGB 187 126 210
HSL 284° 48.28% 65.88%
HSB/HSV 284° 40.00% 82.35%
CMYK 10.95% 40.00% 0.00%
17.65%

Color #BB7ED2 in popluar number systems.

HEX BB 7E D2
Decimal 187 126 210
Binary 10111011 1111110 11010010
Octal 273 176 322

Shades and tints

Shades of #BB7ED2

#BB7ED2
(187,126,210)
#AA73BF
(170,115,191)
#9968AC
(153,104,172)
#885D99
(136,93,153)
#775286
(119,82,134)
#664773
(102,71,115)
#553C60
(85,60,96)
#44314D
(68,49,77)
#33263A
(51,38,58)
#221B27
(34,27,39)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #BB7ED2

#BB7ED2
(187,126,210)
#C189D6
(193,137,214)
#C794DA
(199,148,218)
#CD9FDE
(205,159,222)
#D3AAE2
(211,170,226)
#D9B5E6
(217,181,230)
#DFC0EA
(223,192,234)
#E5CBEE
(229,203,238)
#EBD6F2
(235,214,242)
#F1E1F6
(241,225,246)
#F7ECFA
(247,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7ED2 color. Also use rgb(187,126,210) instead hex code.

Text Font Color

.myTextColor { color: #BB7ED2; }

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

This text font color is #BB7ED2.

Background Color

.myBgColor { background-color: #BB7ED2; }

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

This div background color is #BB7ED2.

Border color

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

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

This div border color is #BB7ED2.

Opacity

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

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

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

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

This text has shadow with #BB7ED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7ED2.

Preview

Color preview on black background

This text has color #BB7ED2 on black background.


Color preview on white background

This text has color #BB7ED2 on white background.


Black color preview on #BB7ED2 background

This text has black color on #BB7ED2 background.


White color preview on #BB7ED2 background

This text has white color on #BB7ED2 background.


Related colors

Complementary color

Complementary color for #hex is #44812D.


I love getcolorcode.com

Triadic colors

1 #D2BB7E and #7ED2BB with #BB7ED2 are triadic colors.

2 #D27EBB and #7EBBD2 with #BB7ED2 are triadic colors.