COLOR #BB0D8E

HEX: #BB0D8E
RGB: (187,13,142)

Color info

#BB0D8E contains mainly red and blue colors. Web safe color of #BB0D8E is #CC0099 (or #C09).

RGB color model

#BB0D8E color RGB value is (187,13,142).

  • red value is 187;
  • green value is 13;
  • blue value is 142.
RGB:
(187,13,142)
(73%,5%,56%)

RGB channels and saturation

R 187 of 255 = 73%
G 13 of 255 = 5%
B 142 of 255 = 56%

187
13
142

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

Portions of RGB colors in percentages

R + G + B =
187 + 13 + 142 = 342 (100%)
R 187 of 342 ~ 54.68%
G 13 of 342 ~ 3.8%
B 142 of 342 ~ 41.52%

%54.68
%41.52

CMYK color model

#BB0D8E color CMYK value is (0,93,24,27).

  • cyan value is 0.00%
  • magenta value is 93.05%
  • yellow value is 24.06%
  • key color value is 26.67%
CMYK:
(0,93,24,27)
C0M93Y24K27 
(0%,93%,24%,27%)
(0.00/0.93/0.24/0.27)	

CMYK percentages

%0
%93.05
%24.06
%26.67

Codes

Color #BB0D8E in popluar color models

BB0D8E
RGB18713142
HSL316°87.00%39.22%
HSB/HSV316°93.05%73.33%
CMYK0.00%93.05%24.06%
26.67%

Color #BB0D8E in popluar number systems.

HEXBB0D8E
Decimal18713142
Binary10111011110110001110
Octal27315216

Shades and tints

Shades of #BB0D8E

#BB0D8E
(187,13,142)
#AA0C82
(170,12,130)
#990B76
(153,11,118)
#880A6A
(136,10,106)
#77095E
(119,9,94)
#660852
(102,8,82)
#550746
(85,7,70)
#44063A
(68,6,58)
#33052E
(51,5,46)
#220422
(34,4,34)
#110316
(17,3,22)
#000000
(0,0,0)

Tints of #BB0D8E

#BB0D8E
(187,13,142)
#C12398
(193,35,152)
#C739A2
(199,57,162)
#CD4FAC
(205,79,172)
#D365B6
(211,101,182)
#D97BC0
(217,123,192)
#DF91CA
(223,145,202)
#E5A7D4
(229,167,212)
#EBBDDE
(235,189,222)
#F1D3E8
(241,211,232)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB0D8E color. Also use rgb(187,13,142) instead hex code.

Text Font Color

.myTextColor { color: #BB0D8E; }

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

This text font color is #BB0D8E.


Background Color

.myBgColor { background-color: #BB0D8E; }

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

This div background color is #BB0D8E.


Border color

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

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

This div border color is #BB0D8E.


Opacity

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

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

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

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

This text has shadow with #BB0D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB0D8E on black background.


Color preview on white background

This text has color #BB0D8E on white background.



Black color preview on #BB0D8E background

This text has black color on #BB0D8E background.


White color preview on #BB0D8E background

This text has white color on #BB0D8E background.