#B59FDA

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

Shades of Biloba Flower #B59FDA

Tints of Biloba Flower #B59FDA

Color information

#B59FDA (or 0xB59FDA) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and DA. RGB value is (181,159,218). Sum of RGB (Red+Green+Blue) = 181+159+218=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #B59FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FDA is #4A6025. Grayscale: #ACACAC. Windows color (decimal): -4874278 or 14327733. OLE color: 14327733.

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

Color convert

RGB181159218-
CMYK0.170.2700.15
HSL262.37º44.36%73.92%-
HSV(B)262.37º27.06%85.49%-
XYZ44.1139.6871.66-
YUV172.3153.79134.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=32.44%
G=28.49%
B=39.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811592180.170.2700.15262.3744.3673.92
HexB59FDA111B0F1062c4a
Octal265237332213301740654112
Binary1011010110011111110110101000111011011111000001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FDA; }

 p { color: rgb(181,159,218); }

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

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

 a { background-color: rgb(181,159,218); }

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

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

 span { border-color: rgb(181,159,218); }

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