COLOR #BB5781

HEX: #BB5781
RGB: (187,87,129)

Color info

#BB5781 contains mainly red and blue colors. Web safe color of #BB5781 is #CC6699 (or #C69).

RGB color model

#BB5781 color RGB value is (187,87,129).

  • red value is 187;
  • green value is 87;
  • blue value is 129.
RGB:
(187,87,129)
(73%,34%,51%)

RGB channels and saturation

R 187 of 255 = 73%
G 87 of 255 = 34%
B 129 of 255 = 51%

187
87
129

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

Portions of RGB colors in percentages

R + G + B =
187 + 87 + 129 = 403 (100%)
R 187 of 403 ~ 46.4%
G 87 of 403 ~ 21.59%
B 129 of 403 ~ 32.01%

%46.4
%21.59
%32.01

CMYK color model

#BB5781 color CMYK value is (0,53,31,27).

  • cyan value is 0.00%
  • magenta value is 53.48%
  • yellow value is 31.02%
  • key color value is 26.67%
CMYK:
(0,53,31,27)
C0M53Y31K27 
(0%,53%,31%,27%)
(0.00/0.53/0.31/0.27)	

CMYK percentages

%0
%53.48
%31.02
%26.67

Codes

Color #BB5781 in popluar color models

BB5781
RGB18787129
HSL335°42.37%53.73%
HSB/HSV335°53.48%73.33%
CMYK0.00%53.48%31.02%
26.67%

Color #BB5781 in popluar number systems.

HEXBB5781
Decimal18787129
Binary10111011101011110000001
Octal273127201

Shades and tints

Shades of #BB5781

#BB5781
(187,87,129)
#AA5076
(170,80,118)
#99496B
(153,73,107)
#884260
(136,66,96)
#773B55
(119,59,85)
#66344A
(102,52,74)
#552D3F
(85,45,63)
#442634
(68,38,52)
#331F29
(51,31,41)
#22181E
(34,24,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #BB5781

#BB5781
(187,87,129)
#C1668C
(193,102,140)
#C77597
(199,117,151)
#CD84A2
(205,132,162)
#D393AD
(211,147,173)
#D9A2B8
(217,162,184)
#DFB1C3
(223,177,195)
#E5C0CE
(229,192,206)
#EBCFD9
(235,207,217)
#F1DEE4
(241,222,228)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB5781 color. Also use rgb(187,87,129) instead hex code.

Text Font Color

.myTextColor { color: #BB5781; }

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

This text font color is #BB5781.


Background Color

.myBgColor { background-color: #BB5781; }

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

This div background color is #BB5781.


Border color

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

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

This div border color is #BB5781.


Opacity

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

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

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

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

This text has shadow with #BB5781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB5781 on black background.


Color preview on white background

This text has color #BB5781 on white background.



Black color preview on #BB5781 background

This text has black color on #BB5781 background.


White color preview on #BB5781 background

This text has white color on #BB5781 background.