#BF7DF7

Color #BF7DF7 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #BF7DF7

Tints of Heliotrope #BF7DF7

Color information

#BF7DF7 (or 0xBF7DF7) is unknown color: approx Heliotrope. HEX triplet: BF, 7D and F7. RGB value is (191,125,247). Sum of RGB (Red+Green+Blue) = 191+125+247=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DF7 is #408208. Grayscale: #9E9E9E. Windows color (decimal): -4227593 or 16219583. OLE color: 16219583.

HSL color Cylindrical-coordinate representation of color #BF7DF7: hue angle of 272.46º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF7DF7 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191125247-
CMYK0.230.4900.03
HSL272.46º88.41%72.94%-
HSV(B)272.46º49.39%96.86%-
XYZ45.6132.4691.86-
YUV158.64177.87151.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 247 (96.88% from 255) = 43.87%
R=33.93%
G=22.20%
B=43.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911252470.230.4900.03272.4688.4172.94
HexBF7DF71731031105849
Octal277175367276103420130111
Binary101111111111101111101111011111000101110001000010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DF7; }

 p { color: rgb(191,125,247); }

 H1.HeaderClassName
 {
   color: #BF7DF7;
 }
 .AnyTagClassName
 {
   color: #BF7DF7;
 }
</style>
background-color css

<style>
 a { background-color: #BF7DF7; }

 a { background-color: rgb(191,125,247); }

 div.DivClassName
 {
   background-color: #BF7DF7;
 }
 .BgClassName
 {
   background-color: #BF7DF7;
 }
</style>
border-color css

<style>
 span { border-color: #BF7DF7; }

 span { border-color: rgb(191,125,247); }

 td.TdClassName
 {
   border-color: #BF7DF7;
 }
 .TagClassName
 {
   border-color: #BF7DF7;
 }
</style>