COLOR #B53BBB

HEX: #B53BBB
RGB: (181,59,187)

Color info

#B53BBB contains mainly red and blue colors. Web safe color of #B53BBB is #CC33CC (or #C3C).

RGB color model

#B53BBB color RGB value is (181,59,187).

  • red value is 181;
  • green value is 59;
  • blue value is 187.
RGB:
(181,59,187)
(71%,23%,73%)

RGB channels and saturation

R 181 of 255 = 71%
G 59 of 255 = 23%
B 187 of 255 = 73%

181
59
187

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

Portions of RGB colors in percentages

R + G + B =
181 + 59 + 187 = 427 (100%)
R 181 of 427 ~ 42.39%
G 59 of 427 ~ 13.82%
B 187 of 427 ~ 43.79%

%42.39
%13.82
%43.79

CMYK color model

#B53BBB color CMYK value is (3,68,0,27).

  • cyan value is 3.21%
  • magenta value is 68.45%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(3,68,0,27)
C3M68Y0K27 
(3%,68%,0%,27%)
(0.03/0.68/0.00/0.27)	

CMYK percentages

%3.21
%68.45
%0
%26.67

Codes

Color #B53BBB in popluar color models

B53BBB
RGB18159187
HSL297°52.03%48.24%
HSB/HSV297°68.45%73.33%
CMYK3.21%68.45%0.00%
26.67%

Color #B53BBB in popluar number systems.

HEXB53BBB
Decimal18159187
Binary1011010111101110111011
Octal26573273

Shades and tints

Shades of #B53BBB

#B53BBB
(181,59,187)
#A536AA
(165,54,170)
#953199
(149,49,153)
#852C88
(133,44,136)
#752777
(117,39,119)
#652266
(101,34,102)
#551D55
(85,29,85)
#451844
(69,24,68)
#351333
(53,19,51)
#250E22
(37,14,34)
#150911
(21,9,17)
#000000
(0,0,0)

Tints of #B53BBB

#B53BBB
(181,59,187)
#BB4CC1
(187,76,193)
#C15DC7
(193,93,199)
#C76ECD
(199,110,205)
#CD7FD3
(205,127,211)
#D390D9
(211,144,217)
#D9A1DF
(217,161,223)
#DFB2E5
(223,178,229)
#E5C3EB
(229,195,235)
#EBD4F1
(235,212,241)
#F1E5F7
(241,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53BBB color. Also use rgb(181,59,187) instead hex code.

Text Font Color

.myTextColor { color: #B53BBB; }

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

This text font color is #B53BBB.


Background Color

.myBgColor { background-color: #B53BBB; }

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

This div background color is #B53BBB.


Border color

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

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

This div border color is #B53BBB.


Opacity

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

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

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

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

This text has shadow with #B53BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53BBB on black background.


Color preview on white background

This text has color #B53BBB on white background.



Black color preview on #B53BBB background

This text has black color on #B53BBB background.


White color preview on #B53BBB background

This text has white color on #B53BBB background.