#B59AEB

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

Shades of Biloba Flower #B59AEB

Tints of Biloba Flower #B59AEB

Color information

#B59AEB (or 0xB59AEB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and EB. RGB value is (181,154,235). Sum of RGB (Red+Green+Blue) = 181+154+235=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #B59AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AEB is #4A6514. Grayscale: #ABABAB. Windows color (decimal): -4875541 or 15440565. OLE color: 15440565.

HSL color Cylindrical-coordinate representation of color #B59AEB: hue angle of 260º degrees, saturation: 0.67, 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 #B59AEB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181154235-
CMYK0.230.3400.08
HSL260º66.94%76.27%-
HSV(B)260º34.47%92.16%-
XYZ45.6138.9383.71-
YUV171.31163.95134.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=31.75%
G=27.02%
B=41.23%

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
Decimal1811542350.230.3400.0826066.9476.27
HexB59AEB172208104434c
Octal2652323532742010404103114
Binary101101011001101011101011101111000100100010000010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AEB; }

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

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

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

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

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

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

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

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