#B59CD9

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

Shades of Biloba Flower #B59CD9

Tints of Biloba Flower #B59CD9

Color information

#B59CD9 (or 0xB59CD9) is unknown color: approx Biloba Flower. HEX triplet: B5, 9C and D9. RGB value is (181,156,217). Sum of RGB (Red+Green+Blue) = 181+156+217=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #B59CD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CD9 is #4A6326. Grayscale: #AAAAAA. Windows color (decimal): -4875047 or 14261429. OLE color: 14261429.

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

Color convert

RGB181156217-
CMYK0.170.2800.15
HSL264.59º44.53%73.14%-
HSV(B)264.59º28.11%85.1%-
XYZ43.4738.6170.81-
YUV170.43154.28135.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 217 (85.16% from 255) = 39.17%
R=32.67%
G=28.16%
B=39.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811562170.170.2800.15264.5944.5373.14
HexB59CD9111C0F1092d49
Octal265234331213401741155111
Binary1011010110011100110110011000111100011111000010011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CD9; }

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

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

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

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

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

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

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

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