#B591F6

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

Shades of Biloba Flower #B591F6

Tints of Biloba Flower #B591F6

Color information

#B591F6 (or 0xB591F6) is unknown color: approx Biloba Flower. HEX triplet: B5, 91 and F6. RGB value is (181,145,246). Sum of RGB (Red+Green+Blue) = 181+145+246=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #B591F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591F6 is #4A6E09. Grayscale: #A6A6A6. Windows color (decimal): -4877834 or 16159157. OLE color: 16159157.

HSL color Cylindrical-coordinate representation of color #B591F6: hue angle of 261.39º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B591F6 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181145246-
CMYK0.260.4100.04
HSL261.39º84.87%76.67%-
HSV(B)261.39º41.06%96.47%-
XYZ45.8236.7391.86-
YUV167.28172.43137.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=31.64%
G=25.35%
B=43.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811452460.260.4100.04261.3984.8776.67
HexB591F61A2904105554d
Octal265221366325104405125115
Binary10110101100100011111011011010101001010010000010110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591F6; }

 p { color: rgb(181,145,246); }

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

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

 a { background-color: rgb(181,145,246); }

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

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

 span { border-color: rgb(181,145,246); }

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