#B59FE3

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

Shades of Biloba Flower #B59FE3

Tints of Biloba Flower #B59FE3

Color information

#B59FE3 (or 0xB59FE3) is unknown color: approx Biloba Flower. HEX triplet: B5, 9F and E3. RGB value is (181,159,227). Sum of RGB (Red+Green+Blue) = 181+159+227=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #B59FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FE3 is #4A601C. Grayscale: #ADADAD. Windows color (decimal): -4874269 or 14917557. OLE color: 14917557.

HSL color Cylindrical-coordinate representation of color #B59FE3: hue angle of 259.41º degrees, saturation: 0.55, 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 #B59FE3 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB181159227-
CMYK0.200.3000.11
HSL259.41º54.84%75.69%-
HSV(B)259.41º29.96%89.02%-
XYZ45.3240.1778.04-
YUV173.33158.29133.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=31.92%
G=28.04%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1811592270.200.3000.11259.4154.8475.69
HexB59FE3141E0B103374c
Octal265237343243601340367114
Binary1011010110011111111000111010011110010111000000111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FE3; }

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

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

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

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

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

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

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

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