#B59AED

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

Shades of Biloba Flower #B59AED

Tints of Biloba Flower #B59AED

Color information

#B59AED (or 0xB59AED) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and ED. RGB value is (181,154,237). Sum of RGB (Red+Green+Blue) = 181+154+237=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 154 (60.55% from 255 or 26.92% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B59AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AED is #4A6512. Grayscale: #ABABAB. Windows color (decimal): -4875539 or 15571637. OLE color: 15571637.

HSL color Cylindrical-coordinate representation of color #B59AED: hue angle of 259.52º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B59AED is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181154237-
CMYK0.240.3500.07
HSL259.52º69.75%76.67%-
HSV(B)259.52º35.02%92.94%-
XYZ45.939.0585.24-
YUV171.54164.95134.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 154 (60.55% from 255) = 26.92%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=31.64%
G=26.92%
B=41.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811542370.240.3500.07259.5269.7576.67
HexB59AED182307104464d
Octal265232355304307404106115
Binary10110101100110101110110111000100011011110000010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AED; }

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

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

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

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

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

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

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

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