COLOR #B590B4

HEX: #B590B4
RGB: (181,144,180)

Renk bilgisi

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

RGB renk modeli

#B590B4 color RGB value is (181,144,180).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 144 of 255 = 56%
B 180 of 255 = 71%

181
144
180

R + G + B ~ 66%. #B590B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 144 + 180 = 505 (100%)
R 181 of 505 ~ 35.84%
G 144 of 505 ~ 28.51%
B 180 of 505 ~ 35.64%

%35.84
%28.51
%35.64

CMYK RENK MODELİ

#B590B4 rengi CMYK tonu (0,20,1,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.44%
  • sarı tonu 0.55%
  • ana renk tonu 29.02%
CMYK:
(0,20,1,29)
C0M20Y1K29 
(0%,20%,1%,29%)
(0.00/0.20/0.01/0.29)	

CMYK yüzdeleri

%0
%20.44
%0.55
%29.02

Codes

Color #B590B4 in popluar color models

B590B4
RGB181144180
HSL302°20.00%63.73%
HSB/HSV302°20.44%70.98%
CMYK0.00%20.44%0.55%
29.02%

Color #B590B4 in popluar number systems.

HEXB590B4
Decimal181144180
Binary101101011001000010110100
Octal265220264

Shades and tints

Shades of #B590B4

#B590B4
(181,144,180)
#A583A4
(165,131,164)
#957694
(149,118,148)
#856984
(133,105,132)
#755C74
(117,92,116)
#654F64
(101,79,100)
#554254
(85,66,84)
#453544
(69,53,68)
#352834
(53,40,52)
#251B24
(37,27,36)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #B590B4

#B590B4
(181,144,180)
#BB9ABA
(187,154,186)
#C1A4C0
(193,164,192)
#C7AEC6
(199,174,198)
#CDB8CC
(205,184,204)
#D3C2D2
(211,194,210)
#D9CCD8
(217,204,216)
#DFD6DE
(223,214,222)
#E5E0E4
(229,224,228)
#EBEAEA
(235,234,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B590B4; }

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

This text font color is #B590B4.


Background Color

.myBgColor { background-color: #B590B4; }

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

This div background color is #B590B4.


Border color

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

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

This div border color is #B590B4.


Opacity

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

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

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

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

This text has shadow with #B590B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B590B4 on black background.


Color preview on white background

This text has color #B590B4 on white background.



Black color preview on #B590B4 background

This text has black color on #B590B4 background.


White color preview on #B590B4 background

This text has white color on #B590B4 background.