#B582F9

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

Shades of Biloba Flower #B582F9

Tints of Biloba Flower #B582F9

Color information

#B582F9 (or 0xB582F9) is unknown color: approx Biloba Flower. HEX triplet: B5, 82 and F9. RGB value is (181,130,249). Sum of RGB (Red+Green+Blue) = 181+130+249=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #B582F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B582F9 is #4A7D06. Grayscale: #9E9E9E. Windows color (decimal): -4881671 or 16351925. OLE color: 16351925.

HSL color Cylindrical-coordinate representation of color #B582F9: hue angle of 265.71º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B582F9 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181130249-
CMYK0.270.4800.02
HSL265.71º90.84%74.31%-
HSV(B)265.71º47.79%97.65%-
XYZ44.1432.6393.59-
YUV158.82178.9143.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 249 (97.66% from 255) = 44.46%
R=32.32%
G=23.21%
B=44.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811302490.270.4800.02265.7190.8474.31
HexB582F91B300210a5b4a
Octal265202371336002412133112
Binary1011010110000010111110011101111000001010000101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582F9; }

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

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

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

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

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

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

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

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