#B588DE

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

Shades of Biloba Flower #B588DE

Tints of Biloba Flower #B588DE

Color information

#B588DE (or 0xB588DE) is unknown color: approx Biloba Flower. HEX triplet: B5, 88 and DE. RGB value is (181,136,222). Sum of RGB (Red+Green+Blue) = 181+136+222=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #B588DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B588DE is #4A7721. Grayscale: #9E9E9E. Windows color (decimal): -4880162 or 14583989. OLE color: 14583989.

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

Color convert

RGB181136222-
CMYK0.180.3900.13
HSL271.4º56.58%70.2%-
HSV(B)271.4º38.74%87.06%-
XYZ41.0532.7173.26-
YUV159.26163.41143.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=33.58%
G=25.23%
B=41.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811362220.180.3900.13271.456.5870.2
HexB588DE12270D10f3946
Octal265210336224701541771106
Binary10110101100010001101111010010100111011011000011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B588DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B588DE; }

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

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

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

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

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

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

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

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