#B391EB

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

Shades of Biloba Flower #B391EB

Tints of Biloba Flower #B391EB

Color information

#B391EB (or 0xB391EB) is unknown color: approx Biloba Flower. HEX triplet: B3, 91 and EB. RGB value is (179,145,235). Sum of RGB (Red+Green+Blue) = 179+145+235=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #B391EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B391EB is #4C6E14. Grayscale: #A5A5A5. Windows color (decimal): -5008917 or 15438259. OLE color: 15438259.

HSL color Cylindrical-coordinate representation of color #B391EB: hue angle of 262.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B391EB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179145235-
CMYK0.240.3800.08
HSL262.67º69.23%74.51%-
HSV(B)262.67º38.3%92.16%-
XYZ43.7135.8383.21-
YUV165.43167.26137.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 145 (57.03% from 255) = 25.94%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=32.02%
G=25.94%
B=42.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791452350.240.3800.08262.6769.2374.51
HexB391EB182608107454b
Octal2632213533046010407105113
Binary101100111001000111101011110001001100100010000011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B391EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B391EB; }

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

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

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

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

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

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

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

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