#B59AE5

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

Shades of Biloba Flower #B59AE5

Tints of Biloba Flower #B59AE5

Color information

#B59AE5 (or 0xB59AE5) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and E5. RGB value is (181,154,229). Sum of RGB (Red+Green+Blue) = 181+154+229=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #B59AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AE5 is #4A651A. Grayscale: #AAAAAA. Windows color (decimal): -4875547 or 15047349. OLE color: 15047349.

HSL color Cylindrical-coordinate representation of color #B59AE5: hue angle of 261.6º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59AE5 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181154229-
CMYK0.210.3300.10
HSL261.6º59.06%75.1%-
HSV(B)261.6º32.75%89.8%-
XYZ44.7538.5979.22-
YUV170.62160.95135.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 154 (60.55% from 255) = 27.30%
BLUE value IS 229 (89.84% from 255) = 40.60%
R=32.09%
G=27.30%
B=40.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811542290.210.3300.10261.659.0675.1
HexB59AE515210A1063b4b
Octal265232345254101240673113
Binary10110101100110101110010110101100001010101000001101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AE5; }

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

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

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

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

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

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

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

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