COLOR #BB1478

HEX: #BB1478
RGB: (187,20,120)

Color info

#BB1478 contains mainly red color. Web safe color of #BB1478 is #CC0066 (or #C06).

RGB color model

#BB1478 color RGB value is (187,20,120).

  • red value is 187;
  • green value is 20;
  • blue value is 120.
RGB:
(187,20,120)
(73%,8%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 20 of 255 = 8%
B 120 of 255 = 47%

187
20
120

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

Portions of RGB colors in percentages

R + G + B =
187 + 20 + 120 = 327 (100%)
R 187 of 327 ~ 57.19%
G 20 of 327 ~ 6.12%
B 120 of 327 ~ 36.7%

%57.19
%36.7

CMYK color model

#BB1478 color CMYK value is (0,89,36,27).

  • cyan value is 0.00%
  • magenta value is 89.30%
  • yellow value is 35.83%
  • key color value is 26.67%
CMYK:
(0,89,36,27)
C0M89Y36K27 
(0%,89%,36%,27%)
(0.00/0.89/0.36/0.27)	

CMYK percentages

%0
%89.3
%35.83
%26.67

Codes

Color #BB1478 in popluar color models

BB1478
RGB18720120
HSL324°80.68%40.59%
HSB/HSV324°89.30%73.33%
CMYK0.00%89.30%35.83%
26.67%

Color #BB1478 in popluar number systems.

HEXBB1478
Decimal18720120
Binary10111011101001111000
Octal27324170

Shades and tints

Shades of #BB1478

#BB1478
(187,20,120)
#AA136E
(170,19,110)
#991264
(153,18,100)
#88115A
(136,17,90)
#771050
(119,16,80)
#660F46
(102,15,70)
#550E3C
(85,14,60)
#440D32
(68,13,50)
#330C28
(51,12,40)
#220B1E
(34,11,30)
#110A14
(17,10,20)
#000000
(0,0,0)

Tints of #BB1478

#BB1478
(187,20,120)
#C12984
(193,41,132)
#C73E90
(199,62,144)
#CD539C
(205,83,156)
#D368A8
(211,104,168)
#D97DB4
(217,125,180)
#DF92C0
(223,146,192)
#E5A7CC
(229,167,204)
#EBBCD8
(235,188,216)
#F1D1E4
(241,209,228)
#F7E6F0
(247,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB1478 color. Also use rgb(187,20,120) instead hex code.

Text Font Color

.myTextColor { color: #BB1478; }

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

This text font color is #BB1478.


Background Color

.myBgColor { background-color: #BB1478; }

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

This div background color is #BB1478.


Border color

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

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

This div border color is #BB1478.


Opacity

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

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

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

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

This text has shadow with #BB1478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB1478 on black background.


Color preview on white background

This text has color #BB1478 on white background.



Black color preview on #BB1478 background

This text has black color on #BB1478 background.


White color preview on #BB1478 background

This text has white color on #BB1478 background.