#BF79FB

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

Shades of Heliotrope #BF79FB

Tints of Heliotrope #BF79FB

Color information

#BF79FB (or 0xBF79FB) is unknown color: approx Heliotrope. HEX triplet: BF, 79 and FB. RGB value is (191,121,251). Sum of RGB (Red+Green+Blue) = 191+121+251=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF79FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF79FB is #408604. Grayscale: #9C9C9C. Windows color (decimal): -4228613 or 16480703. OLE color: 16480703.

HSL color Cylindrical-coordinate representation of color #BF79FB: hue angle of 272.31º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF79FB is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191121251-
CMYK0.240.5200.02
HSL272.31º94.2%72.94%-
HSV(B)272.31º51.79%98.43%-
XYZ45.7431.7294.98-
YUV156.75181.19152.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=33.93%
G=21.49%
B=44.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911212510.240.5200.02272.3194.272.94
HexBF79FB1834021105e49
Octal277171373306402420136111
Binary101111111111001111110111100011010001010001000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF79FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF79FB; }

 p { color: rgb(191,121,251); }

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

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

 a { background-color: rgb(191,121,251); }

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

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

 span { border-color: rgb(191,121,251); }

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