#B59AD7

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

Shades of Biloba Flower #B59AD7

Tints of Biloba Flower #B59AD7

Color information

#B59AD7 (or 0xB59AD7) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and D7. RGB value is (181,154,215). Sum of RGB (Red+Green+Blue) = 181+154+215=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 215 - color contains mainly: blue. Hex color #B59AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59AD7 is #4A6528. Grayscale: #A8A8A8. Windows color (decimal): -4875561 or 14129845. OLE color: 14129845.

HSL color Cylindrical-coordinate representation of color #B59AD7: hue angle of 266.56º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59AD7 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181154215-
CMYK0.160.2800.16
HSL266.56º43.26%72.35%-
HSV(B)266.56º28.37%84.31%-
XYZ42.8837.8469.33-
YUV169.03153.95136.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=32.91%
G=28%
B=39.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811542150.160.2800.16266.5643.2672.35
HexB59AD7101C01010b2b48
Octal265232327203402041353110
Binary10110101100110101101011110000111000100001000010111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AD7; }

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

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

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

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

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

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

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

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