#BF73F9

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

Shades of Heliotrope #BF73F9

Tints of Heliotrope #BF73F9

Color information

#BF73F9 (or 0xBF73F9) is unknown color: approx Heliotrope. HEX triplet: BF, 73 and F9. RGB value is (191,115,249). Sum of RGB (Red+Green+Blue) = 191+115+249=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF73F9 is #408C06. Grayscale: #989898. Windows color (decimal): -4230151 or 16348095. OLE color: 16348095.

HSL color Cylindrical-coordinate representation of color #BF73F9: hue angle of 274.03º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF73F9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191115249-
CMYK0.230.5400.02
HSL274.03º91.78%71.37%-
HSV(B)274.03º53.82%97.65%-
XYZ44.7230.1893.09-
YUV153182.18155.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 115 (45.31% from 255) = 20.72%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=34.41%
G=20.72%
B=44.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911152490.230.5400.02274.0391.7871.37
HexBF73F91736021125c47
Octal277163371276602422134107
Binary101111111110011111110011011111011001010001001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73F9; }

 p { color: rgb(191,115,249); }

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

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

 a { background-color: rgb(191,115,249); }

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

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

 span { border-color: rgb(191,115,249); }

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