COLOR #BB4EB7

HEX: #BB4EB7
RGB: (187,78,183)

Color info

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

RGB color model

#BB4EB7 color RGB value is (187,78,183).

  • red value is 187;
  • green value is 78;
  • blue value is 183.
RGB:
(187,78,183)
(73%,31%,72%)

RGB channels and saturation

R 187 of 255 = 73%
G 78 of 255 = 31%
B 183 of 255 = 72%

187
78
183

R + G + B ~ 59%. #BB4EB7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 78 + 183 = 448 (100%)
R 187 of 448 ~ 41.74%
G 78 of 448 ~ 17.41%
B 183 of 448 ~ 40.85%

%41.74
%17.41
%40.85

CMYK color model

#BB4EB7 color CMYK value is (0,58,2,27).

  • cyan value is 0.00%
  • magenta value is 58.29%
  • yellow value is 2.14%
  • key color value is 26.67%
CMYK:
(0,58,2,27)
C0M58Y2K27 
(0%,58%,2%,27%)
(0.00/0.58/0.02/0.27)	

CMYK percentages

%0
%58.29
%2.14
%26.67

Codes

Color #BB4EB7 in popluar color models

BB4EB7
RGB18778183
HSL302°44.49%51.96%
HSB/HSV302°58.29%73.33%
CMYK0.00%58.29%2.14%
26.67%

Color #BB4EB7 in popluar number systems.

HEXBB4EB7
Decimal18778183
Binary10111011100111010110111
Octal273116267

Shades and tints

Shades of #BB4EB7

#BB4EB7
(187,78,183)
#AA47A7
(170,71,167)
#994097
(153,64,151)
#883987
(136,57,135)
#773277
(119,50,119)
#662B67
(102,43,103)
#552457
(85,36,87)
#441D47
(68,29,71)
#331637
(51,22,55)
#220F27
(34,15,39)
#110817
(17,8,23)
#000000
(0,0,0)

Tints of #BB4EB7

#BB4EB7
(187,78,183)
#C15EBD
(193,94,189)
#C76EC3
(199,110,195)
#CD7EC9
(205,126,201)
#D38ECF
(211,142,207)
#D99ED5
(217,158,213)
#DFAEDB
(223,174,219)
#E5BEE1
(229,190,225)
#EBCEE7
(235,206,231)
#F1DEED
(241,222,237)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4EB7 color. Also use rgb(187,78,183) instead hex code.

Text Font Color

.myTextColor { color: #BB4EB7; }

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

This text font color is #BB4EB7.


Background Color

.myBgColor { background-color: #BB4EB7; }

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

This div background color is #BB4EB7.


Border color

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

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

This div border color is #BB4EB7.


Opacity

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

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

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

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

This text has shadow with #BB4EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4EB7 on black background.


Color preview on white background

This text has color #BB4EB7 on white background.



Black color preview on #BB4EB7 background

This text has black color on #BB4EB7 background.


White color preview on #BB4EB7 background

This text has white color on #BB4EB7 background.