#B59DC8

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

Shades of Biloba Flower #B59DC8

Tints of Biloba Flower #B59DC8

Color information

#B59DC8 (or 0xB59DC8) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and C8. RGB value is (181,157,200). Sum of RGB (Red+Green+Blue) = 181+157+200=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 200 - color contains mainly: blue. Hex color #B59DC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DC8 is #4A6237. Grayscale: #A8A8A8. Windows color (decimal): -4874808 or 13147573. OLE color: 13147573.

HSL color Cylindrical-coordinate representation of color #B59DC8: hue angle of 273.49º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59DC8 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181157200-
CMYK0.090.2200.22
HSL273.49º28.1%70%-
HSV(B)273.49º21.5%78.43%-
XYZ41.5438.1159.81-
YUV169.08145.45136.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 157 (61.72% from 255) = 29.18%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=33.64%
G=29.18%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811572000.090.2200.22273.4928.170
HexB59DC89160161111c46
Octal265235310112602642134106
Binary101101011001110111001000100110110010110100010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DC8; }

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

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

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

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

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

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

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

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