#B59DDB

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

Shades of Biloba Flower #B59DDB

Tints of Biloba Flower #B59DDB

Color information

#B59DDB (or 0xB59DDB) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and DB. RGB value is (181,157,219). Sum of RGB (Red+Green+Blue) = 181+157+219=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B59DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DDB is #4A6224. Grayscale: #ABABAB. Windows color (decimal): -4874789 or 14392757. OLE color: 14392757.

HSL color Cylindrical-coordinate representation of color #B59DDB: hue angle of 263.23º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B59DDB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181157219-
CMYK0.170.2800.14
HSL263.23º46.27%73.73%-
HSV(B)263.23º28.31%85.88%-
XYZ43.939.0572.24-
YUV171.24154.95134.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=32.50%
G=28.19%
B=39.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811572190.170.2800.14263.2346.2773.73
HexB59DDB111C0E1072e4a
Octal265235333213401640756112
Binary1011010110011101110110111000111100011101000001111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DDB; }

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

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

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

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

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

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

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

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