#B582FE

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

Shades of Biloba Flower #B582FE

Tints of Biloba Flower #B582FE

Color information

#B582FE (or 0xB582FE) is unknown color: approx Biloba Flower. HEX triplet: B5, 82 and FE. RGB value is (181,130,254). Sum of RGB (Red+Green+Blue) = 181+130+254=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #B582FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582FE is #4A7D01. Grayscale: #9E9E9E. Windows color (decimal): -4881666 or 16679605. OLE color: 16679605.

HSL color Cylindrical-coordinate representation of color #B582FE: hue angle of 264.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B582FE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB181130254-
CMYK0.290.4900.00
HSL264.68º98.41%75.29%-
HSV(B)264.68º48.82%99.61%-
XYZ44.9332.9497.76-
YUV159.38181.4143.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=32.04%
G=23.01%
B=44.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811302540.290.4900.00264.6898.4175.29
HexB582FE1D3100109624b
Octal265202376356100411142113
Binary101101011000001011111110111011100010010000100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582FE; }

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

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

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

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

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

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

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

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