#B59FE4

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

Shades of Biloba Flower #B59FE4

Tints of Biloba Flower #B59FE4

Color information

#B59FE4 (or 0xB59FE4) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and E4. RGB value is (181,159,228). Sum of RGB (Red+Green+Blue) = 181+159+228=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #B59FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FE4 is #4A601B. Grayscale: #ADADAD. Windows color (decimal): -4874268 or 14983093. OLE color: 14983093.

HSL color Cylindrical-coordinate representation of color #B59FE4: hue angle of 259.13º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59FE4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181159228-
CMYK0.210.3000.11
HSL259.13º56.1%75.88%-
HSV(B)259.13º30.26%89.41%-
XYZ45.4640.2278.77-
YUV173.44158.79133.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=31.87%
G=27.99%
B=40.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811592280.210.3000.11259.1356.175.88
HexB59FE4151E0B103384c
Octal265237344253601340370114
Binary1011010110011111111001001010111110010111000000111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FE4; }

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

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

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

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

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

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

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

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