#B590DE

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

Shades of Biloba Flower #B590DE

Tints of Biloba Flower #B590DE

Color information

#B590DE (or 0xB590DE) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and DE. RGB value is (181,144,222). Sum of RGB (Red+Green+Blue) = 181+144+222=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B590DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590DE is #4A6F21. Grayscale: #A3A3A3. Windows color (decimal): -4878114 or 14586037. OLE color: 14586037.

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

Color convert

RGB181144222-
CMYK0.180.3500.13
HSL268.46º54.17%71.76%-
HSV(B)268.46º35.14%87.06%-
XYZ42.2135.0473.65-
YUV163.96160.76140.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 144 (56.64% from 255) = 26.33%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=33.09%
G=26.33%
B=40.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811442220.180.3500.13268.4654.1771.76
HexB590DE12230D10c3648
Octal265220336224301541466110
Binary10110101100100001101111010010100011011011000011001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590DE; }

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

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

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

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

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

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

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

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