#B59FF0

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

Shades of Biloba Flower #B59FF0

Tints of Biloba Flower #B59FF0

Color information

#B59FF0 (or 0xB59FF0) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and F0. RGB value is (181,159,240). Sum of RGB (Red+Green+Blue) = 181+159+240=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #B59FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FF0 is #4A600F. Grayscale: #AEAEAE. Windows color (decimal): -4874256 or 15769525. OLE color: 15769525.

HSL color Cylindrical-coordinate representation of color #B59FF0: hue angle of 256.3º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59FF0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181159240-
CMYK0.250.3400.06
HSL256.3º72.97%78.24%-
HSV(B)256.3º33.75%94.12%-
XYZ47.1840.9187.85-
YUV174.81164.79132.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.21%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 240 (94.14% from 255) = 41.38%
R=31.21%
G=27.41%
B=41.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811592400.250.3400.06256.372.9778.24
HexB59FF0192206100494e
Octal265237360314206400111116
Binary10110101100111111111000011001100010011010000000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FF0; }

 p { color: rgb(181,159,240); }

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

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

 a { background-color: rgb(181,159,240); }

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

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

 span { border-color: rgb(181,159,240); }

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