COLOR #B135DD

HEX: #B135DD
RGB: (177,53,221)

Color info

#B135DD contains mainly red and blue colors. Web safe color of #B135DD is #9933CC (or #93C).

RGB color model

#B135DD color RGB value is (177,53,221).

  • red value is 177;
  • green value is 53;
  • blue value is 221.
RGB:
(177,53,221)
(69%,21%,87%)

RGB channels and saturation

R 177 of 255 = 69%
G 53 of 255 = 21%
B 221 of 255 = 87%

177
53
221

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

Portions of RGB colors in percentages

R + G + B =
177 + 53 + 221 = 451 (100%)
R 177 of 451 ~ 39.25%
G 53 of 451 ~ 11.75%
B 221 of 451 ~ 49%

%39.25
%11.75
%49

CMYK color model

#B135DD color CMYK value is (20,76,0,13).

  • cyan value is 19.91%
  • magenta value is 76.02%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(20,76,0,13)
C20M76Y0K13 
(20%,76%,0%,13%)
(0.20/0.76/0.00/0.13)	

CMYK percentages

%19.91
%76.02
%0
%13.33

Codes

Color #B135DD in popluar color models

B135DD
RGB17753221
HSL284°71.19%53.73%
HSB/HSV284°76.02%86.67%
CMYK19.91%76.02%0.00%
13.33%

Color #B135DD in popluar number systems.

HEXB135DD
Decimal17753221
Binary1011000111010111011101
Octal26165335

Shades and tints

Shades of #B135DD

#B135DD
(177,53,221)
#A131C9
(161,49,201)
#912DB5
(145,45,181)
#8129A1
(129,41,161)
#71258D
(113,37,141)
#612179
(97,33,121)
#511D65
(81,29,101)
#411951
(65,25,81)
#31153D
(49,21,61)
#211129
(33,17,41)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #B135DD

#B135DD
(177,53,221)
#B847E0
(184,71,224)
#BF59E3
(191,89,227)
#C66BE6
(198,107,230)
#CD7DE9
(205,125,233)
#D48FEC
(212,143,236)
#DBA1EF
(219,161,239)
#E2B3F2
(226,179,242)
#E9C5F5
(233,197,245)
#F0D7F8
(240,215,248)
#F7E9FB
(247,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B135DD color. Also use rgb(177,53,221) instead hex code.

Text Font Color

.myTextColor { color: #B135DD; }

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

This text font color is #B135DD.


Background Color

.myBgColor { background-color: #B135DD; }

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

This div background color is #B135DD.


Border color

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

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

This div border color is #B135DD.


Opacity

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

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

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

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

This text has shadow with #B135DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B135DD on black background.


Color preview on white background

This text has color #B135DD on white background.



Black color preview on #B135DD background

This text has black color on #B135DD background.


White color preview on #B135DD background

This text has white color on #B135DD background.