COLOR #B585B4

HEX: #B585B4
RGB: (181,133,180)

Renk bilgisi

#B585B4 contains red, green and blue colors in about the same proportion. #B585B4 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#B585B4 color RGB value is (181,133,180).

  • kırmız ton 181;
  • yeşil ton 133;
  • mavi ton 180.
RGB:
(181,133,180)
(71%,52%,71%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 133 of 255 = 52%
B 180 of 255 = 71%

181
133
180

R + G + B ~ 65%. #B585B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 133 + 180 = 494 (100%)
R 181 of 494 ~ 36.64%
G 133 of 494 ~ 26.92%
B 180 of 494 ~ 36.44%

%36.64
%26.92
%36.44

CMYK RENK MODELİ

#B585B4 rengi CMYK tonu (0,27,1,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.52%
  • sarı tonu 0.55%
  • ana renk tonu 29.02%
CMYK:
(0,27,1,29)
C0M27Y1K29 
(0%,27%,1%,29%)
(0.00/0.27/0.01/0.29)	

CMYK yüzdeleri

%0
%26.52
%0.55
%29.02

Codes

Color #B585B4 in popluar color models

B585B4
RGB181133180
HSL301°24.49%61.57%
HSB/HSV301°26.52%70.98%
CMYK0.00%26.52%0.55%
29.02%

Color #B585B4 in popluar number systems.

HEXB585B4
Decimal181133180
Binary101101011000010110110100
Octal265205264

Shades and tints

Shades of #B585B4

#B585B4
(181,133,180)
#A579A4
(165,121,164)
#956D94
(149,109,148)
#856184
(133,97,132)
#755574
(117,85,116)
#654964
(101,73,100)
#553D54
(85,61,84)
#453144
(69,49,68)
#352534
(53,37,52)
#251924
(37,25,36)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #B585B4

#B585B4
(181,133,180)
#BB90BA
(187,144,186)
#C19BC0
(193,155,192)
#C7A6C6
(199,166,198)
#CDB1CC
(205,177,204)
#D3BCD2
(211,188,210)
#D9C7D8
(217,199,216)
#DFD2DE
(223,210,222)
#E5DDE4
(229,221,228)
#EBE8EA
(235,232,234)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B585B4 color. Also use rgb(181,133,180) instead hex code.

Text Font Color

.myTextColor { color: #B585B4; }

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

This text font color is #B585B4.


Background Color

.myBgColor { background-color: #B585B4; }

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

This div background color is #B585B4.


Border color

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

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

This div border color is #B585B4.


Opacity

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

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

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

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

This text has shadow with #B585B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B585B4 on black background.


Color preview on white background

This text has color #B585B4 on white background.



Black color preview on #B585B4 background

This text has black color on #B585B4 background.


White color preview on #B585B4 background

This text has white color on #B585B4 background.