#BF7DF5

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

Shades of Heliotrope #BF7DF5

Tints of Heliotrope #BF7DF5

Color information

#BF7DF5 (or 0xBF7DF5) is unknown color: approx Heliotrope. HEX triplet: BF, 7D and F5. RGB value is (191,125,245). Sum of RGB (Red+Green+Blue) = 191+125+245=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF7DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7DF5 is #40820A. Grayscale: #9E9E9E. Windows color (decimal): -4227595 or 16088511. OLE color: 16088511.

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

Color convert

RGB191125245-
CMYK0.220.4900.04
HSL273º85.71%72.55%-
HSV(B)273º48.98%96.08%-
XYZ45.332.3490.24-
YUV158.41176.87151.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 125 (49.22% from 255) = 22.28%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=34.05%
G=22.28%
B=43.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911252450.220.4900.0427385.7172.55
HexBF7DF51631041115649
Octal277175365266104421126111
Binary1011111111111011111010110110110001010010001000110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7DF5; }

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

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

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

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

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

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

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

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