#B591FF

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

Shades of Biloba Flower #B591FF

Tints of Biloba Flower #B591FF

Color information

#B591FF (or 0xB591FF) is unknown color: approx Biloba Flower. HEX triplet: B5, 91 and FF. RGB value is (181,145,255). Sum of RGB (Red+Green+Blue) = 181+145+255=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B591FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591FF is #4A6E00. Grayscale: #A7A7A7. Windows color (decimal): -4877825 or 16748981. OLE color: 16748981.

HSL color Cylindrical-coordinate representation of color #B591FF: hue angle of 259.64º 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 #B591FF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181145255-
CMYK0.290.4300
HSL259.64º100%78.43%-
HSV(B)259.64º43.14%100%-
XYZ47.2337.2999.32-
YUV168.3176.93137.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.15%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 255 (100% from 255) = 43.89%
R=31.15%
G=24.96%
B=43.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811452550.290.4300259.6410078.43
HexB591FF1D2B00104644e
Octal265221377355300404144116
Binary101101011001000111111111111011010110010000010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B591FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B591FF; }

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

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

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

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

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

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

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

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