COLOR #BD63CC

HEX: #BD63CC
RGB: (189,99,204)

Renk bilgisi

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

RGB renk modeli

#BD63CC color RGB value is (189,99,204).

  • kırmız ton 189;
  • yeşil ton 99;
  • mavi ton 204.
RGB:
(189,99,204)
(74%,39%,80%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 99 of 255 = 39%
B 204 of 255 = 80%

189
99
204

R + G + B ~ 64%. #BD63CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 99 + 204 = 492 (100%)
R 189 of 492 ~ 38.41%
G 99 of 492 ~ 20.12%
B 204 of 492 ~ 41.46%

%38.41
%20.12
%41.46

CMYK RENK MODELİ

#BD63CC rengi CMYK tonu (7,51,0,20).

  • camgöbeği tonu 7.35%
  • eflatun tonu 51.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(7,51,0,20)
C7M51Y0K20 
(7%,51%,0%,20%)
(0.07/0.51/0.00/0.20)	

CMYK yüzdeleri

%7.35
%51.47
%0
%20

Codes

Color #BD63CC in popluar color models

BD63CC
RGB18999204
HSL291°50.72%59.41%
HSB/HSV291°51.47%80.00%
CMYK7.35%51.47%0.00%
20.00%

Color #BD63CC in popluar number systems.

HEXBD63CC
Decimal18999204
Binary10111101110001111001100
Octal275143314

Shades and tints

Shades of #BD63CC

#BD63CC
(189,99,204)
#AC5ABA
(172,90,186)
#9B51A8
(155,81,168)
#8A4896
(138,72,150)
#793F84
(121,63,132)
#683672
(104,54,114)
#572D60
(87,45,96)
#46244E
(70,36,78)
#351B3C
(53,27,60)
#24122A
(36,18,42)
#130918
(19,9,24)
#000000
(0,0,0)

Tints of #BD63CC

#BD63CC
(189,99,204)
#C371D0
(195,113,208)
#C97FD4
(201,127,212)
#CF8DD8
(207,141,216)
#D59BDC
(213,155,220)
#DBA9E0
(219,169,224)
#E1B7E4
(225,183,228)
#E7C5E8
(231,197,232)
#EDD3EC
(237,211,236)
#F3E1F0
(243,225,240)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD63CC color. Also use rgb(189,99,204) instead hex code.

Text Font Color

.myTextColor { color: #BD63CC; }

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

This text font color is #BD63CC.


Background Color

.myBgColor { background-color: #BD63CC; }

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

This div background color is #BD63CC.


Border color

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

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

This div border color is #BD63CC.


Opacity

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

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

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

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

This text has shadow with #BD63CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD63CC on black background.


Color preview on white background

This text has color #BD63CC on white background.



Black color preview on #BD63CC background

This text has black color on #BD63CC background.


White color preview on #BD63CC background

This text has white color on #BD63CC background.