#B581DE

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

Shades of Biloba Flower #B581DE

Tints of Biloba Flower #B581DE

Color information

#B581DE (or 0xB581DE) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and DE. RGB value is (181,129,222). Sum of RGB (Red+Green+Blue) = 181+129+222=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #B581DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B581DE is #4A7E21. Grayscale: #9A9A9A. Windows color (decimal): -4881954 or 14582197. OLE color: 14582197.

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

Color convert

RGB181129222-
CMYK0.180.4200.13
HSL273.55º58.49%68.82%-
HSV(B)273.55º41.89%87.06%-
XYZ40.0930.872.94-
YUV155.15165.73146.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 129 (50.78% from 255) = 24.25%
BLUE value IS 222 (87.11% from 255) = 41.73%
R=34.02%
G=24.25%
B=41.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811292220.180.4200.13273.5558.4968.82
HexB581DE122A0D1123a45
Octal265201336225201542272105
Binary10110101100000011101111010010101010011011000100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581DE; }

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

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

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

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

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

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

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

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