COLOR #BB4D96

HEX: #BB4D96
RGB: (187,77,150)

Color info

#BB4D96 contains mainly red and blue colors. Web safe color of #BB4D96 is #CC3399 (or #C39).

RGB color model

#BB4D96 color RGB value is (187,77,150).

  • red value is 187;
  • green value is 77;
  • blue value is 150.
RGB:
(187,77,150)
(73%,30%,59%)

RGB channels and saturation

R 187 of 255 = 73%
G 77 of 255 = 30%
B 150 of 255 = 59%

187
77
150

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

Portions of RGB colors in percentages

R + G + B =
187 + 77 + 150 = 414 (100%)
R 187 of 414 ~ 45.17%
G 77 of 414 ~ 18.6%
B 150 of 414 ~ 36.23%

%45.17
%18.6
%36.23

CMYK color model

#BB4D96 color CMYK value is (0,59,20,27).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(0,59,20,27)
C0M59Y20K27 
(0%,59%,20%,27%)
(0.00/0.59/0.20/0.27)	

CMYK percentages

%0
%58.82
%19.79
%26.67

Codes

Color #BB4D96 in popluar color models

BB4D96
RGB18777150
HSL320°44.72%51.76%
HSB/HSV320°58.82%73.33%
CMYK0.00%58.82%19.79%
26.67%

Color #BB4D96 in popluar number systems.

HEXBB4D96
Decimal18777150
Binary10111011100110110010110
Octal273115226

Shades and tints

Shades of #BB4D96

#BB4D96
(187,77,150)
#AA4689
(170,70,137)
#993F7C
(153,63,124)
#88386F
(136,56,111)
#773162
(119,49,98)
#662A55
(102,42,85)
#552348
(85,35,72)
#441C3B
(68,28,59)
#33152E
(51,21,46)
#220E21
(34,14,33)
#110714
(17,7,20)
#000000
(0,0,0)

Tints of #BB4D96

#BB4D96
(187,77,150)
#C15D9F
(193,93,159)
#C76DA8
(199,109,168)
#CD7DB1
(205,125,177)
#D38DBA
(211,141,186)
#D99DC3
(217,157,195)
#DFADCC
(223,173,204)
#E5BDD5
(229,189,213)
#EBCDDE
(235,205,222)
#F1DDE7
(241,221,231)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4D96 color. Also use rgb(187,77,150) instead hex code.

Text Font Color

.myTextColor { color: #BB4D96; }

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

This text font color is #BB4D96.


Background Color

.myBgColor { background-color: #BB4D96; }

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

This div background color is #BB4D96.


Border color

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

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

This div border color is #BB4D96.


Opacity

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

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

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

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

This text has shadow with #BB4D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4D96 on black background.


Color preview on white background

This text has color #BB4D96 on white background.



Black color preview on #BB4D96 background

This text has black color on #BB4D96 background.


White color preview on #BB4D96 background

This text has white color on #BB4D96 background.