COLOR #B135C0

HEX: #B135C0
RGB: (177,53,192)

Color info

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

RGB color model

#B135C0 color RGB value is (177,53,192).

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

RGB channels and saturation

R 177 of 255 = 69%
G 53 of 255 = 21%
B 192 of 255 = 75%

177
53
192

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

Portions of RGB colors in percentages

R + G + B =
177 + 53 + 192 = 422 (100%)
R 177 of 422 ~ 41.94%
G 53 of 422 ~ 12.56%
B 192 of 422 ~ 45.5%

%41.94
%12.56
%45.5

CMYK color model

#B135C0 color CMYK value is (8,72,0,25).

  • cyan value is 7.81%
  • magenta value is 72.40%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(8,72,0,25)
C8M72Y0K25 
(8%,72%,0%,25%)
(0.08/0.72/0.00/0.25)	

CMYK percentages

%7.81
%72.4
%0
%24.71

Codes

Color #B135C0 in popluar color models

B135C0
RGB17753192
HSL294°56.73%48.04%
HSB/HSV294°72.40%75.29%
CMYK7.81%72.40%0.00%
24.71%

Color #B135C0 in popluar number systems.

HEXB135C0
Decimal17753192
Binary1011000111010111000000
Octal26165300

Shades and tints

Shades of #B135C0

#B135C0
(177,53,192)
#A131AF
(161,49,175)
#912D9E
(145,45,158)
#81298D
(129,41,141)
#71257C
(113,37,124)
#61216B
(97,33,107)
#511D5A
(81,29,90)
#411949
(65,25,73)
#311538
(49,21,56)
#211127
(33,17,39)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #B135C0

#B135C0
(177,53,192)
#B847C5
(184,71,197)
#BF59CA
(191,89,202)
#C66BCF
(198,107,207)
#CD7DD4
(205,125,212)
#D48FD9
(212,143,217)
#DBA1DE
(219,161,222)
#E2B3E3
(226,179,227)
#E9C5E8
(233,197,232)
#F0D7ED
(240,215,237)
#F7E9F2
(247,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B135C0; }

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

This text font color is #B135C0.


Background Color

.myBgColor { background-color: #B135C0; }

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

This div background color is #B135C0.


Border color

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

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

This div border color is #B135C0.


Opacity

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

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

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

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

This text has shadow with #B135C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B135C0 on black background.


Color preview on white background

This text has color #B135C0 on white background.



Black color preview on #B135C0 background

This text has black color on #B135C0 background.


White color preview on #B135C0 background

This text has white color on #B135C0 background.