COLOR #BF60D4

HEX: #BF60D4
RGB: (191,96,212)

Color info

#BF60D4 contains mainly red and blue colors. Web safe color of #BF60D4 is #CC66CC (or #C6C).

RGB color model

#BF60D4 color RGB value is (191,96,212).

  • red value is 191;
  • green value is 96;
  • blue value is 212.
RGB:
(191,96,212)
(75%,38%,83%)

RGB channels and saturation

R 191 of 255 = 75%
G 96 of 255 = 38%
B 212 of 255 = 83%

191
96
212

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

Portions of RGB colors in percentages

R + G + B =
191 + 96 + 212 = 499 (100%)
R 191 of 499 ~ 38.28%
G 96 of 499 ~ 19.24%
B 212 of 499 ~ 42.48%

%38.28
%19.24
%42.48

CMYK color model

#BF60D4 color CMYK value is (10,55,0,17).

  • cyan value is 9.91%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(10,55,0,17)
C10M55Y0K17 
(10%,55%,0%,17%)
(0.10/0.55/0.00/0.17)	

CMYK percentages

%9.91
%54.72
%0
%16.86

Codes

Color #BF60D4 in popluar color models

BF60D4
RGB19196212
HSL289°57.43%60.39%
HSB/HSV289°54.72%83.14%
CMYK9.91%54.72%0.00%
16.86%

Color #BF60D4 in popluar number systems.

HEXBF60D4
Decimal19196212
Binary10111111110000011010100
Octal277140324

Shades and tints

Shades of #BF60D4

#BF60D4
(191,96,212)
#AE58C1
(174,88,193)
#9D50AE
(157,80,174)
#8C489B
(140,72,155)
#7B4088
(123,64,136)
#6A3875
(106,56,117)
#593062
(89,48,98)
#48284F
(72,40,79)
#37203C
(55,32,60)
#261829
(38,24,41)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #BF60D4

#BF60D4
(191,96,212)
#C46ED7
(196,110,215)
#C97CDA
(201,124,218)
#CE8ADD
(206,138,221)
#D398E0
(211,152,224)
#D8A6E3
(216,166,227)
#DDB4E6
(221,180,230)
#E2C2E9
(226,194,233)
#E7D0EC
(231,208,236)
#ECDEEF
(236,222,239)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF60D4 color. Also use rgb(191,96,212) instead hex code.

Text Font Color

.myTextColor { color: #BF60D4; }

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

This text font color is #BF60D4.


Background Color

.myBgColor { background-color: #BF60D4; }

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

This div background color is #BF60D4.


Border color

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

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

This div border color is #BF60D4.


Opacity

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

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

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

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

This text has shadow with #BF60D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF60D4 on black background.


Color preview on white background

This text has color #BF60D4 on white background.



Black color preview on #BF60D4 background

This text has black color on #BF60D4 background.


White color preview on #BF60D4 background

This text has white color on #BF60D4 background.