#B59DCB

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

Shades of Biloba Flower #B59DCB

Tints of Biloba Flower #B59DCB

Color information

#B59DCB (or 0xB59DCB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and CB. RGB value is (181,157,203). Sum of RGB (Red+Green+Blue) = 181+157+203=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #B59DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DCB is #4A6234. Grayscale: #A9A9A9. Windows color (decimal): -4874805 or 13344181. OLE color: 13344181.

HSL color Cylindrical-coordinate representation of color #B59DCB: hue angle of 271.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B59DCB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181157203-
CMYK0.110.2300.20
HSL271.3º30.67%70.59%-
HSV(B)271.3º22.66%79.61%-
XYZ41.8938.2561.67-
YUV169.42146.95136.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=33.46%
G=29.02%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811572030.110.2300.20271.330.6770.59
HexB59DCBB1701410f1f47
Octal265235313132702441737107
Binary101101011001110111001011101110111010100100001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DCB; }

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

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

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

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

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

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

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

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