#B391EF

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

Shades of Biloba Flower #B391EF

Tints of Biloba Flower #B391EF

Color information

#B391EF (or 0xB391EF) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and EF. RGB value is (179,145,239). Sum of RGB (Red+Green+Blue) = 179+145+239=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #B391EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391EF is #4C6E10. Grayscale: #A5A5A5. Windows color (decimal): -5008913 or 15700403. OLE color: 15700403.

HSL color Cylindrical-coordinate representation of color #B391EF: hue angle of 261.7º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B391EF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179145239-
CMYK0.250.3900.06
HSL261.7º74.6%75.29%-
HSV(B)261.7º39.33%93.73%-
XYZ44.336.0786.29-
YUV165.88169.26137.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.79%
GREEN value IS 145 (57.03% from 255) = 25.75%
BLUE value IS 239 (93.75% from 255) = 42.45%
R=31.79%
G=25.75%
B=42.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791452390.250.3900.06261.774.675.29
HexB391EF1927061064b4b
Octal263221357314706406113113
Binary10110011100100011110111111001100111011010000011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391EF; }

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

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

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

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

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

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

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

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