#B591F4

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

Shades of Biloba Flower #B591F4

Tints of Biloba Flower #B591F4

Color information

#B591F4 (or 0xB591F4) is unknown color: approx Biloba Flower. HEX triplet: B5, 91 and F4. RGB value is (181,145,244). Sum of RGB (Red+Green+Blue) = 181+145+244=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #B591F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591F4 is #4A6E0B. Grayscale: #A6A6A6. Windows color (decimal): -4877836 or 16028085. OLE color: 16028085.

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

Color convert

RGB181145244-
CMYK0.260.4100.04
HSL261.82º81.82%76.27%-
HSV(B)261.82º40.57%95.69%-
XYZ45.5136.6190.25-
YUV167.05171.43137.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 244 (95.70% from 255) = 42.81%
R=31.75%
G=25.44%
B=42.81%

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
Decimal1811452440.260.4100.04261.8281.8276.27
HexB591F41A2904106524c
Octal265221364325104406122114
Binary10110101100100011111010011010101001010010000011010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591F4; }

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

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

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

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

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

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

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

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