COLOR #B135CD

HEX: #B135CD
RGB: (177,53,205)

Color info

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

RGB color model

#B135CD color RGB value is (177,53,205).

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

RGB channels and saturation

R 177 of 255 = 69%
G 53 of 255 = 21%
B 205 of 255 = 80%

177
53
205

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

Portions of RGB colors in percentages

R + G + B =
177 + 53 + 205 = 435 (100%)
R 177 of 435 ~ 40.69%
G 53 of 435 ~ 12.18%
B 205 of 435 ~ 47.13%

%40.69
%12.18
%47.13

CMYK color model

#B135CD color CMYK value is (14,74,0,20).

  • cyan value is 13.66%
  • magenta value is 74.15%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,74,0,20)
C14M74Y0K20 
(14%,74%,0%,20%)
(0.14/0.74/0.00/0.20)	

CMYK percentages

%13.66
%74.15
%0
%19.61

Codes

Color #B135CD in popluar color models

B135CD
RGB17753205
HSL289°60.32%50.59%
HSB/HSV289°74.15%80.39%
CMYK13.66%74.15%0.00%
19.61%

Color #B135CD in popluar number systems.

HEXB135CD
Decimal17753205
Binary1011000111010111001101
Octal26165315

Shades and tints

Shades of #B135CD

#B135CD
(177,53,205)
#A131BB
(161,49,187)
#912DA9
(145,45,169)
#812997
(129,41,151)
#712585
(113,37,133)
#612173
(97,33,115)
#511D61
(81,29,97)
#41194F
(65,25,79)
#31153D
(49,21,61)
#21112B
(33,17,43)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #B135CD

#B135CD
(177,53,205)
#B847D1
(184,71,209)
#BF59D5
(191,89,213)
#C66BD9
(198,107,217)
#CD7DDD
(205,125,221)
#D48FE1
(212,143,225)
#DBA1E5
(219,161,229)
#E2B3E9
(226,179,233)
#E9C5ED
(233,197,237)
#F0D7F1
(240,215,241)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B135CD; }

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

This text font color is #B135CD.


Background Color

.myBgColor { background-color: #B135CD; }

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

This div background color is #B135CD.


Border color

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

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

This div border color is #B135CD.


Opacity

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

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

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

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

This text has shadow with #B135CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B135CD on black background.


Color preview on white background

This text has color #B135CD on white background.



Black color preview on #B135CD background

This text has black color on #B135CD background.


White color preview on #B135CD background

This text has white color on #B135CD background.