COLOR #BB4590

HEX: #BB4590
RGB: (187,69,144)

Color info

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

RGB color model

#BB4590 color RGB value is (187,69,144).

  • red value is 187;
  • green value is 69;
  • blue value is 144.
RGB:
(187,69,144)
(73%,27%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 69 of 255 = 27%
B 144 of 255 = 56%

187
69
144

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

Portions of RGB colors in percentages

R + G + B =
187 + 69 + 144 = 400 (100%)
R 187 of 400 ~ 46.75%
G 69 of 400 ~ 17.25%
B 144 of 400 ~ 36%

%46.75
%17.25
%36

CMYK color model

#BB4590 color CMYK value is (0,63,23,27).

  • cyan value is 0.00%
  • magenta value is 63.10%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(0,63,23,27)
C0M63Y23K27 
(0%,63%,23%,27%)
(0.00/0.63/0.23/0.27)	

CMYK percentages

%0
%63.1
%22.99
%26.67

Codes

Color #BB4590 in popluar color models

BB4590
RGB18769144
HSL322°46.46%50.20%
HSB/HSV322°63.10%73.33%
CMYK0.00%63.10%22.99%
26.67%

Color #BB4590 in popluar number systems.

HEXBB4590
Decimal18769144
Binary10111011100010110010000
Octal273105220

Shades and tints

Shades of #BB4590

#BB4590
(187,69,144)
#AA3F83
(170,63,131)
#993976
(153,57,118)
#883369
(136,51,105)
#772D5C
(119,45,92)
#66274F
(102,39,79)
#552142
(85,33,66)
#441B35
(68,27,53)
#331528
(51,21,40)
#220F1B
(34,15,27)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #BB4590

#BB4590
(187,69,144)
#C1559A
(193,85,154)
#C765A4
(199,101,164)
#CD75AE
(205,117,174)
#D385B8
(211,133,184)
#D995C2
(217,149,194)
#DFA5CC
(223,165,204)
#E5B5D6
(229,181,214)
#EBC5E0
(235,197,224)
#F1D5EA
(241,213,234)
#F7E5F4
(247,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4590 color. Also use rgb(187,69,144) instead hex code.

Text Font Color

.myTextColor { color: #BB4590; }

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

This text font color is #BB4590.


Background Color

.myBgColor { background-color: #BB4590; }

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

This div background color is #BB4590.


Border color

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

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

This div border color is #BB4590.


Opacity

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

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

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

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

This text has shadow with #BB4590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4590 on black background.


Color preview on white background

This text has color #BB4590 on white background.



Black color preview on #BB4590 background

This text has black color on #BB4590 background.


White color preview on #BB4590 background

This text has white color on #BB4590 background.