#B59ADB

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

Shades of Biloba Flower #B59ADB

Tints of Biloba Flower #B59ADB

Color information

#B59ADB (or 0xB59ADB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and DB. RGB value is (181,154,219). Sum of RGB (Red+Green+Blue) = 181+154+219=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B59ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ADB is #4A6524. Grayscale: #A9A9A9. Windows color (decimal): -4875557 or 14391989. OLE color: 14391989.

HSL color Cylindrical-coordinate representation of color #B59ADB: hue angle of 264.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59ADB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181154219-
CMYK0.170.3000.14
HSL264.92º47.45%73.14%-
HSV(B)264.92º29.68%85.88%-
XYZ43.438.0572.07-
YUV169.48155.95136.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=32.67%
G=27.80%
B=39.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811542190.170.3000.14264.9247.4573.14
HexB59ADB111E0E1092f49
Octal265232333213601641157111
Binary1011010110011010110110111000111110011101000010011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ADB; }

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

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

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

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

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

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

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

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