#B59DDF

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

Shades of Biloba Flower #B59DDF

Tints of Biloba Flower #B59DDF

Color information

#B59DDF (or 0xB59DDF) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and DF. RGB value is (181,157,223). Sum of RGB (Red+Green+Blue) = 181+157+223=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B59DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DDF is #4A6220. Grayscale: #ABABAB. Windows color (decimal): -4874785 or 14654901. OLE color: 14654901.

HSL color Cylindrical-coordinate representation of color #B59DDF: hue angle of 261.82º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59DDF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181157223-
CMYK0.190.3000.13
HSL261.82º50.77%74.51%-
HSV(B)261.82º29.6%87.45%-
XYZ44.4339.2775.05-
YUV171.7156.95134.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 157 (61.72% from 255) = 27.99%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=32.26%
G=27.99%
B=39.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811572230.190.3000.13261.8250.7774.51
HexB59DDF131E0D106334b
Octal265235337233601540663113
Binary1011010110011101110111111001111110011011000001101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DDF; }

 p { color: rgb(181,157,223); }

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

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

 a { background-color: rgb(181,157,223); }

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

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

 span { border-color: rgb(181,157,223); }

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