#B57EDB

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

Shades of Biloba Flower #B57EDB

Tints of Biloba Flower #B57EDB

Color information

#B57EDB (or 0xB57EDB) is unknown color: approx Biloba Flower. HEX triplet: B5, 7E and DB. RGB value is (181,126,219). Sum of RGB (Red+Green+Blue) = 181+126+219=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #B57EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EDB is #4A8124. Grayscale: #989898. Windows color (decimal): -4882725 or 14384821. OLE color: 14384821.

HSL color Cylindrical-coordinate representation of color #B57EDB: hue angle of 275.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57EDB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181126219-
CMYK0.170.4200.14
HSL275.48º56.36%67.65%-
HSV(B)275.48º42.47%85.88%-
XYZ39.329.8670.71-
YUV153.05165.22147.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.41%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 219 (85.94% from 255) = 41.63%
R=34.41%
G=23.95%
B=41.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811262190.170.4200.14275.4856.3667.65
HexB57EDB112A0E1133844
Octal265176333215201642370104
Binary1011010111111101101101110001101010011101000100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EDB; }

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

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

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

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

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

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

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

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