#b391f3

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

Shades of Biloba Flower #B391F3

Tints of Biloba Flower #B391F3

Color information

#B391F3 (or 0xB391F3) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and F3. RGB value is (179,145,243). Sum of RGB (Red+Green+Blue) = 179+145+243=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 145 (57.03% from 255 or 25.57% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #B391F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391F3 is #4C6E0C. Grayscale: #A5A5A5. Windows color (decimal): -5008909 or 15962547. OLE color: 15962547.

HSL color Cylindrical-coordinate representation of color #B391F3: hue angle of 260.82º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B391F3 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179145243-
CMYK0.260.4000.05
HSL260.82º80.33%76.08%-
HSV(B)260.82º40.33%95.29%-
XYZ44.8936.3189.44-
YUV166.34171.26137.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 145 (57.03% from 255) = 25.57%
BLUE value IS 243 (95.31% from 255) = 42.86%
R=31.57%
G=25.57%
B=42.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791452430.260.4000.05260.8280.3376.08
HexB391F31A2805105504c
Octal263221363325005405120114
Binary10110011100100011111001111010101000010110000010110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b391f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b391f3; }

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

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

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

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

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

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

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

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