#B57FF1

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

Shades of Biloba Flower #B57FF1

Tints of Biloba Flower #B57FF1

Color information

#B57FF1 (or 0xB57FF1) is unknown color: approx Biloba Flower. HEX triplet: B5, 7F and F1. RGB value is (181,127,241). Sum of RGB (Red+Green+Blue) = 181+127+241=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #B57FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57FF1 is #4A800E. Grayscale: #9B9B9B. Windows color (decimal): -4882447 or 15826869. OLE color: 15826869.

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

Color convert

RGB181127241-
CMYK0.250.4700.05
HSL268.42º80.28%72.16%-
HSV(B)268.42º47.3%94.51%-
XYZ42.5231.3587.03-
YUV156.14175.89145.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 127 (50% from 255) = 23.13%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=32.97%
G=23.13%
B=43.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811272410.250.4700.05268.4280.2872.16
HexB57FF1192F0510c5048
Octal265177361315705414120110
Binary1011010111111111111000111001101111010110000110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FF1; }

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

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

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

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

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

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

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

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