#B59ADA

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

Shades of Biloba Flower #B59ADA

Tints of Biloba Flower #B59ADA

Color information

#B59ADA (or 0xB59ADA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and DA. RGB value is (181,154,218). Sum of RGB (Red+Green+Blue) = 181+154+218=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #B59ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ADA is #4A6525. Grayscale: #A9A9A9. Windows color (decimal): -4875558 or 14326453. OLE color: 14326453.

HSL color Cylindrical-coordinate representation of color #B59ADA: hue angle of 265.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59ADA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181154218-
CMYK0.170.2900.15
HSL265.31º46.38%72.94%-
HSV(B)265.31º29.36%85.49%-
XYZ43.273871.38-
YUV169.37155.45136.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=32.73%
G=27.85%
B=39.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811542180.170.2900.15265.3146.3872.94
HexB59ADA111D0F1092e49
Octal265232332213501741156111
Binary1011010110011010110110101000111101011111000010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ADA; }

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

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

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

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

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

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

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

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