#B59FEC

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

Shades of Biloba Flower #B59FEC

Tints of Biloba Flower #B59FEC

Color information

#B59FEC (or 0xB59FEC) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and EC. RGB value is (181,159,236). Sum of RGB (Red+Green+Blue) = 181+159+236=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #B59FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FEC is #4A6013. Grayscale: #AEAEAE. Windows color (decimal): -4874260 or 15507381. OLE color: 15507381.

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

Color convert

RGB181159236-
CMYK0.230.3300.07
HSL257.14º66.96%77.45%-
HSV(B)257.14º32.63%92.55%-
XYZ46.5940.6884.75-
YUV174.36162.79132.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=31.42%
G=27.60%
B=40.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811592360.230.3300.07257.1466.9677.45
HexB59FEC172107101434d
Octal265237354274107401103115
Binary10110101100111111110110010111100001011110000000110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FEC; }

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

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

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

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

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

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

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

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