#B47AE1

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

Shades of Biloba Flower #B47AE1

Tints of Biloba Flower #B47AE1

Color information

#B47AE1 (or 0xB47AE1) is unknown color: approx Biloba Flower. HEX triplet: B4, 7A and E1. RGB value is (180,122,225). Sum of RGB (Red+Green+Blue) = 180+122+225=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #B47AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47AE1 is #4B851E. Grayscale: #969696. Windows color (decimal): -4949279 or 14777012. OLE color: 14777012.

HSL color Cylindrical-coordinate representation of color #B47AE1: hue angle of 273.79º degrees, saturation: 0.63, 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 #B47AE1 is Cyan = 0.2, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180122225-
CMYK0.20.4600.12
HSL273.79º63.19%68.04%-
HSV(B)273.79º45.78%88.24%-
XYZ39.3729.0674.77-
YUV151.08169.72148.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=34.16%
G=23.15%
B=42.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801222250.20.4600.12273.7963.1968.04
HexB47AE1142E0C1123f44
Octal264172341245601442277104
Binary1011010011110101110000110100101110011001000100101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AE1; }

 p { color: rgb(180,122,225); }

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

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

 a { background-color: rgb(180,122,225); }

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

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

 span { border-color: rgb(180,122,225); }

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