#B59BF7

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

Shades of Biloba Flower #B59BF7

Tints of Biloba Flower #B59BF7

Color information

#B59BF7 (or 0xB59BF7) is unknown color: approx Biloba Flower. HEX triplet: B5, 9B and F7. RGB value is (181,155,247). Sum of RGB (Red+Green+Blue) = 181+155+247=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #B59BF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BF7 is #4A6408. Grayscale: #ACACAC. Windows color (decimal): -4875273 or 16227253. OLE color: 16227253.

HSL color Cylindrical-coordinate representation of color #B59BF7: hue angle of 256.96º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B59BF7 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181155247-
CMYK0.270.3700.03
HSL256.96º85.19%78.82%-
HSV(B)256.96º37.25%96.86%-
XYZ47.5739.9893.21-
YUV173.26169.61133.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 155 (60.94% from 255) = 26.59%
BLUE value IS 247 (96.88% from 255) = 42.37%
R=31.05%
G=26.59%
B=42.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811552470.270.3700.03256.9685.1978.82
HexB59BF71B2503101554f
Octal265233367334503401125117
Binary1011010110011011111101111101110010101110000000110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BF7; }

 p { color: rgb(181,155,247); }

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

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

 a { background-color: rgb(181,155,247); }

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

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

 span { border-color: rgb(181,155,247); }

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