#BF6DF5

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

Shades of Heliotrope #BF6DF5

Tints of Heliotrope #BF6DF5

Color information

#BF6DF5 (or 0xBF6DF5) is unknown color: approx Heliotrope. HEX triplet: BF, 6D and F5. RGB value is (191,109,245). Sum of RGB (Red+Green+Blue) = 191+109+245=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 245 (96.09% from 255 or 44.95% from 545); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF6DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DF5 is #40920A. Grayscale: #949494. Windows color (decimal): -4231691 or 16084415. OLE color: 16084415.

HSL color Cylindrical-coordinate representation of color #BF6DF5: hue angle of 276.18º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF6DF5 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191109245-
CMYK0.220.5600.04
HSL276.18º87.18%69.41%-
HSV(B)276.18º55.51%96.08%-
XYZ43.4428.6189.62-
YUV149.02182.17157.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 109 (42.97% from 255) = 20%
BLUE value IS 245 (96.09% from 255) = 44.95%
R=35.05%
G=20%
B=44.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911092450.220.5600.04276.1887.1869.41
HexBF6DF51638041145745
Octal277155365267004424127105
Binary1011111111011011111010110110111000010010001010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DF5; }

 p { color: rgb(191,109,245); }

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

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

 a { background-color: rgb(191,109,245); }

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

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

 span { border-color: rgb(191,109,245); }

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