COLOR #BB5494

HEX: #BB5494
RGB: (187,84,148)

Color info

#BB5494 contains mainly red and blue colors. Web safe color of #BB5494 is #CC6699 (or #C69).

RGB color model

#BB5494 color RGB value is (187,84,148).

  • red value is 187;
  • green value is 84;
  • blue value is 148.
RGB:
(187,84,148)
(73%,33%,58%)

RGB channels and saturation

R 187 of 255 = 73%
G 84 of 255 = 33%
B 148 of 255 = 58%

187
84
148

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

Portions of RGB colors in percentages

R + G + B =
187 + 84 + 148 = 419 (100%)
R 187 of 419 ~ 44.63%
G 84 of 419 ~ 20.05%
B 148 of 419 ~ 35.32%

%44.63
%20.05
%35.32

CMYK color model

#BB5494 color CMYK value is (0,55,21,27).

  • cyan value is 0.00%
  • magenta value is 55.08%
  • yellow value is 20.86%
  • key color value is 26.67%
CMYK:
(0,55,21,27)
C0M55Y21K27 
(0%,55%,21%,27%)
(0.00/0.55/0.21/0.27)	

CMYK percentages

%0
%55.08
%20.86
%26.67

Codes

Color #BB5494 in popluar color models

BB5494
RGB18784148
HSL323°43.10%53.14%
HSB/HSV323°55.08%73.33%
CMYK0.00%55.08%20.86%
26.67%

Color #BB5494 in popluar number systems.

HEXBB5494
Decimal18784148
Binary10111011101010010010100
Octal273124224

Shades and tints

Shades of #BB5494

#BB5494
(187,84,148)
#AA4D87
(170,77,135)
#99467A
(153,70,122)
#883F6D
(136,63,109)
#773860
(119,56,96)
#663153
(102,49,83)
#552A46
(85,42,70)
#442339
(68,35,57)
#331C2C
(51,28,44)
#22151F
(34,21,31)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #BB5494

#BB5494
(187,84,148)
#C1639D
(193,99,157)
#C772A6
(199,114,166)
#CD81AF
(205,129,175)
#D390B8
(211,144,184)
#D99FC1
(217,159,193)
#DFAECA
(223,174,202)
#E5BDD3
(229,189,211)
#EBCCDC
(235,204,220)
#F1DBE5
(241,219,229)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5494 color. Also use rgb(187,84,148) instead hex code.

Text Font Color

.myTextColor { color: #BB5494; }

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

This text font color is #BB5494.


Background Color

.myBgColor { background-color: #BB5494; }

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

This div background color is #BB5494.


Border color

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

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

This div border color is #BB5494.


Opacity

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

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

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

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

This text has shadow with #BB5494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5494 on black background.


Color preview on white background

This text has color #BB5494 on white background.



Black color preview on #BB5494 background

This text has black color on #BB5494 background.


White color preview on #BB5494 background

This text has white color on #BB5494 background.