#B582E5

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

Shades of Biloba Flower #B582E5

Tints of Biloba Flower #B582E5

Color information

#B582E5 (or 0xB582E5) is unknown color: approx Biloba Flower. HEX triplet: B5, 82 and E5. RGB value is (181,130,229). Sum of RGB (Red+Green+Blue) = 181+130+229=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #B582E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B582E5 is #4A7D1A. Grayscale: #9C9C9C. Windows color (decimal): -4881691 or 15041205. OLE color: 15041205.

HSL color Cylindrical-coordinate representation of color #B582E5: hue angle of 270.91º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B582E5 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181130229-
CMYK0.210.4300.10
HSL270.91º65.56%70.39%-
HSV(B)270.91º43.23%89.8%-
XYZ41.1831.4578.03-
YUV156.54168.9145.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=33.52%
G=24.07%
B=42.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811302290.210.4300.10270.9165.5670.39
HexB582E5152B0A10f4246
Octal2652023452553012417102106
Binary101101011000001011100101101011010110101010000111110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582E5; }

 p { color: rgb(181,130,229); }

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

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

 a { background-color: rgb(181,130,229); }

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

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

 span { border-color: rgb(181,130,229); }

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