#b57ae0

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

Shades of Biloba Flower #B57AE0

Tints of Biloba Flower #B57AE0

Color information

#B57AE0 (or 0xB57AE0) is unknown color: approx Biloba Flower. HEX triplet: B5, 7A and E0. RGB value is (181,122,224). Sum of RGB (Red+Green+Blue) = 181+122+224=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #B57AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57AE0 is #4A851F. Grayscale: #969696. Windows color (decimal): -4883744 or 14711477. OLE color: 14711477.

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

Color convert

RGB181122224-
CMYK0.190.4600.12
HSL274.71º62.2%67.84%-
HSV(B)274.71º45.54%87.84%-
XYZ39.4729.1274.06-
YUV151.27169.05149.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=34.35%
G=23.15%
B=42.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811222240.190.4600.12274.7162.267.84
HexB57AE0132E0C1133e44
Octal265172340235601442376104
Binary1011010111110101110000010011101110011001000100111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b57ae0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b57ae0; }

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

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

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

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

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

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

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

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