COLOR #BB7BDC

HEX: #BB7BDC RGB: (187,123,220)

Color info

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

RGB color model

#BB7BDC color RGB value is (187,123,220).

RGB: (187,123,220) (73%, 48%, 86%)

RGB channels and saturation

R 187 of 255 = 73%
G 123 of 255 = 48%
B 220 of 255 = 86%

187
123
220

R + G + B ~ 69%. #BB7BDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 123 + 220 = 530 (100%)
R 187 of 530 ~ 35.28%
G 123 of 530 ~ 23.21%
B 220 of 530 ~ 41.51'%

%35.28
%23.21
%41.51

CMYK color model

#BB7BDC color CMYK value is (15,44,0,14).

  • cyan value is 15.00%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,44,0,14)
C15M44Y0K14 (15%, 44%, 0%, 14%)
(0.15 / 0.44 / 0.00 / 0.14)

CMYK percentages

%15
%44.09
%0
%13.73

Codes

Color #BB7BDC in popluar color models

BB 7B DC
RGB 187 123 220
HSL 280° 58.08% 67.25%
HSB/HSV 280° 44.09% 86.27%
CMYK 15.00% 44.09% 0.00%
13.73%

Color #BB7BDC in popluar number systems.

HEX BB 7B DC
Decimal 187 123 220
Binary 10111011 1111011 11011100
Octal 273 173 334

Shades and tints

Shades of #BB7BDC

#BB7BDC
(187,123,220)
#AA70C8
(170,112,200)
#9965B4
(153,101,180)
#885AA0
(136,90,160)
#774F8C
(119,79,140)
#664478
(102,68,120)
#553964
(85,57,100)
#442E50
(68,46,80)
#33233C
(51,35,60)
#221828
(34,24,40)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #BB7BDC

#BB7BDC
(187,123,220)
#C187DF
(193,135,223)
#C793E2
(199,147,226)
#CD9FE5
(205,159,229)
#D3ABE8
(211,171,232)
#D9B7EB
(217,183,235)
#DFC3EE
(223,195,238)
#E5CFF1
(229,207,241)
#EBDBF4
(235,219,244)
#F1E7F7
(241,231,247)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7BDC color. Also use rgb(187,123,220) instead hex code.

Text Font Color

.myTextColor { color: #BB7BDC; }

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

This text font color is #BB7BDC.

Background Color

.myBgColor { background-color: #BB7BDC; }

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

This div background color is #BB7BDC.

Border color

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

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

This div border color is #BB7BDC.

Opacity

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

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

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

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

This text has shadow with #BB7BDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7BDC.

Preview

Color preview on black background

This text has color #BB7BDC on black background.


Color preview on white background

This text has color #BB7BDC on white background.


Black color preview on #BB7BDC background

This text has black color on #BB7BDC background.


White color preview on #BB7BDC background

This text has white color on #BB7BDC background.


Related colors

Complementary color

Complementary color for #hex is #448423.


I love getcolorcode.com

Triadic colors

1 #DCBB7B and #7BDCBB with #BB7BDC are triadic colors.

2 #DC7BBB and #7BBBDC with #BB7BDC are triadic colors.