#B59FE6

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

Shades of Biloba Flower #B59FE6

Tints of Biloba Flower #B59FE6

Color information

#B59FE6 (or 0xB59FE6) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and E6. RGB value is (181,159,230). Sum of RGB (Red+Green+Blue) = 181+159+230=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #B59FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FE6 is #4A6019. Grayscale: #ADADAD. Windows color (decimal): -4874266 or 15114165. OLE color: 15114165.

HSL color Cylindrical-coordinate representation of color #B59FE6: hue angle of 258.59º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B59FE6 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181159230-
CMYK0.210.3100.10
HSL258.59º58.68%76.27%-
HSV(B)258.59º30.87%90.2%-
XYZ45.7440.3380.24-
YUV173.67159.79133.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 159 (62.5% from 255) = 27.89%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=31.75%
G=27.89%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811592300.210.3100.10258.5958.6876.27
HexB59FE6151F0A1033b4c
Octal265237346253701240373114
Binary1011010110011111111001101010111111010101000000111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FE6; }

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

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

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

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

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

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

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

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