#B59AE8

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

Shades of Biloba Flower #B59AE8

Tints of Biloba Flower #B59AE8

Color information

#B59AE8 (or 0xB59AE8) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and E8. RGB value is (181,154,232). Sum of RGB (Red+Green+Blue) = 181+154+232=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #B59AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AE8 is #4A6517. Grayscale: #AAAAAA. Windows color (decimal): -4875544 or 15243957. OLE color: 15243957.

HSL color Cylindrical-coordinate representation of color #B59AE8: hue angle of 260.77º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59AE8 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB181154232-
CMYK0.220.3400.09
HSL260.77º62.9%75.69%-
HSV(B)260.77º33.62%90.98%-
XYZ45.1838.7681.44-
YUV170.96162.45135.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 154 (60.55% from 255) = 27.16%
BLUE value IS 232 (91.02% from 255) = 40.92%
R=31.92%
G=27.16%
B=40.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1811542320.220.3400.09260.7762.975.69
HexB59AE81622091053f4c
Octal265232350264201140577114
Binary10110101100110101110100010110100010010011000001011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AE8; }

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

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

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

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

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

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

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

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