COLOR #BF83C8

HEX: #BF83C8
RGB: (191,131,200)

Color info

#BF83C8 contains mainly red and blue colors. Web safe color of #BF83C8 is #CC99CC (or #C9C).

RGB color model

#BF83C8 color RGB value is (191,131,200).

  • red value is 191;
  • green value is 131;
  • blue value is 200.
RGB:
(191,131,200)
(75%,51%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 131 of 255 = 51%
B 200 of 255 = 78%

191
131
200

R + G + B ~ 68%. #BF83C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 131 + 200 = 522 (100%)
R 191 of 522 ~ 36.59%
G 131 of 522 ~ 25.1%
B 200 of 522 ~ 38.31%

%36.59
%25.1
%38.31

CMYK color model

#BF83C8 color CMYK value is (5,35,0,22).

  • cyan value is 4.50%
  • magenta value is 34.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,35,0,22)
C5M35Y0K22 
(5%,35%,0%,22%)
(0.05/0.35/0.00/0.22)	

CMYK percentages

%4.5
%34.5
%0
%21.57

Codes

Color #BF83C8 in popluar color models

BF83C8
RGB191131200
HSL292°38.55%64.90%
HSB/HSV292°34.50%78.43%
CMYK4.50%34.50%0.00%
21.57%

Color #BF83C8 in popluar number systems.

HEXBF83C8
Decimal191131200
Binary101111111000001111001000
Octal277203310

Shades and tints

Shades of #BF83C8

#BF83C8
(191,131,200)
#AE78B6
(174,120,182)
#9D6DA4
(157,109,164)
#8C6292
(140,98,146)
#7B5780
(123,87,128)
#6A4C6E
(106,76,110)
#59415C
(89,65,92)
#48364A
(72,54,74)
#372B38
(55,43,56)
#262026
(38,32,38)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BF83C8

#BF83C8
(191,131,200)
#C48ECD
(196,142,205)
#C999D2
(201,153,210)
#CEA4D7
(206,164,215)
#D3AFDC
(211,175,220)
#D8BAE1
(216,186,225)
#DDC5E6
(221,197,230)
#E2D0EB
(226,208,235)
#E7DBF0
(231,219,240)
#ECE6F5
(236,230,245)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF83C8 color. Also use rgb(191,131,200) instead hex code.

Text Font Color

.myTextColor { color: #BF83C8; }

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

This text font color is #BF83C8.


Background Color

.myBgColor { background-color: #BF83C8; }

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

This div background color is #BF83C8.


Border color

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

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

This div border color is #BF83C8.


Opacity

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

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

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

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

This text has shadow with #BF83C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF83C8 on black background.


Color preview on white background

This text has color #BF83C8 on white background.



Black color preview on #BF83C8 background

This text has black color on #BF83C8 background.


White color preview on #BF83C8 background

This text has white color on #BF83C8 background.