#BF7DF1

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

Shades of Heliotrope #BF7DF1

Tints of Heliotrope #BF7DF1

Color information

#BF7DF1 (or 0xBF7DF1) is unknown color: approx Heliotrope. HEX triplet: BF, 7D and F1. RGB value is (191,125,241). Sum of RGB (Red+Green+Blue) = 191+125+241=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DF1 is #40820E. Grayscale: #9D9D9D. Windows color (decimal): -4227599 or 15826367. OLE color: 15826367.

HSL color Cylindrical-coordinate representation of color #BF7DF1: hue angle of 274.14º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF7DF1 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191125241-
CMYK0.210.4800.05
HSL274.14º80.56%71.76%-
HSV(B)274.14º48.13%94.51%-
XYZ44.732.0987.06-
YUV157.96174.87151.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=34.29%
G=22.44%
B=43.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911252410.210.4800.05274.1480.5671.76
HexBF7DF11530051125148
Octal277175361256005422121110
Binary1011111111111011111000110101110000010110001001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DF1; }

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

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

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

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

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

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

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

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