COLOR #BB009A

HEX: #BB009A
RGB: (187,0,154)

Color info

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

RGB color model

#BB009A color RGB value is (187,0,154).

  • red value is 187;
  • green value is 0;
  • blue value is 154.
RGB:
(187,0,154)
(73%,0%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 0 of 255 = 0%
B 154 of 255 = 60%

187
0
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 0 + 154 = 341 (100%)
R 187 of 341 ~ 54.84%
G 0 of 341 ~ 0%
B 154 of 341 ~ 45.16%

%54.84
%45.16

CMYK color model

#BB009A color CMYK value is (0,100,18,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,100,18,27)
C0M100Y18K27 
(0%,100%,18%,27%)
(0.00/1.00/0.18/0.27)	

CMYK percentages

%0
%100
%17.65
%26.67

Codes

Color #BB009A in popluar color models

BB009A
RGB1870154
HSL311°100.00%36.67%
HSB/HSV311°100.00%73.33%
CMYK0.00%100.00%17.65%
26.67%

Color #BB009A in popluar number systems.

HEXBB009A
Decimal1870154
Binary10111011010011010
Octal2730232

Shades and tints

Shades of #BB009A

#BB009A
(187,0,154)
#AA008C
(170,0,140)
#99007E
(153,0,126)
#880070
(136,0,112)
#770062
(119,0,98)
#660054
(102,0,84)
#550046
(85,0,70)
#440038
(68,0,56)
#33002A
(51,0,42)
#22001C
(34,0,28)
#11000E
(17,0,14)
#000000
(0,0,0)

Tints of #BB009A

#BB009A
(187,0,154)
#C117A3
(193,23,163)
#C72EAC
(199,46,172)
#CD45B5
(205,69,181)
#D35CBE
(211,92,190)
#D973C7
(217,115,199)
#DF8AD0
(223,138,208)
#E5A1D9
(229,161,217)
#EBB8E2
(235,184,226)
#F1CFEB
(241,207,235)
#F7E6F4
(247,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB009A color. Also use rgb(187,0,154) instead hex code.

Text Font Color

.myTextColor { color: #BB009A; }

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

This text font color is #BB009A.


Background Color

.myBgColor { background-color: #BB009A; }

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

This div background color is #BB009A.


Border color

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

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

This div border color is #BB009A.


Opacity

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

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

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

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

This text has shadow with #BB009A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB009A on black background.


Color preview on white background

This text has color #BB009A on white background.



Black color preview on #BB009A background

This text has black color on #BB009A background.


White color preview on #BB009A background

This text has white color on #BB009A background.