COLOR #B55AF6

HEX: #B55AF6
RGB: (181,90,246)

Color info

#B55AF6 contains mainly blue color. Web safe color of #B55AF6 is #CC66FF (or #C6F).

RGB color model

#B55AF6 color RGB value is (181,90,246).

  • red value is 181;
  • green value is 90;
  • blue value is 246.
RGB:
(181,90,246)
(71%,35%,96%)

RGB channels and saturation

R 181 of 255 = 71%
G 90 of 255 = 35%
B 246 of 255 = 96%

181
90
246

R + G + B ~ 67%. #B55AF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 90 + 246 = 517 (100%)
R 181 of 517 ~ 35.01%
G 90 of 517 ~ 17.41%
B 246 of 517 ~ 47.58%

%35.01
%17.41
%47.58

CMYK color model

#B55AF6 color CMYK value is (26,63,0,4).

  • cyan value is 26.42%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(26,63,0,4)
C26M63Y0K4 
(26%,63%,0%,4%)
(0.26/0.63/0.00/0.04)	

CMYK percentages

%26.42
%63.41
%0
%3.53

Codes

Color #B55AF6 in popluar color models

B55AF6
RGB18190246
HSL275°89.66%65.88%
HSB/HSV275°63.41%96.47%
CMYK26.42%63.41%0.00%
3.53%

Color #B55AF6 in popluar number systems.

HEXB55AF6
Decimal18190246
Binary10110101101101011110110
Octal265132366

Shades and tints

Shades of #B55AF6

#B55AF6
(181,90,246)
#A552E0
(165,82,224)
#954ACA
(149,74,202)
#8542B4
(133,66,180)
#753A9E
(117,58,158)
#653288
(101,50,136)
#552A72
(85,42,114)
#45225C
(69,34,92)
#351A46
(53,26,70)
#251230
(37,18,48)
#150A1A
(21,10,26)
#000000
(0,0,0)

Tints of #B55AF6

#B55AF6
(181,90,246)
#BB69F6
(187,105,246)
#C178F6
(193,120,246)
#C787F6
(199,135,246)
#CD96F6
(205,150,246)
#D3A5F6
(211,165,246)
#D9B4F6
(217,180,246)
#DFC3F6
(223,195,246)
#E5D2F6
(229,210,246)
#EBE1F6
(235,225,246)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B55AF6 color. Also use rgb(181,90,246) instead hex code.

Text Font Color

.myTextColor { color: #B55AF6; }

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

This text font color is #B55AF6.


Background Color

.myBgColor { background-color: #B55AF6; }

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

This div background color is #B55AF6.


Border color

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

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

This div border color is #B55AF6.


Opacity

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

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

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

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

This text has shadow with #B55AF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B55AF6 on black background.


Color preview on white background

This text has color #B55AF6 on white background.



Black color preview on #B55AF6 background

This text has black color on #B55AF6 background.


White color preview on #B55AF6 background

This text has white color on #B55AF6 background.