#B59BD9

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

Shades of Biloba Flower #B59BD9

Tints of Biloba Flower #B59BD9

Color information

#B59BD9 (or 0xB59BD9) is unknown color: approx Biloba Flower. HEX triplet: B5, 9B and D9. RGB value is (181,155,217). Sum of RGB (Red+Green+Blue) = 181+155+217=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #B59BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BD9 is #4A6426. Grayscale: #A9A9A9. Windows color (decimal): -4875303 or 14261173. OLE color: 14261173.

HSL color Cylindrical-coordinate representation of color #B59BD9: hue angle of 265.16º degrees, saturation: 0.45, 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 #B59BD9 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181155217-
CMYK0.170.2900.15
HSL265.16º44.93%72.94%-
HSV(B)265.16º28.57%85.1%-
XYZ43.338.2870.75-
YUV169.84154.61135.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=32.73%
G=28.03%
B=39.24%

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
Decimal1811552170.170.2900.15265.1644.9372.94
HexB59BD9111D0F1092d49
Octal265233331213501741155111
Binary1011010110011011110110011000111101011111000010011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BD9; }

 p { color: rgb(181,155,217); }

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

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

 a { background-color: rgb(181,155,217); }

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

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

 span { border-color: rgb(181,155,217); }

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