COLOR #BB025E

HEX: #BB025E
RGB: (187,2,94)

Color info

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

RGB color model

#BB025E color RGB value is (187,2,94).

  • red value is 187;
  • green value is 2;
  • blue value is 94.
RGB:
(187,2,94)
(73%,1%,37%)

RGB channels and saturation

R 187 of 255 = 73%
G 2 of 255 = 1%
B 94 of 255 = 37%

187
2
94

R + G + B ~ 37%. #BB025E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
187 + 2 + 94 = 283 (100%)
R 187 of 283 ~ 66.08%
G 2 of 283 ~ 0.71%
B 94 of 283 ~ 33.22%

%66.08
%33.22

CMYK color model

#BB025E color CMYK value is (0,99,50,27).

  • cyan value is 0.00%
  • magenta value is 98.93%
  • yellow value is 49.73%
  • key color value is 26.67%
CMYK:
(0,99,50,27)
C0M99Y50K27 
(0%,99%,50%,27%)
(0.00/0.99/0.50/0.27)	

CMYK percentages

%0
%98.93
%49.73
%26.67

Codes

Color #BB025E in popluar color models

BB025E
RGB187294
HSL330°97.88%37.06%
HSB/HSV330°98.93%73.33%
CMYK0.00%98.93%49.73%
26.67%

Color #BB025E in popluar number systems.

HEXBB025E
Decimal187294
Binary10111011101011110
Octal2732136

Shades and tints

Shades of #BB025E

#BB025E
(187,2,94)
#AA0256
(170,2,86)
#99024E
(153,2,78)
#880246
(136,2,70)
#77023E
(119,2,62)
#660236
(102,2,54)
#55022E
(85,2,46)
#440226
(68,2,38)
#33021E
(51,2,30)
#220216
(34,2,22)
#11020E
(17,2,14)
#000000
(0,0,0)

Tints of #BB025E

#BB025E
(187,2,94)
#C1196C
(193,25,108)
#C7307A
(199,48,122)
#CD4788
(205,71,136)
#D35E96
(211,94,150)
#D975A4
(217,117,164)
#DF8CB2
(223,140,178)
#E5A3C0
(229,163,192)
#EBBACE
(235,186,206)
#F1D1DC
(241,209,220)
#F7E8EA
(247,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB025E color. Also use rgb(187,2,94) instead hex code.

Text Font Color

.myTextColor { color: #BB025E; }

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

This text font color is #BB025E.


Background Color

.myBgColor { background-color: #BB025E; }

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

This div background color is #BB025E.


Border color

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

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

This div border color is #BB025E.


Opacity

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

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

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

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

This text has shadow with #BB025E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB025E on black background.


Color preview on white background

This text has color #BB025E on white background.



Black color preview on #BB025E background

This text has black color on #BB025E background.


White color preview on #BB025E background

This text has white color on #BB025E background.