#B59FED

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

Shades of Biloba Flower #B59FED

Tints of Biloba Flower #B59FED

Color information

#B59FED (or 0xB59FED) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and ED. RGB value is (181,159,237). Sum of RGB (Red+Green+Blue) = 181+159+237=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #B59FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FED is #4A6012. Grayscale: #AEAEAE. Windows color (decimal): -4874259 or 15572917. OLE color: 15572917.

HSL color Cylindrical-coordinate representation of color #B59FED: hue angle of 256.92º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B59FED is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181159237-
CMYK0.240.3300.07
HSL256.92º68.42%77.65%-
HSV(B)256.92º32.91%92.94%-
XYZ46.7440.7385.52-
YUV174.47163.29132.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 159 (62.5% from 255) = 27.56%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=31.37%
G=27.56%
B=41.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811592370.240.3300.07256.9268.4277.65
HexB59FED182107101444e
Octal265237355304107401104116
Binary10110101100111111110110111000100001011110000000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FED; }

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

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

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

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

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

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

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

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