COLOR #BB7ECF

HEX: #BB7ECF
RGB: (187,126,207)

Color info

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

RGB color model

#BB7ECF color RGB value is (187,126,207).

  • red value is 187;
  • green value is 126;
  • blue value is 207.
RGB:
(187,126,207)
(73%,49%,81%)

RGB channels and saturation

R 187 of 255 = 73%
G 126 of 255 = 49%
B 207 of 255 = 81%

187
126
207

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

Portions of RGB colors in percentages

R + G + B =
187 + 126 + 207 = 520 (100%)
R 187 of 520 ~ 35.96%
G 126 of 520 ~ 24.23%
B 207 of 520 ~ 39.81%

%35.96
%24.23
%39.81

CMYK color model

#BB7ECF color CMYK value is (10,39,0,19).

  • cyan value is 9.66%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(10,39,0,19)
C10M39Y0K19 
(10%,39%,0%,19%)
(0.10/0.39/0.00/0.19)	

CMYK percentages

%9.66
%39.13
%0
%18.82

Codes

Color #BB7ECF in popluar color models

BB7ECF
RGB187126207
HSL285°45.76%65.29%
HSB/HSV285°39.13%81.18%
CMYK9.66%39.13%0.00%
18.82%

Color #BB7ECF in popluar number systems.

HEXBB7ECF
Decimal187126207
Binary10111011111111011001111
Octal273176317

Shades and tints

Shades of #BB7ECF

#BB7ECF
(187,126,207)
#AA73BD
(170,115,189)
#9968AB
(153,104,171)
#885D99
(136,93,153)
#775287
(119,82,135)
#664775
(102,71,117)
#553C63
(85,60,99)
#443151
(68,49,81)
#33263F
(51,38,63)
#221B2D
(34,27,45)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #BB7ECF

#BB7ECF
(187,126,207)
#C189D3
(193,137,211)
#C794D7
(199,148,215)
#CD9FDB
(205,159,219)
#D3AADF
(211,170,223)
#D9B5E3
(217,181,227)
#DFC0E7
(223,192,231)
#E5CBEB
(229,203,235)
#EBD6EF
(235,214,239)
#F1E1F3
(241,225,243)
#F7ECF7
(247,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB7ECF; }

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

This text font color is #BB7ECF.


Background Color

.myBgColor { background-color: #BB7ECF; }

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

This div background color is #BB7ECF.


Border color

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

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

This div border color is #BB7ECF.


Opacity

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

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

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

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

This text has shadow with #BB7ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB7ECF on black background.


Color preview on white background

This text has color #BB7ECF on white background.



Black color preview on #BB7ECF background

This text has black color on #BB7ECF background.


White color preview on #BB7ECF background

This text has white color on #BB7ECF background.