#B59DDE

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

Shades of Biloba Flower #B59DDE

Tints of Biloba Flower #B59DDE

Color information

#B59DDE (or 0xB59DDE) is unknown color: approx Biloba Flower. HEX triplet: B5, 9D and DE. RGB value is (181,157,222). Sum of RGB (Red+Green+Blue) = 181+157+222=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #B59DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DDE is #4A6221. Grayscale: #ABABAB. Windows color (decimal): -4874786 or 14589365. OLE color: 14589365.

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

Color convert

RGB181157222-
CMYK0.180.2900.13
HSL262.15º49.62%74.31%-
HSV(B)262.15º29.28%87.06%-
XYZ44.339.2174.34-
YUV171.59156.45134.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=32.32%
G=28.04%
B=39.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811572220.180.2900.13262.1549.6274.31
HexB59DDE121D0D106324a
Octal265235336223501540662112
Binary1011010110011101110111101001011101011011000001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DDE; }

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

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

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

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

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

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

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

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