#B391FF

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

Shades of Biloba Flower #B391FF

Tints of Biloba Flower #B391FF

Color information

#B391FF (or 0xB391FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and FF. RGB value is (179,145,255). Sum of RGB (Red+Green+Blue) = 179+145+255=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B391FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391FF is #4C6E00. Grayscale: #A7A7A7. Windows color (decimal): -5008897 or 16748979. OLE color: 16748979.

HSL color Cylindrical-coordinate representation of color #B391FF: hue angle of 258.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B391FF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179145255-
CMYK0.300.4300
HSL258.55º100%78.43%-
HSV(B)258.55º43.14%100%-
XYZ46.7737.0599.3-
YUV167.71177.26136.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.92%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 255 (100% from 255) = 44.04%
R=30.92%
G=25.04%
B=44.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791452550.300.4300258.5510078.43
HexB391FF1E2B00103644e
Octal263221377365300403144116
Binary101100111001000111111111111101010110010000001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391FF; }

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

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

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

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

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

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

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

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