#B59AEA

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

Shades of Biloba Flower #B59AEA

Tints of Biloba Flower #B59AEA

Color information

#B59AEA (or 0xB59AEA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and EA. RGB value is (181,154,234). Sum of RGB (Red+Green+Blue) = 181+154+234=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B59AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AEA is #4A6515. Grayscale: #AAAAAA. Windows color (decimal): -4875542 or 15375029. OLE color: 15375029.

HSL color Cylindrical-coordinate representation of color #B59AEA: hue angle of 260.25º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59AEA is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181154234-
CMYK0.230.3400.08
HSL260.25º65.57%76.08%-
HSV(B)260.25º34.19%91.76%-
XYZ45.4638.8882.95-
YUV171.19163.45135-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 154 (60.55% from 255) = 27.07%
BLUE value IS 234 (91.80% from 255) = 41.12%
R=31.81%
G=27.07%
B=41.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811542340.230.3400.08260.2565.5776.08
HexB59AEA172208104424c
Octal2652323522742010404102114
Binary101101011001101011101010101111000100100010000010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AEA; }

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

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

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

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

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

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

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

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