#B47EF1

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

Shades of Biloba Flower #B47EF1

Tints of Biloba Flower #B47EF1

Color information

#B47EF1 (or 0xB47EF1) is unknown color: approx Biloba Flower. HEX triplet: B4, 7E and F1. RGB value is (180,126,241). Sum of RGB (Red+Green+Blue) = 180+126+241=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #B47EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EF1 is #4B810E. Grayscale: #9A9A9A. Windows color (decimal): -4948239 or 15826612. OLE color: 15826612.

HSL color Cylindrical-coordinate representation of color #B47EF1: hue angle of 268.17º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47EF1 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180126241-
CMYK0.250.4800.05
HSL268.17º80.42%71.96%-
HSV(B)268.17º47.72%94.51%-
XYZ42.1630.9886.98-
YUV155.26176.39145.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=32.91%
G=23.03%
B=44.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801262410.250.4800.05268.1780.4271.96
HexB47EF119300510c5048
Octal264176361316005414120110
Binary1011010011111101111000111001110000010110000110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47EF1; }

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

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

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

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

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

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

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

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