COLOR #BC51BD

HEX: #BC51BD
RGB: (188,81,189)

Renk bilgisi

#BC51BD contains mainly red and blue colors. #BC51BD ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#BC51BD color RGB value is (188,81,189).

  • kırmız ton 188;
  • yeşil ton 81;
  • mavi ton 189.
RGB:
(188,81,189)
(74%,32%,74%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 81 of 255 = 32%
B 189 of 255 = 74%

188
81
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 81 + 189 = 458 (100%)
R 188 of 458 ~ 41.05%
G 81 of 458 ~ 17.69%
B 189 of 458 ~ 41.27%

%41.05
%17.69
%41.27

CMYK RENK MODELİ

#BC51BD rengi CMYK tonu (1,57,0,26).

  • camgöbeği tonu 0.53%
  • eflatun tonu 57.14%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(1,57,0,26)
C1M57Y0K26 
(1%,57%,0%,26%)
(0.01/0.57/0.00/0.26)	

CMYK yüzdeleri

%0.53
%57.14
%0
%25.88

Codes

Color #BC51BD in popluar color models

BC51BD
RGB18881189
HSL299°45.00%52.94%
HSB/HSV299°57.14%74.12%
CMYK0.53%57.14%0.00%
25.88%

Color #BC51BD in popluar number systems.

HEXBC51BD
Decimal18881189
Binary10111100101000110111101
Octal274121275

Shades and tints

Shades of #BC51BD

#BC51BD
(188,81,189)
#AB4AAC
(171,74,172)
#9A439B
(154,67,155)
#893C8A
(137,60,138)
#783579
(120,53,121)
#672E68
(103,46,104)
#562757
(86,39,87)
#452046
(69,32,70)
#341935
(52,25,53)
#231224
(35,18,36)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #BC51BD

#BC51BD
(188,81,189)
#C260C3
(194,96,195)
#C86FC9
(200,111,201)
#CE7ECF
(206,126,207)
#D48DD5
(212,141,213)
#DA9CDB
(218,156,219)
#E0ABE1
(224,171,225)
#E6BAE7
(230,186,231)
#ECC9ED
(236,201,237)
#F2D8F3
(242,216,243)
#F8E7F9
(248,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC51BD color. Also use rgb(188,81,189) instead hex code.

Text Font Color

.myTextColor { color: #BC51BD; }

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

This text font color is #BC51BD.


Background Color

.myBgColor { background-color: #BC51BD; }

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

This div background color is #BC51BD.


Border color

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

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

This div border color is #BC51BD.


Opacity

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

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

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

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

This text has shadow with #BC51BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC51BD on black background.


Color preview on white background

This text has color #BC51BD on white background.



Black color preview on #BC51BD background

This text has black color on #BC51BD background.


White color preview on #BC51BD background

This text has white color on #BC51BD background.