#B59AE1

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

Shades of Biloba Flower #B59AE1

Tints of Biloba Flower #B59AE1

Color information

#B59AE1 (or 0xB59AE1) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and E1. RGB value is (181,154,225). Sum of RGB (Red+Green+Blue) = 181+154+225=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #B59AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AE1 is #4A651E. Grayscale: #A9A9A9. Windows color (decimal): -4875551 or 14785205. OLE color: 14785205.

HSL color Cylindrical-coordinate representation of color #B59AE1: hue angle of 262.82º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59AE1 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181154225-
CMYK0.200.3200.12
HSL262.82º54.2%74.31%-
HSV(B)262.82º31.56%88.24%-
XYZ44.238.3776.31-
YUV170.17158.95135.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 154 (60.55% from 255) = 27.5%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=32.32%
G=27.5%
B=40.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811542250.200.3200.12262.8254.274.31
HexB59AE114200C107364a
Octal265232341244001440766112
Binary10110101100110101110000110100100000011001000001111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AE1; }

 p { color: rgb(181,154,225); }

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

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

 a { background-color: rgb(181,154,225); }

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

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

 span { border-color: rgb(181,154,225); }

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