#B391F9

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

Shades of Biloba Flower #B391F9

Tints of Biloba Flower #B391F9

Color information

#B391F9 (or 0xB391F9) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and F9. RGB value is (179,145,249). Sum of RGB (Red+Green+Blue) = 179+145+249=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #B391F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391F9 is #4C6E06. Grayscale: #A6A6A6. Windows color (decimal): -5008903 or 16355763. OLE color: 16355763.

HSL color Cylindrical-coordinate representation of color #B391F9: hue angle of 259.62º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B391F9 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179145249-
CMYK0.280.4200.02
HSL259.62º89.66%77.25%-
HSV(B)259.62º41.77%97.65%-
XYZ45.8136.6794.29-
YUV167.02174.26136.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=31.24%
G=25.31%
B=43.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791452490.280.4200.02259.6289.6677.25
HexB391F91C2A021045a4d
Octal263221371345202404132115
Binary1011001110010001111110011110010101001010000010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391F9; }

 p { color: rgb(179,145,249); }

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

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

 a { background-color: rgb(179,145,249); }

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

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

 span { border-color: rgb(179,145,249); }

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