COLOR #B51CC1

HEX: #B51CC1
RGB: (181,28,193)

Renk bilgisi

#B51CC1 contains mainly red and blue colors. #B51CC1 ‘ nin web güvenlik rengi #CC33CC (ya da #C3C) dir.

RGB renk modeli

#B51CC1 color RGB value is (181,28,193).

  • kırmız ton 181;
  • yeşil ton 28;
  • mavi ton 193.
RGB:
(181,28,193)
(71%,11%,76%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 28 of 255 = 11%
B 193 of 255 = 76%

181
28
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 28 + 193 = 402 (100%)
R 181 of 402 ~ 45.02%
G 28 of 402 ~ 6.97%
B 193 of 402 ~ 48.01%

%45.02
%48.01

CMYK RENK MODELİ

#B51CC1 rengi CMYK tonu (6,85,0,24).

  • camgöbeği tonu 6.22%
  • eflatun tonu 85.49%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(6,85,0,24)
C6M85Y0K24 
(6%,85%,0%,24%)
(0.06/0.85/0.00/0.24)	

CMYK yüzdeleri

%6.22
%85.49
%0
%24.31

Codes

Color #B51CC1 in popluar color models

B51CC1
RGB18128193
HSL296°74.66%43.33%
HSB/HSV296°85.49%75.69%
CMYK6.22%85.49%0.00%
24.31%

Color #B51CC1 in popluar number systems.

HEXB51CC1
Decimal18128193
Binary101101011110011000001
Octal26534301

Shades and tints

Shades of #B51CC1

#B51CC1
(181,28,193)
#A51AB0
(165,26,176)
#95189F
(149,24,159)
#85168E
(133,22,142)
#75147D
(117,20,125)
#65126C
(101,18,108)
#55105B
(85,16,91)
#450E4A
(69,14,74)
#350C39
(53,12,57)
#250A28
(37,10,40)
#150817
(21,8,23)
#000000
(0,0,0)

Tints of #B51CC1

#B51CC1
(181,28,193)
#BB30C6
(187,48,198)
#C144CB
(193,68,203)
#C758D0
(199,88,208)
#CD6CD5
(205,108,213)
#D380DA
(211,128,218)
#D994DF
(217,148,223)
#DFA8E4
(223,168,228)
#E5BCE9
(229,188,233)
#EBD0EE
(235,208,238)
#F1E4F3
(241,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51CC1 color. Also use rgb(181,28,193) instead hex code.

Text Font Color

.myTextColor { color: #B51CC1; }

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

This text font color is #B51CC1.


Background Color

.myBgColor { background-color: #B51CC1; }

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

This div background color is #B51CC1.


Border color

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

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

This div border color is #B51CC1.


Opacity

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

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

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

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

This text has shadow with #B51CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51CC1 on black background.


Color preview on white background

This text has color #B51CC1 on white background.



Black color preview on #B51CC1 background

This text has black color on #B51CC1 background.


White color preview on #B51CC1 background

This text has white color on #B51CC1 background.