#B59AF2

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

Shades of Biloba Flower #B59AF2

Tints of Biloba Flower #B59AF2

Color information

#B59AF2 (or 0xB59AF2) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and F2. RGB value is (181,154,242). Sum of RGB (Red+Green+Blue) = 181+154+242=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #B59AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AF2 is #4A650D. Grayscale: #ABABAB. Windows color (decimal): -4875534 or 15899317. OLE color: 15899317.

HSL color Cylindrical-coordinate representation of color #B59AF2: hue angle of 258.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B59AF2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181154242-
CMYK0.250.3600.05
HSL258.41º77.19%77.65%-
HSV(B)258.41º36.36%94.9%-
XYZ46.6439.3589.14-
YUV172.1167.45134.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 154 (60.55% from 255) = 26.69%
BLUE value IS 242 (94.92% from 255) = 41.94%
R=31.37%
G=26.69%
B=41.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811542420.250.3600.05258.4177.1977.65
HexB59AF21924051024d4e
Octal265232362314405402115116
Binary10110101100110101111001011001100100010110000001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59AF2; }

 p { color: rgb(181,154,242); }

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

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

 a { background-color: rgb(181,154,242); }

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

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

 span { border-color: rgb(181,154,242); }

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