COLOR #B551BA

HEX: #B551BA
RGB: (181,81,186)

Color info

#B551BA contains mainly red and blue colors. Web safe color of #B551BA is #CC66CC (or #C6C).

RGB color model

#B551BA color RGB value is (181,81,186).

  • red value is 181;
  • green value is 81;
  • blue value is 186.
RGB:
(181,81,186)
(71%,32%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 81 of 255 = 32%
B 186 of 255 = 73%

181
81
186

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

Portions of RGB colors in percentages

R + G + B =
181 + 81 + 186 = 448 (100%)
R 181 of 448 ~ 40.4%
G 81 of 448 ~ 18.08%
B 186 of 448 ~ 41.52%

%40.4
%18.08
%41.52

CMYK color model

#B551BA color CMYK value is (3,56,0,27).

  • cyan value is 2.69%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,56,0,27)
C3M56Y0K27 
(3%,56%,0%,27%)
(0.03/0.56/0.00/0.27)	

CMYK percentages

%2.69
%56.45
%0
%27.06

Codes

Color #B551BA in popluar color models

B551BA
RGB18181186
HSL297°43.21%52.35%
HSB/HSV297°56.45%72.94%
CMYK2.69%56.45%0.00%
27.06%

Color #B551BA in popluar number systems.

HEXB551BA
Decimal18181186
Binary10110101101000110111010
Octal265121272

Shades and tints

Shades of #B551BA

#B551BA
(181,81,186)
#A54AAA
(165,74,170)
#95439A
(149,67,154)
#853C8A
(133,60,138)
#75357A
(117,53,122)
#652E6A
(101,46,106)
#55275A
(85,39,90)
#45204A
(69,32,74)
#35193A
(53,25,58)
#25122A
(37,18,42)
#150B1A
(21,11,26)
#000000
(0,0,0)

Tints of #B551BA

#B551BA
(181,81,186)
#BB60C0
(187,96,192)
#C16FC6
(193,111,198)
#C77ECC
(199,126,204)
#CD8DD2
(205,141,210)
#D39CD8
(211,156,216)
#D9ABDE
(217,171,222)
#DFBAE4
(223,186,228)
#E5C9EA
(229,201,234)
#EBD8F0
(235,216,240)
#F1E7F6
(241,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B551BA color. Also use rgb(181,81,186) instead hex code.

Text Font Color

.myTextColor { color: #B551BA; }

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

This text font color is #B551BA.


Background Color

.myBgColor { background-color: #B551BA; }

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

This div background color is #B551BA.


Border color

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

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

This div border color is #B551BA.


Opacity

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

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

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

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

This text has shadow with #B551BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B551BA on black background.


Color preview on white background

This text has color #B551BA on white background.



Black color preview on #B551BA background

This text has black color on #B551BA background.


White color preview on #B551BA background

This text has white color on #B551BA background.