#B47EDF

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

Shades of Biloba Flower #B47EDF

Tints of Biloba Flower #B47EDF

Color information

#B47EDF (or 0xB47EDF) is unknown color: approx Biloba Flower. HEX triplet: B4, 7E and DF. RGB value is (180,126,223). Sum of RGB (Red+Green+Blue) = 180+126+223=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B47EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EDF is #4B8120. Grayscale: #989898. Windows color (decimal): -4948257 or 14646964. OLE color: 14646964.

HSL color Cylindrical-coordinate representation of color #B47EDF: hue angle of 273.4º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47EDF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180126223-
CMYK0.190.4300.13
HSL273.4º60.25%68.43%-
HSV(B)273.4º43.5%87.45%-
XYZ39.629.9573.51-
YUV153.2167.39147.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 223 (87.5% from 255) = 42.16%
R=34.03%
G=23.82%
B=42.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801262230.190.4300.13273.460.2568.43
HexB47EDF132B0D1113c44
Octal264176337235301542174104
Binary1011010011111101101111110011101011011011000100011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EDF; }

 p { color: rgb(180,126,223); }

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

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

 a { background-color: rgb(180,126,223); }

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

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

 span { border-color: rgb(180,126,223); }

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