#B57EE0

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

Shades of Biloba Flower #B57EE0

Tints of Biloba Flower #B57EE0

Color information

#B57EE0 (or 0xB57EE0) is unknown color: approx Biloba Flower. HEX triplet: B5, 7E and E0. RGB value is (181,126,224). Sum of RGB (Red+Green+Blue) = 181+126+224=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #B57EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EE0 is #4A811F. Grayscale: #999999. Windows color (decimal): -4882720 or 14712501. OLE color: 14712501.

HSL color Cylindrical-coordinate representation of color #B57EE0: hue angle of 273.67º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B57EE0 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181126224-
CMYK0.190.4400.12
HSL273.67º61.25%68.63%-
HSV(B)273.67º43.75%87.84%-
XYZ39.9730.1374.23-
YUV153.62167.72147.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=34.09%
G=23.73%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811262240.190.4400.12273.6761.2568.63
HexB57EE0132C0C1123d45
Octal265176340235401442275105
Binary1011010111111101110000010011101100011001000100101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EE0; }

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

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

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

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

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

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

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

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