#B57EDA

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

Shades of Biloba Flower #B57EDA

Tints of Biloba Flower #B57EDA

Color information

#B57EDA (or 0xB57EDA) is unknown color: approx Biloba Flower. HEX triplet: B5, 7E and DA. RGB value is (181,126,218). Sum of RGB (Red+Green+Blue) = 181+126+218=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B57EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57EDA is #4A8125. Grayscale: #989898. Windows color (decimal): -4882726 or 14319285. OLE color: 14319285.

HSL color Cylindrical-coordinate representation of color #B57EDA: hue angle of 275.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57EDA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181126218-
CMYK0.170.4200.15
HSL275.87º55.42%67.45%-
HSV(B)275.87º42.2%85.49%-
XYZ39.1729.8170.02-
YUV152.93164.72148.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=34.48%
G=24%
B=41.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811262180.170.4200.15275.8755.4267.45
HexB57EDA112A0F1143743
Octal265176332215201742467103
Binary1011010111111101101101010001101010011111000101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57EDA; }

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

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

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

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

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

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

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

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