#B57EF1

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

Shades of Biloba Flower #B57EF1

Tints of Biloba Flower #B57EF1

Color information

#B57EF1 (or 0xB57EF1) is unknown color: approx Biloba Flower. HEX triplet: B5, 7E and F1. RGB value is (181,126,241). Sum of RGB (Red+Green+Blue) = 181+126+241=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #B57EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57EF1 is #4A810E. Grayscale: #9B9B9B. Windows color (decimal): -4882703 or 15826613. OLE color: 15826613.

HSL color Cylindrical-coordinate representation of color #B57EF1: hue angle of 268.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B57EF1 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181126241-
CMYK0.250.4800.05
HSL268.7º80.42%71.96%-
HSV(B)268.7º47.72%94.51%-
XYZ42.3931.186.99-
YUV155.55176.22146.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 126 (49.61% from 255) = 22.99%
BLUE value IS 241 (94.53% from 255) = 43.98%
R=33.03%
G=22.99%
B=43.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811262410.250.4800.05268.780.4271.96
HexB57EF119300510d5048
Octal265176361316005415120110
Binary1011010111111101111000111001110000010110000110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EF1; }

 p { color: rgb(181,126,241); }

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

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

 a { background-color: rgb(181,126,241); }

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

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

 span { border-color: rgb(181,126,241); }

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