#B59BDD

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

Shades of Biloba Flower #B59BDD

Tints of Biloba Flower #B59BDD

Color information

#B59BDD (or 0xB59BDD) is unknown color: approx Biloba Flower. HEX triplet: B5, 9B and DD. RGB value is (181,155,221). Sum of RGB (Red+Green+Blue) = 181+155+221=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BDD is #4A6422. Grayscale: #AAAAAA. Windows color (decimal): -4875299 or 14523317. OLE color: 14523317.

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

Color convert

RGB181155221-
CMYK0.180.3000.13
HSL263.64º49.25%73.73%-
HSV(B)263.64º29.86%86.67%-
XYZ43.8338.4973.53-
YUV170.3156.61135.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=32.50%
G=27.83%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811552210.180.3000.13263.6449.2573.73
HexB59BDD121E0D108314a
Octal265233335223601541061112
Binary1011010110011011110111011001011110011011000010001100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BDD; }

 p { color: rgb(181,155,221); }

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

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

 a { background-color: rgb(181,155,221); }

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

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

 span { border-color: rgb(181,155,221); }

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